Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ read
Function
read
__pkginfo__.py:103–104 ·
view source on GitHub ↗
(*rnames)
Source
from the content-addressed store, hash-verified
101
102
103
def
read(*rnames):
104
return
open(osp.join(srcdir, *rnames)).read()
105
106
107
# Get info from files; set: long_description and VERSION
Callers
1
__pkginfo__.py
File · 0.85
Calls
3
open
Function · 0.85
read
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected