Object representations for debugging purposes. Unlike the default repr, these expose more information and produce HTML instead of ASCII.
Together with the CSS and JavaScript of the debugger this gives a colorful and more compact output.
Class | DebugReprGenerator |
Undocumented |
Function | debug_repr |
Creates a debug repr of an object as HTML string. |
Function | dump |
Print the object details to stdout._write (for the interactive console of the web debugger. |
Constant | HELP_HTML |
Undocumented |
Constant | OBJECT_DUMP_HTML |
Undocumented |
Variable | helper |
Undocumented |
Variable | missing |
Undocumented |
Variable | RegexType |
Undocumented |
Class | _Helper |
Displays an HTML version of the normal help, for the interactive debugger only because it requires a patched sys.stdout. |
Function | _add_subclass_info |
Undocumented |
Function | _sequence_repr_maker |
Undocumented |
Variable | _paragraph_re |
Undocumented |
Parameters | |
obj:object | Undocumented |
Returns | |
str | Undocumented |
Parameters | |
obj:object | Undocumented |
str
=
Undocumented
Value |
|
str
=
Undocumented
Value |
|
Undocumented
Parameters | |
inner:str | Undocumented |
obj:object | Undocumented |
base:t.Union[ | Undocumented |
Returns | |
str | Undocumented |
Undocumented
Parameters | |
left:str | Undocumented |
right:str | Undocumented |
base:t.Type | Undocumented |
limit:int | Undocumented |
Returns | |
t.Callable[ | Undocumented |