MCPcopy Create free account
hub / github.com/numpy/numpy / get_docdir

Function get_docdir

numpy/f2py/tests/test_docs.py:8–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7
8def get_docdir():
9 # assuming that documentation tests are run from a source
10 # directory
11 return os.path.abspath(os.path.join(
12 os.path.dirname(__file__),
13 '..', '..', '..',
14 'doc', 'source', 'f2py', 'code'))
15
16
17pytestmark = pytest.mark.skipif(

Callers 2

test_docs.pyFile · 0.85
_pathFunction · 0.85

Calls 2

abspathMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected