class documentation

class ProcessFactory: (source)

View In Hierarchy

Undocumented

Method __new__ Undocumented
Method draw_graph Undocumented
Method terminate Undocumented
Class Variable nbuild Undocumented
Instance Variable thrd_ident Undocumented
Property frame Undocumented
Property line_cache Undocumented
Property pid Undocumented
Property queue Undocumented
Property stack_level Undocumented
Method _draw_graph Undocumented
def __new__(cls, frame, func, stop, continue_fn=None): (source)

Undocumented

Parameters
clsUndocumented
frame:FrameWrapperUndocumented
func:CallableUndocumented
stop:AnyUndocumented
continue_fn:CallableUndocumented
def draw_graph(self, frame, create_child=True): (source)

Undocumented

Parameters
frame:FrameWrapperUndocumented
create_childUndocumented
def terminate(self): (source)

Undocumented

Returns
intUndocumented

Undocumented

thrd_ident = (source)

Undocumented

Undocumented

Undocumented

Undocumented

@property
stack_level: int = (source)

Undocumented

def _draw_graph(self, frame, lst): (source)

Undocumented