Files
tfm_ainventory/graphify-out/cache/8cc10bed2b24ec38d016ee89b93d839d5f94dd70c51e0f63282b876cd9469bf0.json

1 line
7.4 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_locales_py", "label": "_locales.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L1"}, {"id": "locales_find_comma_decimal_point_locale", "label": "find_comma_decimal_point_locale()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L12"}, {"id": "locales_commadecimalpointlocale", "label": "CommaDecimalPointLocale", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L46"}, {"id": "locales_commadecimalpointlocale_setup_method", "label": ".setup_method()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L58"}, {"id": "locales_commadecimalpointlocale_teardown_method", "label": ".teardown_method()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L63"}, {"id": "locales_commadecimalpointlocale_enter", "label": ".__enter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L66"}, {"id": "locales_commadecimalpointlocale_exit", "label": ".__exit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L71"}, {"id": "locales_rationale_1", "label": "Provide class for testing in French locale", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L1"}, {"id": "locales_rationale_13", "label": "See if platform has a decimal point as comma locale. Find a locale that use", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L13"}, {"id": "locales_rationale_47", "label": "Sets LC_NUMERIC to a locale with comma as decimal point. Classes derived fr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L47"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_locales_py", "target": "locale", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_locales_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_locales_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_locales_py", "target": "locales_find_comma_decimal_point_locale", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_locales_py", "target": "locales_commadecimalpointlocale", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L46", "weight": 1.0}, {"source": "locales_commadecimalpointlocale", "target": "locales_commadecimalpointlocale_setup_method", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L58", "weight": 1.0}, {"source": "locales_commadecimalpointlocale", "target": "locales_commadecimalpointlocale_teardown_method", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L63", "weight": 1.0}, {"source": "locales_commadecimalpointlocale", "target": "locales_commadecimalpointlocale_enter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L66", "weight": 1.0}, {"source": "locales_commadecimalpointlocale", "target": "locales_commadecimalpointlocale_exit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L71", "weight": 1.0}, {"source": "locales_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_tests_locales_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L1", "weight": 1.0}, {"source": "locales_rationale_13", "target": "locales_find_comma_decimal_point_locale", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L13", "weight": 1.0}, {"source": "locales_rationale_47", "target": "locales_commadecimalpointlocale", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L47", "weight": 1.0}], "raw_calls": [{"caller_nid": "locales_find_comma_decimal_point_locale", "callee": "getlocale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L31"}, {"caller_nid": "locales_find_comma_decimal_point_locale", "callee": "setlocale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L36"}, {"caller_nid": "locales_find_comma_decimal_point_locale", "callee": "setlocale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L42"}, {"caller_nid": "locales_commadecimalpointlocale_setup_method", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L60"}, {"caller_nid": "locales_commadecimalpointlocale_setup_method", "callee": "setlocale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L61"}, {"caller_nid": "locales_commadecimalpointlocale_teardown_method", "callee": "setlocale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L64"}, {"caller_nid": "locales_commadecimalpointlocale_enter", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L68"}, {"caller_nid": "locales_commadecimalpointlocale_enter", "callee": "setlocale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L69"}, {"caller_nid": "locales_commadecimalpointlocale_exit", "callee": "setlocale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/tests/_locales.py", "source_location": "L72"}]}