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

Function retreal_f77

numpy/f2py/tests/test_f2py2e.py:114–119  ·  view source on GitHub ↗

Generates a single f77 file for testing

(tmpdir_factory)

Source from the content-addressed store, hash-verified

112
113@pytest.fixture(scope="session")
114def retreal_f77(tmpdir_factory):
115 """Generates a single f77 file for testing"""
116 fdat = util.getpath("tests", "src", "return_real", "foo77.f").read_text()
117 fn = tmpdir_factory.getbasetemp() / "foo.f"
118 fn.write_text(fdat, encoding="ascii")
119 return fn
120
121@pytest.fixture(scope="session")
122def f2cmap_f90(tmpdir_factory):

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…