Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
write(path, data):
2
with
open(path, mode=
"w+"
, encoding=
"utf-8"
)
as
f:
3
f.write(data)
4
5
6
def
read(path):
Callers
1
generator.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected