MCPcopy
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
63def read(f):
64 return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
65
66
67class PyTest(TestCommand):

Callers 1

setup.pyFile · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected