MCPcopy Index your code
hub / github.com/WolframResearch/WolframClientForPython / read

Function read

setup.py:33–35  ·  view source on GitHub ↗
(*rellibpath)

Source from the content-addressed store, hash-verified

31
32
33def read(*rellibpath):
34 with codecs.open(os.path.join(HERE, *rellibpath), 'r', encoding='utf-8') as fp:
35 return fp.read()
36
37def load_tests():
38 import unittest

Callers 1

setup.pyFile · 0.85

Calls 2

joinMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected