MCPcopy 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')
397def file(file=""):
398 return choose_path("file", file)
399
400@route("/pathchooser")
401@route("/pathchooser/:path#.+#")

Callers 1

dumpMethod · 0.85

Calls 1

choose_pathFunction · 0.85

Tested by

no test coverage detected