MCPcopy Index your code
hub / github.com/pyload/pyload / queue

Function queue

module/web/pyload_app.py:259–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257@route("/queue")
258@login_required("LIST")
259def queue():
260 queue = PYLOAD.getQueue()
261
262 queue.sort(key=attrgetter("order"))
263
264 return render_to_response('queue.html', {'content': queue, 'target': 1}, [pre_processor])
265
266
267@route("/collector")

Callers

nothing calls this directly

Calls 2

render_to_responseFunction · 0.90
getQueueMethod · 0.45

Tested by

no test coverage detected