Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ run_simple
Function
run_simple
module/web/webinterface.py:137–138 ·
view source on GitHub ↗
(host="0.0.0.0", port="8000")
Source
from the content-addressed store, hash-verified
135
import
api_app
136
137
def
run_simple(host=
"0.0.0.0"
, port=
"8000"
):
138
run(app=web, host=host, port=port, quiet=True)
139
140
141
def
run_lightweight(host=
"0.0.0.0"
, port=
"8000"
):
Callers
nothing calls this directly
Calls
1
run
Function · 0.90
Tested by
no test coverage detected