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

Function get_tmp_dir

example/server.py:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12TMP_DIR_NAME = 'painterro_server'
13
14def get_tmp_dir():
15 d = os.path.join(tempfile.gettempdir(), TMP_DIR_NAME)
16 if not os.path.exists(d):
17 os.makedirs(d)
18 return d
19
20
21@app.route("/")

Callers 5

base64_pageFunction · 0.85
bin_pageFunction · 0.85
base64_saverFunction · 0.85
binary_saverFunction · 0.85
get_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…