Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
62
def
start_python_player(commands, speed=1):
63
PythonPlayerConsole(commands=commands, speed=speed).interact()
64
65
66
class
PythonRecorderConsole(InteractiveConsole):
Callers
1
run
Function · 0.90
Calls
2
PythonPlayerConsole
Class · 0.85
interact
Method · 0.45
Tested by
no test coverage detected