MCPcopy Index your code
hub / github.com/numpy/numpy / gh22819_cli

Function gh22819_cli

numpy/f2py/tests/test_f2py2e.py:96–101  ·  view source on GitHub ↗

F90 file for testing disallowed CLI arguments in ghff819

(tmpdir_factory)

Source from the content-addressed store, hash-verified

94
95@pytest.fixture(scope="session")
96def gh22819_cli(tmpdir_factory):
97 """F90 file for testing disallowed CLI arguments in ghff819"""
98 fdat = util.getpath("tests", "src", "cli", "gh_22819.pyf").read_text()
99 fn = tmpdir_factory.getbasetemp() / "gh_22819.pyf"
100 fn.write_text(fdat, encoding="ascii")
101 return fn
102
103
104@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

write_textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…