class documentation

class _ConsoleFrame: (source)

View In Hierarchy

Helper class so that we can reuse the frame console code for the standalone console.

Method __init__ Undocumented
Method eval Undocumented
Instance Variable console Undocumented
Instance Variable id Undocumented
def __init__(self, namespace: t.Dict[str, t.Any]): (source)

Undocumented

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

Undocumented

Undocumented

Undocumented