1 line
6.0 KiB
JSON
1 line
6.0 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_build_py", "label": "test_build.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L1"}, {"id": "test_build_test_distribution_gives_setuptools_build_obj", "label": "test_distribution_gives_setuptools_build_obj()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L6"}, {"id": "test_build_subcommand", "label": "Subcommand", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L23"}, {"id": "command", "label": "Command", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_build_subcommand_initialize_options", "label": ".initialize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L26"}, {"id": "test_build_subcommand_finalize_options", "label": ".finalize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L29"}, {"id": "test_build_subcommand_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L32"}, {"id": "test_build_rationale_7", "label": "Check that the setuptools Distribution uses the setuptools specific build ob", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L7"}, {"id": "test_build_rationale_24", "label": "Dummy command to be used in tests", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L24"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_build_py", "target": "setuptools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_build_py", "target": "setuptools_command_build", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_build_py", "target": "setuptools_dist", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_build_py", "target": "test_build_test_distribution_gives_setuptools_build_obj", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_build_py", "target": "test_build_subcommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L23", "weight": 1.0}, {"source": "test_build_subcommand", "target": "command", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L23", "weight": 1.0}, {"source": "test_build_subcommand", "target": "test_build_subcommand_initialize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L26", "weight": 1.0}, {"source": "test_build_subcommand", "target": "test_build_subcommand_finalize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L29", "weight": 1.0}, {"source": "test_build_subcommand", "target": "test_build_subcommand_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L32", "weight": 1.0}, {"source": "test_build_rationale_7", "target": "test_build_test_distribution_gives_setuptools_build_obj", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L7", "weight": 1.0}, {"source": "test_build_rationale_24", "target": "test_build_subcommand", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L24", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_build_test_distribution_gives_setuptools_build_obj", "callee": "Distribution", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L12"}, {"caller_nid": "test_build_test_distribution_gives_setuptools_build_obj", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L13"}, {"caller_nid": "test_build_test_distribution_gives_setuptools_build_obj", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L20"}, {"caller_nid": "test_build_test_distribution_gives_setuptools_build_obj", "callee": "get_command_obj", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L20"}, {"caller_nid": "test_build_subcommand_run", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py", "source_location": "L33"}]} |