1 line
37 KiB
JSON
1 line
37 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "label": "util.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L1"}, {"id": "util_check_language", "label": "check_language()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L32"}, {"id": "util_compilerchecker", "label": "CompilerChecker", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L84"}, {"id": "util_compilerchecker_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L85"}, {"id": "util_compilerchecker_check_compilers", "label": ".check_compilers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L91"}, {"id": "util_has_c_compiler", "label": "has_c_compiler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L111"}, {"id": "util_has_f77_compiler", "label": "has_f77_compiler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L114"}, {"id": "util_has_f90_compiler", "label": "has_f90_compiler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L117"}, {"id": "util_has_fortran_compiler", "label": "has_fortran_compiler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L120"}, {"id": "util_cleanup", "label": "_cleanup()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L136"}, {"id": "util_get_module_dir", "label": "get_module_dir()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L150"}, {"id": "util_get_temp_module_name", "label": "get_temp_module_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L160"}, {"id": "util_memoize", "label": "_memoize()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L172"}, {"id": "util_build_module", "label": "build_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L198"}, {"id": "util_build_code", "label": "build_code()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L277"}, {"id": "util_simplifiedmesonbackend", "label": "SimplifiedMesonBackend", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L304"}, {"id": "mesonbackend", "label": "MesonBackend", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "util_simplifiedmesonbackend_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L305"}, {"id": "util_simplifiedmesonbackend_compile", "label": ".compile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L308"}, {"id": "util_build_meson", "label": "build_meson()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L313"}, {"id": "util_f2pytest", "label": "F2PyTest", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L358"}, {"id": "util_module_name", "label": "module_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L371"}, {"id": "util_setup_class", "label": "setup_class()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L376"}, {"id": "util_f2pytest_setup_method", "label": ".setup_method()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L384"}, {"id": "util_getpath", "label": "getpath()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L429"}, {"id": "util_switchdir", "label": "switchdir()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L436"}, {"id": "util_rationale_1", "label": "Utility functions for - building and importing modules on test time, using a te", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L1"}, {"id": "util_rationale_199", "label": "Compile and import a f2py module, built from the given files.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L199"}, {"id": "util_rationale_283", "label": "Compile and import Fortran code using f2py.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L283"}, {"id": "util_rationale_314", "label": "Build a module via Meson and import it.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L314"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "atexit", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "concurrent_futures", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "glob", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "shutil", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "subprocess", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "tempfile", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "importlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "numpy_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "numpy_f2py_backends_meson", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "numpy_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_check_language", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_compilerchecker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L84", "weight": 1.0}, {"source": "util_compilerchecker", "target": "util_compilerchecker_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L85", "weight": 1.0}, {"source": "util_compilerchecker", "target": "util_compilerchecker_check_compilers", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_has_c_compiler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L111", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_has_f77_compiler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L114", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_has_f90_compiler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L117", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_has_fortran_compiler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L120", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_cleanup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L136", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_get_module_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L150", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_get_temp_module_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L160", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_memoize", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L172", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_build_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L198", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_build_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L277", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_simplifiedmesonbackend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L304", "weight": 1.0}, {"source": "util_simplifiedmesonbackend", "target": "mesonbackend", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L304", "weight": 1.0}, {"source": "util_simplifiedmesonbackend", "target": "util_simplifiedmesonbackend_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L305", "weight": 1.0}, {"source": "util_simplifiedmesonbackend", "target": "util_simplifiedmesonbackend_compile", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L308", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_build_meson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L313", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_f2pytest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L358", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_module_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L371", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_setup_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L376", "weight": 1.0}, {"source": "util_f2pytest", "target": "util_f2pytest_setup_method", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L384", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_getpath", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L429", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "target": "util_switchdir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L436", "weight": 1.0}, {"source": "util_get_temp_module_name", "target": "util_get_module_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L163", "weight": 1.0}, {"source": "util_build_module", "target": "util_get_module_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L206", "weight": 1.0}, {"source": "util_build_module", "target": "util_has_fortran_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L208", "weight": 1.0}, {"source": "util_build_module", "target": "util_get_temp_module_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L229", "weight": 1.0}, {"source": "util_build_code", "target": "util_build_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L292", "weight": 1.0}, {"source": "util_build_meson", "target": "util_has_fortran_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L319", "weight": 1.0}, {"source": "util_build_meson", "target": "util_get_module_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L322", "weight": 1.0}, {"source": "util_build_meson", "target": "util_get_temp_module_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L324", "weight": 1.0}, {"source": "util_build_meson", "target": "util_simplifiedmesonbackend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L327", "weight": 1.0}, {"source": "util_build_meson", "target": "util_simplifiedmesonbackend_compile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L346", "weight": 1.0}, {"source": "util_setup_class", "target": "util_has_c_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L379", "weight": 1.0}, {"source": "util_setup_class", "target": "util_has_f77_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L380", "weight": 1.0}, {"source": "util_setup_class", "target": "util_has_f90_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L381", "weight": 1.0}, {"source": "util_setup_class", "target": "util_has_fortran_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L382", "weight": 1.0}, {"source": "util_f2pytest_setup_method", "target": "util_build_code", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L405", "weight": 1.0}, {"source": "util_f2pytest_setup_method", "target": "util_build_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L415", "weight": 1.0}, {"source": "util_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_f2py_tests_util_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L1", "weight": 1.0}, {"source": "util_rationale_199", "target": "util_build_module", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L199", "weight": 1.0}, {"source": "util_rationale_283", "target": "util_build_code", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L283", "weight": 1.0}, {"source": "util_rationale_314", "target": "util_build_meson", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L314", "weight": 1.0}], "raw_calls": [{"caller_nid": "util_check_language", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L34"}, {"caller_nid": "util_check_language", "callee": "mkdtemp", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L35"}, {"caller_nid": "util_check_language", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L37"}, {"caller_nid": "util_check_language", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L38"}, {"caller_nid": "util_check_language", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L39"}, {"caller_nid": "util_check_language", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L40"}, {"caller_nid": "util_check_language", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L42"}, {"caller_nid": "util_check_language", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L43"}, {"caller_nid": "util_check_language", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L44"}, {"caller_nid": "util_check_language", "callee": "run", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L50"}, {"caller_nid": "util_check_language", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L57"}, {"caller_nid": "util_check_language", "callee": "rmtree", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L60"}, {"caller_nid": "util_compilerchecker_check_compilers", "callee": "ThreadPoolExecutor", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L93"}, {"caller_nid": "util_compilerchecker_check_compilers", "callee": "submit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L95"}, {"caller_nid": "util_compilerchecker_check_compilers", "callee": "submit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L96"}, {"caller_nid": "util_compilerchecker_check_compilers", "callee": "submit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L97"}, {"caller_nid": "util_compilerchecker_check_compilers", "callee": "result", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L100"}, {"caller_nid": "util_compilerchecker_check_compilers", "callee": "result", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L101"}, {"caller_nid": "util_compilerchecker_check_compilers", "callee": "result", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L102"}, {"caller_nid": "util_cleanup", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L140"}, {"caller_nid": "util_cleanup", "callee": "rmtree", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L144"}, {"caller_nid": "util_get_module_dir", "callee": "mkdtemp", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L153"}, {"caller_nid": "util_get_module_dir", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L154"}, {"caller_nid": "util_get_module_dir", "callee": "insert", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L156"}, {"caller_nid": "util_get_temp_module_name", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L168"}, {"caller_nid": "util_build_module", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L209"}, {"caller_nid": "util_build_module", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L215"}, {"caller_nid": "util_build_module", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L216"}, {"caller_nid": "util_build_module", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L217"}, {"caller_nid": "util_build_module", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L217"}, {"caller_nid": "util_build_module", "callee": "copyfile", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L218"}, {"caller_nid": "util_build_module", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L219"}, {"caller_nid": "util_build_module", "callee": "splitext", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L221"}, {"caller_nid": "util_build_module", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L223"}, {"caller_nid": "util_build_module", "callee": "getcwd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L242"}, {"caller_nid": "util_build_module", "callee": "chdir", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L244"}, {"caller_nid": "util_build_module", "callee": "Popen", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L246"}, {"caller_nid": "util_build_module", "callee": "communicate", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L249"}, {"caller_nid": "util_build_module", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L251"}, {"caller_nid": "util_build_module", "callee": "asunicode", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L251"}, {"caller_nid": "util_build_module", "callee": "chdir", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L253"}, {"caller_nid": "util_build_module", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L257"}, {"caller_nid": "util_build_module", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L264"}, {"caller_nid": "util_build_module", "callee": "glob", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L265"}, {"caller_nid": "util_build_module", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L265"}, {"caller_nid": "util_build_module", "callee": "check_call", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L267"}, {"caller_nid": "util_build_module", "callee": "import_module", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L273"}, {"caller_nid": "util_build_code", "callee": "temppath", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L289"}, {"caller_nid": "util_build_code", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L290"}, {"caller_nid": "util_build_code", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L291"}, {"caller_nid": "util_simplifiedmesonbackend_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L306"}, {"caller_nid": "util_simplifiedmesonbackend_compile", "callee": "write_meson_build", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L309"}, {"caller_nid": "util_simplifiedmesonbackend_compile", "callee": "run_meson", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L310"}, {"caller_nid": "util_build_meson", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L320"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L330"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L332"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L333"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L334"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L335"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L336"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L337"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L338"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L339"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L340"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L341"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L342"}, {"caller_nid": "util_build_meson", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L343"}, {"caller_nid": "util_build_meson", "callee": "insert", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L349"}, {"caller_nid": "util_build_meson", "callee": "import_module", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L350"}, {"caller_nid": "util_module_name", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L372"}, {"caller_nid": "util_module_name", "callee": "rsplit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L373"}, {"caller_nid": "util_setup_class", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L378"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L390"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L392"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L392"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L392"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L393"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L393"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L393"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L394"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L394"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L394"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L397"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L399"}, {"caller_nid": "util_f2pytest_setup_method", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L401"}, {"caller_nid": "util_getpath", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L431"}, {"caller_nid": "util_getpath", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L431"}, {"caller_nid": "util_getpath", "callee": "joinpath", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L432"}, {"caller_nid": "util_switchdir", "callee": "cwd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L437"}, {"caller_nid": "util_switchdir", "callee": "chdir", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L438"}, {"caller_nid": "util_switchdir", "callee": "chdir", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/f2py/tests/util.py", "source_location": "L442"}]} |