Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ file
Function
file
module/web/pyload_app.py:397–398 ·
view source on GitHub ↗
(file="")
Source
from the content-addressed store, hash-verified
395
@route(
"/filechooser/:file#.+#"
)
396
@login_required(
'STATUS'
)
397
def
file(file=
""
):
398
return
choose_path(
"file"
, file)
399
400
@route(
"/pathchooser"
)
401
@route(
"/pathchooser/:path#.+#"
)
Callers
1
dump
Method · 0.85
Calls
1
choose_path
Function · 0.85
Tested by
no test coverage detected