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

Function test_from_template

numpy/f2py/tests/test_pyf_src.py:38–43  ·  view source on GitHub ↗

Regression test for gh-10712.

()

Source from the content-addressed store, hash-verified

36
37
38def test_from_template():
39 """Regression test for gh-10712."""
40 pyf = process_str(pyf_src)
41 normalized_pyf = normalize_whitespace(pyf)
42 normalized_expected_pyf = normalize_whitespace(expected_pyf)
43 assert_equal(normalized_pyf, normalized_expected_pyf)

Callers

nothing calls this directly

Calls 3

process_strFunction · 0.90
assert_equalFunction · 0.90
normalize_whitespaceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…