Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _path
Function
_path
numpy/f2py/tests/test_docs.py:23–24 ·
view source on GitHub ↗
(*a)
Source
from the content-addressed store, hash-verified
21
22
23
def
_path(*a):
24
return
os.path.join(*((get_docdir(),) + a))
25
26
27
class
TestDocAdvanced(util.F2PyTest):
Callers
1
TestDocAdvanced
Class · 0.85
Calls
2
get_docdir
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected