class documentation

A :class:`traceback.FrameSummary` that can evaluate code in the frame's namespace.

Method __init__ Undocumented
Method eval Undocumented
Method render_html Undocumented
Class Variable __slots__ Undocumented
Instance Variable global_ns Undocumented
Instance Variable local_ns Undocumented
Property console Undocumented
Property info Undocumented
Property is_library Undocumented
def __init__(self, *, locals: t.Dict[str, t.Any], globals: t.Dict[str, t.Any], **kwargs: t.Any): (source)

Undocumented

def eval(self, code: str) -> t.Any: (source)

Undocumented

def render_html(self, mark_library: bool) -> str: (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

global_ns = (source)

Undocumented

local_ns = (source)

Undocumented

Undocumented