class documentation

class literal(object):

View In Hierarchy

A protocol literal.
Method __eq__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable txt Undocumented
def __eq__(self, other):

Undocumented

def __init__(self, txt):

Undocumented

def __repr__(self):

Undocumented

def __str__(self):

Undocumented

txt =

Undocumented