Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PaddlePaddle/PARL
/ logs
Function
logs
parl/remote/monitor.py:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
'GET'
,
117
])
118
def
logs():
119
client_id = request.args.get(
'client_id'
)
120
return
render_template(
'jobs.html'
, client_id=client_id)
121
122
123
@app.route(
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected