MCPcopy
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 ])
118def 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

getMethod · 0.45

Tested by

no test coverage detected