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

Function compiler_check_f2pycli

numpy/f2py/tests/test_f2py2e.py:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22# Tests for CLI commands which call meson will fail if no compilers are present, these are to be skipped
23
24def compiler_check_f2pycli():
25 if not util.has_fortran_compiler():
26 pytest.skip("CLI command needs a Fortran compiler")
27 else:
28 f2pycli()
29
30#########################
31# CLI utils and classes #

Callers 5

test_untitled_cliFunction · 0.85
test_cli_objFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…