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

Function hello_world_f90

numpy/f2py/tests/test_f2py2e.py:78–83  ·  view source on GitHub ↗

Generates a single f90 file for testing

(tmpdir_factory)

Source from the content-addressed store, hash-verified

76
77@pytest.fixture(scope="session")
78def hello_world_f90(tmpdir_factory):
79 """Generates a single f90 file for testing"""
80 fdat = util.getpath("tests", "src", "cli", "hiworld.f90").read_text()
81 fn = tmpdir_factory.getbasetemp() / "hello.f90"
82 fn.write_text(fdat, encoding="ascii")
83 return fn
84
85
86@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…