MCPcopy Create free account
hub / github.com/FongMi/TV / writeFile

Function writeFile

chaquo/src/main/python/app.py:22–24  ·  view source on GitHub ↗
(path, content)

Source from the content-addressed store, hash-verified

20
21
22def writeFile(path, content):
23 with open(path, 'wb') as f:
24 f.write(content)
25
26
27def redirect(url):

Callers 1

downloadFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected