class documentation

class HTMLRepr(Repr):

View In Hierarchy

Class for safely making an HTML representation of a Python object.
Static Method escape Simple html escaping
Method __init__ Some maximums
Method repr Delegates to Repr.repr
Method repr1 Not sure, is dead code?
Method repr_instance Repr, but squash it into a window
Method repr_string Repr, but squash it into a window
Instance Variable maximum_dict Undocumented
Instance Variable maximum_list Undocumented
Instance Variable maximum_other Undocumented
Instance Variable maximum_string Undocumented
Instance Variable maximum_tuple Undocumented
@staticmethod
def escape(text):
Simple html escaping
Parameters
text:strUndocumented
Returns
strUndocumented
def __init__(self):
Some maximums
def repr(self, x):
Delegates to Repr.repr
Parameters
x:AnyUndocumented
Returns
strUndocumented
def repr1(self, x, level):
Not sure, is dead code?
Parameters
x:AnyUndocumented
level:intUndocumented
Returns
strUndocumented
def repr_instance(self, x, level):
Repr, but squash it into a window
Parameters
x:AnyUndocumented
level:intUndocumented
Returns
strUndocumented
def repr_string(self, x, _):
Repr, but squash it into a window
Parameters
x:strUndocumented
_:intUndocumented
Returns
strUndocumented
maximum_dict: int =

Undocumented

maximum_list: int =

Undocumented

maximum_other: int =

Undocumented

maximum_string: int =

Undocumented

maximum_tuple: int =

Undocumented