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

Function hello_world_f77

numpy/f2py/tests/test_f2py2e.py:105–110  ·  view source on GitHub ↗

Generates a single f77 file for testing

(tmpdir_factory)

Source from the content-addressed store, hash-verified

103
104@pytest.fixture(scope="session")
105def hello_world_f77(tmpdir_factory):
106 """Generates a single f77 file for testing"""
107 fdat = util.getpath("tests", "src", "cli", "hi77.f").read_text()
108 fn = tmpdir_factory.getbasetemp() / "hello.f"
109 fn.write_text(fdat, encoding="ascii")
110 return fn
111
112
113@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…