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

Function interact

Lib/code.py:284–306  ·  view source on GitHub ↗

Closely emulate the interactive Python interpreter. This is a backwards compatible interface to the InteractiveConsole class. When readfunc is not specified, it attempts to import the readline module to enable GNU readline if it is available. Arguments (all optional, all default t

(banner=None, readfunc=None, local=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

code.pyFile · 0.85

Calls 2

interactMethod · 0.95
InteractiveConsoleClass · 0.85

Tested by

no test coverage detected