1 line
7.8 KiB
JSON
1 line
7.8 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "label": "pyproject.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L1"}, {"id": "pyproject_is_list_of_str", "label": "_is_list_of_str()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L18"}, {"id": "pyproject_make_pyproject_path", "label": "make_pyproject_path()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L22"}, {"id": "pyproject_load_pyproject_toml", "label": "load_pyproject_toml()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L31"}, {"id": "pyproject_rationale_34", "label": "Load the pyproject.toml file. Parameters: pyproject_toml - Location", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L34"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "pip_vendor_packaging_requirements", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "pip_internal_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "pip_internal_utils_compat", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "pip_internal_utils_packaging", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "pyproject_is_list_of_str", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "pyproject_make_pyproject_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_pyproject_py", "target": "pyproject_load_pyproject_toml", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L31", "weight": 1.0}, {"source": "pyproject_load_pyproject_toml", "target": "pyproject_is_list_of_str", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L89", "weight": 1.0}, {"source": "pyproject_rationale_34", "target": "pyproject_load_pyproject_toml", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L34", "weight": 1.0}], "raw_calls": [{"caller_nid": "pyproject_is_list_of_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L19"}, {"caller_nid": "pyproject_is_list_of_str", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L19"}, {"caller_nid": "pyproject_is_list_of_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L19"}, {"caller_nid": "pyproject_make_pyproject_path", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L23"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L53"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L54"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "InstallationError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L57"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L63"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L64"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L64"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L65"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "MissingPyProjectBuildRequires", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L85"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "InvalidPyProjectBuildRequires", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L90"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "get_requirement", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L98"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "InvalidPyProjectBuildRequires", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L100"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L105"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L106"}, {"caller_nid": "pyproject_load_pyproject_toml", "callee": "BuildSystemDetails", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py", "source_location": "L123"}]} |