MCPcopy Index your code
hub / github.com/fa0311/TwitterInternalAPIDocument / write

Function write

lib/io.py:1–3  ·  view source on GitHub ↗
(path, data)

Source from the content-addressed store, hash-verified

1def write(path, data):
2 with open(path, mode="w+", encoding="utf-8") as f:
3 f.write(data)
4
5
6def read(path):

Callers 1

generator.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected