1 line
8.8 KiB
JSON
1 line
8.8 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_command_install_egg_info_py", "label": "install_egg_info.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L1"}, {"id": "install_egg_info_install_egg_info", "label": "install_egg_info", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L11"}, {"id": "command", "label": "Command", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "install_egg_info_install_egg_info_initialize_options", "label": ".initialize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L20"}, {"id": "install_egg_info_install_egg_info_finalize_options", "label": ".finalize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L23"}, {"id": "install_egg_info_install_egg_info_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L31"}, {"id": "install_egg_info_install_egg_info_get_outputs", "label": ".get_outputs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L41"}, {"id": "install_egg_info_install_egg_info_copytree", "label": ".copytree()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L44"}, {"id": "install_egg_info_rationale_12", "label": "Install an .egg-info directory for the package", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L12"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_install_egg_info_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_install_egg_info_py", "target": "setuptools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_install_egg_info_py", "target": "setuptools_archive_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_install_egg_info_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_path_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_install_egg_info_py", "target": "distutils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_install_egg_info_py", "target": "install_egg_info_install_egg_info", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L11", "weight": 1.0}, {"source": "install_egg_info_install_egg_info", "target": "command", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L11", "weight": 1.0}, {"source": "install_egg_info_install_egg_info", "target": "install_egg_info_install_egg_info_initialize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L20", "weight": 1.0}, {"source": "install_egg_info_install_egg_info", "target": "install_egg_info_install_egg_info_finalize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L23", "weight": 1.0}, {"source": "install_egg_info_install_egg_info", "target": "install_egg_info_install_egg_info_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L31", "weight": 1.0}, {"source": "install_egg_info_install_egg_info", "target": "install_egg_info_install_egg_info_get_outputs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L41", "weight": 1.0}, {"source": "install_egg_info_install_egg_info", "target": "install_egg_info_install_egg_info_copytree", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L44", "weight": 1.0}, {"source": "install_egg_info_rationale_12", "target": "install_egg_info_install_egg_info", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L12", "weight": 1.0}], "raw_calls": [{"caller_nid": "install_egg_info_install_egg_info_finalize_options", "callee": "set_undefined_options", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L24"}, {"caller_nid": "install_egg_info_install_egg_info_finalize_options", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L25"}, {"caller_nid": "install_egg_info_install_egg_info_finalize_options", "callee": "_get_egg_basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L26"}, {"caller_nid": "install_egg_info_install_egg_info_finalize_options", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L28"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "run_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L32"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L33"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "islink", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L33"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L34"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L35"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "execute", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L36"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "ensure_directory", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L37"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "execute", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L38"}, {"caller_nid": "install_egg_info_install_egg_info_run", "callee": "install_namespaces", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L39"}, {"caller_nid": "install_egg_info_install_egg_info_copytree", "callee": "unpack_archive", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py", "source_location": "L57"}]} |