MCPcopy 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
103def 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__.pyFile · 0.85

Calls 3

openFunction · 0.85
readMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected