Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
def
read(*rellibpath):
34
with
codecs.open(os.path.join(HERE, *rellibpath),
'r'
, encoding=
'utf-8'
)
as
fp:
35
return
fp.read()
36
37
def
load_tests():
38
import
unittest
Callers
1
setup.py
File · 0.85
Calls
2
join
Method · 0.80
read
Method · 0.45
Tested by
no test coverage detected