Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Eyepea/API-Hour
/ read
Function
read
setup.py:16–17 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
14
15
16
def
read(f):
17
return
open(os.path.join(os.path.dirname(__file__), f)).read().strip()
18
19
20
def
read_version():
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected