1 line
29 KiB
JSON
1 line
29 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "label": "url.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L1"}, {"id": "url_url", "label": "Url", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L82"}, {"id": "url_url_new", "label": ".__new__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L91"}, {"id": "url_hostname", "label": "hostname()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L110"}, {"id": "url_request_uri", "label": "request_uri()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L115"}, {"id": "url_netloc", "label": "netloc()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L125"}, {"id": "url_url_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L171"}, {"id": "url_split_first", "label": "split_first()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L175"}, {"id": "url_encode_invalid_chars", "label": "_encode_invalid_chars()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L210"}, {"id": "url_remove_path_dot_segments", "label": "_remove_path_dot_segments()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L244"}, {"id": "url_normalize_host", "label": "_normalize_host()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L274"}, {"id": "url_idna_encode", "label": "_idna_encode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L305"}, {"id": "url_encode_target", "label": "_encode_target()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L323"}, {"id": "url_parse_url", "label": "parse_url()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L333"}, {"id": "url_get_host", "label": "get_host()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L430"}, {"id": "url_rationale_83", "label": "Data structure for representing an HTTP URL. Used as a return value for :fun", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L83"}, {"id": "url_rationale_111", "label": "For backwards-compatibility with urlparse. We're nice like that.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L111"}, {"id": "url_rationale_116", "label": "Absolute path including the query string.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L116"}, {"id": "url_rationale_126", "label": "Network location including host and port", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L126"}, {"id": "url_rationale_133", "label": "Convert self into a url This function should more or less round-trip wi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L133"}, {"id": "url_rationale_176", "label": ".. deprecated:: 1.25 Given a string and an iterable of delimiters, split on", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L176"}, {"id": "url_rationale_211", "label": "Percent-encodes a URI component without reapplying onto an already percent-e", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L211"}, {"id": "url_rationale_324", "label": "Percent-encodes a request target so that there are no invalid characters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L324"}, {"id": "url_rationale_334", "label": "Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is perfor", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L334"}, {"id": "url_rationale_431", "label": "Deprecated. Use :func:`parse_url` instead.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L431"}, {"id": "url_rationale_402", "label": "# TODO: Remove this when we break backwards compatibility.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L402"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_packages_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_url", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L82", "weight": 1.0}, {"source": "url_url", "target": "url_url_new", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_hostname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_request_uri", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L115", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_netloc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L125", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_url", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L132", "weight": 1.0}, {"source": "url_url", "target": "url_url_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L171", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_split_first", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L175", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_encode_invalid_chars", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L210", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_remove_path_dot_segments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L244", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_normalize_host", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L274", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_idna_encode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L305", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_encode_target", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L323", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_parse_url", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L333", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "target": "url_get_host", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L430", "weight": 1.0}, {"source": "url_normalize_host", "target": "url_encode_invalid_chars", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L294", "weight": 1.0}, {"source": "url_normalize_host", "target": "url_idna_encode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L300", "weight": 1.0}, {"source": "url_encode_target", "target": "url_encode_invalid_chars", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L326", "weight": 1.0}, {"source": "url_parse_url", "target": "url_url", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L357", "weight": 1.0}, {"source": "url_parse_url", "target": "url_encode_invalid_chars", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L375", "weight": 1.0}, {"source": "url_parse_url", "target": "url_normalize_host", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L386", "weight": 1.0}, {"source": "url_parse_url", "target": "url_remove_path_dot_segments", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L389", "weight": 1.0}, {"source": "url_get_host", "target": "url_parse_url", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L434", "weight": 1.0}, {"source": "url_rationale_83", "target": "url_url", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L83", "weight": 1.0}, {"source": "url_rationale_111", "target": "url_url_hostname", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L111", "weight": 1.0}, {"source": "url_rationale_116", "target": "url_url_request_uri", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L116", "weight": 1.0}, {"source": "url_rationale_126", "target": "url_url_netloc", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L126", "weight": 1.0}, {"source": "url_rationale_133", "target": "url_url_url", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L133", "weight": 1.0}, {"source": "url_rationale_176", "target": "url_split_first", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L176", "weight": 1.0}, {"source": "url_rationale_211", "target": "url_encode_invalid_chars", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L211", "weight": 1.0}, {"source": "url_rationale_324", "target": "url_encode_target", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L324", "weight": 1.0}, {"source": "url_rationale_334", "target": "url_parse_url", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L334", "weight": 1.0}, {"source": "url_rationale_431", "target": "url_get_host", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L431", "weight": 1.0}, {"source": "url_rationale_402", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_url_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L402", "weight": 1.0}], "raw_calls": [{"caller_nid": "url_url_new", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L101"}, {"caller_nid": "url_url_new", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L104"}, {"caller_nid": "url_url_new", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L105"}, {"caller_nid": "url_url", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L161"}, {"caller_nid": "url_split_first", "callee": "find", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L196"}, {"caller_nid": "url_encode_invalid_chars", "callee": "ensure_text", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L217"}, {"caller_nid": "url_encode_invalid_chars", "callee": "subn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L222"}, {"caller_nid": "url_encode_invalid_chars", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L223"}, {"caller_nid": "url_encode_invalid_chars", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L223"}, {"caller_nid": "url_encode_invalid_chars", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L226"}, {"caller_nid": "url_encode_invalid_chars", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L227"}, {"caller_nid": "url_encode_invalid_chars", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L228"}, {"caller_nid": "url_encode_invalid_chars", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L230"}, {"caller_nid": "url_encode_invalid_chars", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L230"}, {"caller_nid": "url_encode_invalid_chars", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L233"}, {"caller_nid": "url_encode_invalid_chars", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L235"}, {"caller_nid": "url_encode_invalid_chars", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L239"}, {"caller_nid": "url_encode_invalid_chars", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L239"}, {"caller_nid": "url_encode_invalid_chars", "callee": "zfill", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L239"}, {"caller_nid": "url_encode_invalid_chars", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L239"}, {"caller_nid": "url_encode_invalid_chars", "callee": "hex", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L239"}, {"caller_nid": "url_encode_invalid_chars", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L241"}, {"caller_nid": "url_remove_path_dot_segments", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L246"}, {"caller_nid": "url_remove_path_dot_segments", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L255"}, {"caller_nid": "url_remove_path_dot_segments", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L259"}, {"caller_nid": "url_remove_path_dot_segments", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L263"}, {"caller_nid": "url_remove_path_dot_segments", "callee": "insert", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L264"}, {"caller_nid": "url_remove_path_dot_segments", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L268"}, {"caller_nid": "url_remove_path_dot_segments", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L269"}, {"caller_nid": "url_remove_path_dot_segments", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L271"}, {"caller_nid": "url_normalize_host", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L276"}, {"caller_nid": "url_normalize_host", "callee": "ensure_str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L277"}, {"caller_nid": "url_normalize_host", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L280"}, {"caller_nid": "url_normalize_host", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L285"}, {"caller_nid": "url_normalize_host", "callee": "span", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L287"}, {"caller_nid": "url_normalize_host", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L290"}, {"caller_nid": "url_normalize_host", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L295"}, {"caller_nid": "url_normalize_host", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L297"}, {"caller_nid": "url_normalize_host", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L298"}, {"caller_nid": "url_normalize_host", "callee": "ensure_str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L299"}, {"caller_nid": "url_normalize_host", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L300"}, {"caller_nid": "url_normalize_host", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L300"}, {"caller_nid": "url_idna_encode", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L306"}, {"caller_nid": "url_idna_encode", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L306"}, {"caller_nid": "url_idna_encode", "callee": "raise_from", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L310"}, {"caller_nid": "url_idna_encode", "callee": "LocationParseError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L311"}, {"caller_nid": "url_idna_encode", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L315"}, {"caller_nid": "url_idna_encode", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L315"}, {"caller_nid": "url_idna_encode", "callee": "raise_from", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L317"}, {"caller_nid": "url_idna_encode", "callee": "LocationParseError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L318"}, {"caller_nid": "url_idna_encode", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L320"}, {"caller_nid": "url_idna_encode", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L320"}, {"caller_nid": "url_encode_target", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L325"}, {"caller_nid": "url_encode_target", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L325"}, {"caller_nid": "url_parse_url", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L360"}, {"caller_nid": "url_parse_url", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L364"}, {"caller_nid": "url_parse_url", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L364"}, {"caller_nid": "url_parse_url", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L365"}, {"caller_nid": "url_parse_url", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L368"}, {"caller_nid": "url_parse_url", "callee": "rpartition", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L371"}, {"caller_nid": "url_parse_url", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L373"}, {"caller_nid": "url_parse_url", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L373"}, {"caller_nid": "url_parse_url", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L382"}, {"caller_nid": "url_parse_url", "callee": "LocationParseError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L384"}, {"caller_nid": "url_parse_url", "callee": "raise_from", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L397"}, {"caller_nid": "url_parse_url", "callee": "LocationParseError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L397"}, {"caller_nid": "url_parse_url", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L411"}, {"caller_nid": "url_parse_url", "callee": "ensure_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L420"}, {"caller_nid": "url_parse_url", "callee": "ensure_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L421"}, {"caller_nid": "url_parse_url", "callee": "ensure_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L422"}, {"caller_nid": "url_parse_url", "callee": "ensure_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L424"}, {"caller_nid": "url_parse_url", "callee": "ensure_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L425"}, {"caller_nid": "url_parse_url", "callee": "ensure_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py", "source_location": "L426"}]} |