1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "label": "search_scope.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L1"}, {"id": "search_scope_searchscope", "label": "SearchScope", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L18"}, {"id": "search_scope_create", "label": "create()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L30"}, {"id": "search_scope_searchscope_get_formatted_locations", "label": ".get_formatted_locations()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L71"}, {"id": "search_scope_searchscope_get_index_urls_locations", "label": ".get_index_urls_locations()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L106"}, {"id": "search_scope_rationale_19", "label": "Encapsulates the locations that pip is configured to search.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L19"}, {"id": "search_scope_rationale_36", "label": "Create a SearchScope object after normalizing the `find_links`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L36"}, {"id": "search_scope_rationale_107", "label": "Returns the locations found via self.index_urls Checks the url_name on", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L107"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "itertools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "posixpath", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "urllib_parse", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "pip_vendor_packaging_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "pip_internal_models_index", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "pip_internal_utils_compat", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "pip_internal_utils_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "search_scope_searchscope", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_internal_models_search_scope_py", "target": "search_scope_create", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L30", "weight": 1.0}, {"source": "search_scope_searchscope", "target": "search_scope_searchscope_get_formatted_locations", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L71", "weight": 1.0}, {"source": "search_scope_searchscope", "target": "search_scope_searchscope_get_index_urls_locations", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L106", "weight": 1.0}, {"source": "search_scope_rationale_19", "target": "search_scope_searchscope", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L19", "weight": 1.0}, {"source": "search_scope_rationale_36", "target": "search_scope_searchscope_create", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L36", "weight": 1.0}, {"source": "search_scope_rationale_107", "target": "search_scope_searchscope_get_index_urls_locations", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L107", "weight": 1.0}], "raw_calls": [{"caller_nid": "search_scope_create", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L46"}, {"caller_nid": "search_scope_create", "callee": "normalize_path", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L47"}, {"caller_nid": "search_scope_create", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L48"}, {"caller_nid": "search_scope_create", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L50"}, {"caller_nid": "search_scope_create", "callee": "has_tls", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L54"}, {"caller_nid": "search_scope_create", "callee": "chain", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L55"}, {"caller_nid": "search_scope_create", "callee": "urlparse", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L56"}, {"caller_nid": "search_scope_create", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L58"}, {"caller_nid": "search_scope_create", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L65"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "redact_auth_from_url", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L76"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "urlsplit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L79"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L87"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L92"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L94"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L95"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L95"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L99"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L100"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L101"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "redact_auth_from_url", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L101"}, {"caller_nid": "search_scope_searchscope_get_formatted_locations", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L104"}, {"caller_nid": "search_scope_searchscope_get_index_urls_locations", "callee": "mkurl_pypi_url", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py", "source_location": "L126"}]} |