1 line
9.4 KiB
JSON
1 line
9.4 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_setopt_py", "label": "test_setopt.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L1"}, {"id": "test_setopt_testedit", "label": "TestEdit", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L6"}, {"id": "test_setopt_parse_config", "label": "parse_config()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L8"}, {"id": "test_setopt_write_text", "label": "write_text()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L15"}, {"id": "test_setopt_testedit_test_utf8_encoding_retained", "label": ".test_utf8_encoding_retained()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L19"}, {"id": "test_setopt_testedit_test_case_retained", "label": ".test_case_retained()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L31"}, {"id": "test_setopt_rationale_20", "label": "When editing a file, non-ASCII characters encoded in UTF-8 should be ret", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L20"}, {"id": "test_setopt_rationale_32", "label": "When editing a file, case of keys should be retained.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L32"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_setopt_py", "target": "configparser", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_setopt_py", "target": "setuptools_command", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_setopt_py", "target": "test_setopt_testedit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_setopt_py", "target": "test_setopt_parse_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_setopt_py", "target": "test_setopt_write_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L15", "weight": 1.0}, {"source": "test_setopt_testedit", "target": "test_setopt_testedit_test_utf8_encoding_retained", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L19", "weight": 1.0}, {"source": "test_setopt_testedit", "target": "test_setopt_testedit_test_case_retained", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L31", "weight": 1.0}, {"source": "test_setopt_testedit_test_utf8_encoding_retained", "target": "test_setopt_write_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L25", "weight": 1.0}, {"source": "test_setopt_testedit_test_utf8_encoding_retained", "target": "test_setopt_parse_config", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L27", "weight": 1.0}, {"source": "test_setopt_testedit_test_case_retained", "target": "test_setopt_write_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L36", "weight": 1.0}, {"source": "test_setopt_rationale_20", "target": "test_setopt_testedit_test_utf8_encoding_retained", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L20", "weight": 1.0}, {"source": "test_setopt_rationale_32", "target": "test_setopt_testedit_test_case_retained", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L32", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_setopt_parse_config", "callee": "ConfigParser", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L9"}, {"caller_nid": "test_setopt_parse_config", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L10"}, {"caller_nid": "test_setopt_parse_config", "callee": "read_file", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L11"}, {"caller_nid": "test_setopt_write_text", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L16"}, {"caller_nid": "test_setopt_write_text", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L17"}, {"caller_nid": "test_setopt_write_text", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L17"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L24"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L25"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "edit_config", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L26"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L26"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L26"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L26"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L27"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L28"}, {"caller_nid": "test_setopt_testedit_test_utf8_encoding_retained", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L29"}, {"caller_nid": "test_setopt_testedit_test_case_retained", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L35"}, {"caller_nid": "test_setopt_testedit_test_case_retained", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L36"}, {"caller_nid": "test_setopt_testedit_test_case_retained", "callee": "edit_config", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L37"}, {"caller_nid": "test_setopt_testedit_test_case_retained", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L37"}, {"caller_nid": "test_setopt_testedit_test_case_retained", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L37"}, {"caller_nid": "test_setopt_testedit_test_case_retained", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L37"}, {"caller_nid": "test_setopt_testedit_test_case_retained", "callee": "read_text", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py", "source_location": "L38"}]} |