MCPcopy Create free account
hub / github.com/fa0311/TwitterInternalAPIDocument / read

Function read

lib/io.py:6–8  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

4
5
6def read(path):
7 with open(path, mode="r", encoding="utf-8") as f:
8 return f.read()

Callers 1

generator.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected