MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / interact

Method interact

Lib/code.py:200–247  ·  view source on GitHub ↗

Closely emulate the interactive Python console. The optional banner argument specify the banner to print before the first interaction; by default it prints a banner similar to the one printed by the real Python interpreter, followed by the current class name in paren

(self, banner=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

interactFunction · 0.95

Calls 7

raw_inputMethod · 0.95
pushMethod · 0.95
resetbufferMethod · 0.95
strFunction · 0.85
getattrFunction · 0.85
writeMethod · 0.45
decodeMethod · 0.45

Tested by

no test coverage detected