class documentation

class Tag(object):

Constructor: Tag(tag, value)

View In Hierarchy

Undocumented

Method __eq__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable tag Undocumented
Instance Variable value Undocumented
def __eq__(self, other):

Undocumented

def __init__(self, tag=None, value=None):

Undocumented

def __repr__(self):

Undocumented

tag =

Undocumented

value =

Undocumented