MCPcopy 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
23def _path(*a):
24 return os.path.join(*((get_docdir(),) + a))
25
26
27class TestDocAdvanced(util.F2PyTest):

Callers 1

TestDocAdvancedClass · 0.85

Calls 2

get_docdirFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected