Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ read
Function
read
setup.py:63–64 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
61
62
63
def
read(f):
64
return
open(os.path.join(os.path.dirname(__file__), f)).read().strip()
65
66
67
class
PyTest(TestCommand):
Callers
1
setup.py
File · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected