MCPcopy 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
16def read(f):
17 return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
18
19
20def read_version():

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected