class documentation

class _InteractiveConsole(code.InteractiveInterpreter):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method runcode Undocumented
Method runsource Undocumented
Method showsyntaxerror Undocumented
Method showtraceback Undocumented
Method write Undocumented
Class Variable locals Undocumented
Instance Variable buffer Undocumented
Instance Variable compile Undocumented
Instance Variable loader Undocumented
Instance Variable more Undocumented
def __init__(self, globals, locals):

Undocumented

Parameters
globals:t.Dict[str, t.Any]Undocumented
locals:t.Dict[str, t.Any]Undocumented
def runcode(self, code):

Undocumented

Parameters
code:CodeTypeUndocumented
def runsource(self, source, **kwargs):

Undocumented

Parameters
source:strUndocumented
**kwargs:t.AnyUndocumented
Returns
strUndocumented
def showsyntaxerror(self, filename=None):

Undocumented

Parameters
filename:t.Optional[str]Undocumented
def showtraceback(self):

Undocumented

def write(self, data):

Undocumented

Parameters
data:strUndocumented
locals: t.Dict[str, t.Any] =

Undocumented

buffer: t.List[str] =

Undocumented

compile =

Undocumented

loader =

Undocumented

more: bool =

Undocumented