MCPcopy Create free account
hub / github.com/devforth/painterro / bin_page

Function bin_page

example/server.py:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29@app.route("/bin/")
30def bin_page():
31 files = reversed(
32 sorted(
33 [f for f in os.listdir(get_tmp_dir()) if f.endswith('png')]))
34 return render_template('paste_as_bin.html', files=files)
35
36
37@app.route("/paste/")

Callers

nothing calls this directly

Calls 1

get_tmp_dirFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…