MCPcopy Index your code
hub / github.com/sloria/doitlive / start_python_player

Function start_python_player

src/doitlive/python_consoles.py:62–63  ·  view source on GitHub ↗
(commands, speed=1)

Source from the content-addressed store, hash-verified

60
61
62def start_python_player(commands, speed=1):
63 PythonPlayerConsole(commands=commands, speed=speed).interact()
64
65
66class PythonRecorderConsole(InteractiveConsole):

Callers 1

runFunction · 0.90

Calls 2

PythonPlayerConsoleClass · 0.85
interactMethod · 0.45

Tested by

no test coverage detected