MCPcopy Index your code
hub / github.com/LabPy/lantz / read

Function read

setup.py:16–17  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

14
15
16def read(filename):
17 return codecs.open(filename, encoding='utf-8').read()
18
19
20long_description = '\n\n'.join([read('README'),

Callers 1

setup.pyFile · 0.85

Calls 2

readMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected