- Method resolution order:
- HTMLRepr
- reprlib.Repr
- builtins.object
Methods defined here:
- __init__(self) -> None
- Some maximums
- repr1(self, x: Any, level: int) -> str
- Not sure, is dead code?
- repr_instance(self, x: Any, level: int) -> str
- Repr, but squash it into a window
- repr_str(self, x: str, level: int) -> str
- Match reprlib's hook name for strings.
- repr_string(self, x: str, _: int) -> str
- Repr, but squash it into a window
- repr_unicode(self, x: str, level: int) -> str
- Compatibility alias for older reprlib integrations.
Static methods defined here:
- escape(text: str) -> str
- Simple html escaping
Data and other attributes defined here:
- __firstlineno__ = 11
- __static_attributes__ = ('maximum_dict', 'maximum_list', 'maximum_other', 'maximum_string', 'maximum_tuple')
Methods inherited from reprlib.Repr:
- repr_array(self, x, level)
- repr_deque(self, x, level)
- repr_dict(self, x, level)
- repr_frozenset(self, x, level)
- repr_int(self, x, level)
- repr_list(self, x, level)
- repr_set(self, x, level)
- repr_tuple(self, x, level)