module documentation

Debuggging tools

Function inspect Inspect the argument upto the given depth
Function p Log an inspection of the arguments
Function pycharm_debugger_check Check for pycharm debugger listeniing.
Function time_end Undocumented
Function time_start Undocumented
Function _dump Undocumented
Function _repr Undocumented
Function _should_list Undocumented
Constant _MAX_REPR_LEN Undocumented
Constant _TIME_STACK Undocumented
Variable _noexpand Undocumented
def inspect(arg, max_depth=1, all_props=False): (source)

Inspect the argument upto the given depth

def p(*args, lines=False, stack=False, d=3, all=False): (source)

Log an inspection of the arguments

def pycharm_debugger_check(path_to_pycharm_debug_egg, host, port, suspend=False): (source)

Check for pycharm debugger listeniing.

Attempt to open the debugger socket first and return that socket when pydevd asks for it. If there is no socket, then IDEA is not listening, return quickly.

def time_end(): (source)

Undocumented

def time_start(label=None): (source)

Undocumented

def _dump(x, name, depth, max_depth, all_props, seen): (source)

Undocumented

def _repr(x): (source)

Undocumented

def _should_list(k, v): (source)

Undocumented

_MAX_REPR_LEN: int = (source)

Undocumented

Value
255
_TIME_STACK: list = (source)

Undocumented

Value
[]
_noexpand: set[str] = (source)

Undocumented