class documentation

class DebugReprGenerator: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method dict_repr Undocumented
Method dispatch_repr Undocumented
Method dump_locals Undocumented
Method dump_object Undocumented
Method fallback_repr Undocumented
Method object_repr Undocumented
Method regex_repr Undocumented
Method render_object_dump Undocumented
Method repr Undocumented
Method string_repr Undocumented
Class Variable deque_repr Undocumented
Class Variable frozenset_repr Undocumented
Class Variable list_repr Undocumented
Class Variable set_repr Undocumented
Class Variable tuple_repr Undocumented
Instance Variable _stack Undocumented
def __init__(self): (source)

Undocumented

def dict_repr(self, d: t.Union[t.Dict[int, None], t.Dict[str, int], t.Dict[t.Union[str, int], int]], recursive: bool, limit: int = 5) -> str: (source)

Undocumented

def dispatch_repr(self, obj: t.Any, recursive: bool) -> str: (source)

Undocumented

def dump_locals(self, d: t.Dict[str, t.Any]) -> str: (source)

Undocumented

def dump_object(self, obj: object) -> str: (source)

Undocumented

def fallback_repr(self) -> str: (source)

Undocumented

def object_repr(self, obj: t.Optional[t.Union[t.Type[dict], t.Callable, t.Type[list]]]) -> str: (source)

Undocumented

def regex_repr(self, obj: t.Pattern) -> str: (source)

Undocumented

def render_object_dump(self, items: t.List[t.Tuple[str, str]], title: str, repr: t.Optional[str] = None) -> str: (source)

Undocumented

def repr(self, obj: object) -> str: (source)

Undocumented

def string_repr(self, obj: t.Union[str, bytes], limit: int = 70) -> str: (source)

Undocumented

deque_repr = (source)

Undocumented

frozenset_repr = (source)

Undocumented

list_repr = (source)

Undocumented

set_repr = (source)

Undocumented

tuple_repr = (source)

Undocumented

Undocumented