1 line
51 KiB
JSON
1 line
51 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "label": "_collections.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L1"}, {"id": "collections_hasgettablestringkeys", "label": "HasGettableStringKeys", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L15"}, {"id": "protocol", "label": "Protocol", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "collections_hasgettablestringkeys_keys", "label": ".keys()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L16"}, {"id": "collections_hasgettablestringkeys_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L18"}, {"id": "collections_sentinel", "label": "_Sentinel", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L39"}, {"id": "enum", "label": "Enum", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "collections_ensure_can_construct_http_header_dict", "label": "ensure_can_construct_http_header_dict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L43"}, {"id": "collections_recentlyusedcontainer", "label": "RecentlyUsedContainer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L63"}, {"id": "collections_recentlyusedcontainer_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L82"}, {"id": "collections_recentlyusedcontainer_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L93"}, {"id": "collections_recentlyusedcontainer_setitem", "label": ".__setitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L100"}, {"id": "collections_recentlyusedcontainer_delitem", "label": ".__delitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L125"}, {"id": "collections_recentlyusedcontainer_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L132"}, {"id": "collections_recentlyusedcontainer_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L136"}, {"id": "collections_recentlyusedcontainer_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L141"}, {"id": "collections_recentlyusedcontainer_keys", "label": ".keys()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L151"}, {"id": "collections_httpheaderdictitemview", "label": "HTTPHeaderDictItemView", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L156"}, {"id": "collections_httpheaderdictitemview_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L187"}, {"id": "collections_httpheaderdictitemview_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L190"}, {"id": "collections_httpheaderdictitemview_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L193"}, {"id": "collections_httpheaderdictitemview_contains", "label": ".__contains__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L196"}, {"id": "collections_httpheaderdict", "label": "HTTPHeaderDict", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L204"}, {"id": "collections_httpheaderdict_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L240"}, {"id": "collections_httpheaderdict_setitem", "label": ".__setitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L251"}, {"id": "collections_httpheaderdict_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L257"}, {"id": "collections_httpheaderdict_delitem", "label": ".__delitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L263"}, {"id": "collections_httpheaderdict_contains", "label": ".__contains__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L268"}, {"id": "collections_httpheaderdict_setdefault", "label": ".setdefault()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L275"}, {"id": "collections_httpheaderdict_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L278"}, {"id": "collections_httpheaderdict_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L289"}, {"id": "collections_httpheaderdict_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L292"}, {"id": "collections_httpheaderdict_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L295"}, {"id": "collections_httpheaderdict_discard", "label": ".discard()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L300"}, {"id": "collections_httpheaderdict_add", "label": ".add()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L306"}, {"id": "collections_httpheaderdict_extend", "label": ".extend()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L341"}, {"id": "collections_getlist", "label": "getlist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L375"}, {"id": "collections_httpheaderdict_getlist", "label": ".getlist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L380"}, {"id": "collections_httpheaderdict_prepare_for_method_change", "label": "._prepare_for_method_change()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L400"}, {"id": "collections_httpheaderdict_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L426"}, {"id": "collections_httpheaderdict_copy_from", "label": "._copy_from()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L429"}, {"id": "collections_httpheaderdict_copy", "label": ".copy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L434"}, {"id": "collections_httpheaderdict_iteritems", "label": ".iteritems()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L439"}, {"id": "collections_httpheaderdict_itermerged", "label": ".itermerged()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L446"}, {"id": "collections_httpheaderdict_items", "label": ".items()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L452"}, {"id": "collections_httpheaderdict_has_value_for_header", "label": "._has_value_for_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L455"}, {"id": "collections_httpheaderdict_ior", "label": ".__ior__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L460"}, {"id": "collections_httpheaderdict_or", "label": ".__or__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L469"}, {"id": "collections_httpheaderdict_ror", "label": ".__ror__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L479"}, {"id": "collections_rationale_64", "label": "Provides a thread-safe dict-like container which maintains up to ``maxsize``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L64"}, {"id": "collections_rationale_157", "label": "HTTPHeaderDict is unusual for a Mapping[str, str] in that it has two modes of", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L157"}, {"id": "collections_rationale_205", "label": ":param headers: An iterable of field-value pairs. Must not contain multi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L205"}, {"id": "collections_rationale_307", "label": "Adds a (name, value) pair, doesn't overwrite the value if it already exi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L307"}, {"id": "collections_rationale_342", "label": "Generic import function for any type of header-like object. Adapted vers", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L342"}, {"id": "collections_rationale_383", "label": "Returns a list of all the values for the named field. Returns an empty l", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L383"}, {"id": "collections_rationale_401", "label": "Remove content-specific header fields before changing the request method", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L401"}, {"id": "collections_rationale_440", "label": "Iterate over all header lines, including duplicate ones.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L440"}, {"id": "collections_rationale_447", "label": "Iterate over all headers, merging duplicate ones together.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L447"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "enum", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "threading", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections_hasgettablestringkeys", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L15", "weight": 1.0}, {"source": "collections_hasgettablestringkeys", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L15", "weight": 1.0}, {"source": "collections_hasgettablestringkeys", "target": "collections_hasgettablestringkeys_keys", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L16", "weight": 1.0}, {"source": "collections_hasgettablestringkeys", "target": "collections_hasgettablestringkeys_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections_sentinel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L39", "weight": 1.0}, {"source": "collections_sentinel", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections_ensure_can_construct_http_header_dict", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections_recentlyusedcontainer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L63", "weight": 1.0}, {"source": "collections_recentlyusedcontainer", "target": "collections_recentlyusedcontainer_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L82", "weight": 1.0}, {"source": "collections_recentlyusedcontainer", "target": "collections_recentlyusedcontainer_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L93", "weight": 1.0}, {"source": "collections_recentlyusedcontainer", "target": "collections_recentlyusedcontainer_setitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L100", "weight": 1.0}, {"source": "collections_recentlyusedcontainer", "target": "collections_recentlyusedcontainer_delitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L125", "weight": 1.0}, {"source": "collections_recentlyusedcontainer", "target": "collections_recentlyusedcontainer_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L132", "weight": 1.0}, {"source": "collections_recentlyusedcontainer", "target": "collections_recentlyusedcontainer_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L136", "weight": 1.0}, {"source": "collections_recentlyusedcontainer", "target": "collections_recentlyusedcontainer_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L141", "weight": 1.0}, {"source": "collections_recentlyusedcontainer", "target": "collections_recentlyusedcontainer_keys", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L151", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections_httpheaderdictitemview", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L156", "weight": 1.0}, {"source": "collections_httpheaderdictitemview", "target": "collections_httpheaderdictitemview_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L187", "weight": 1.0}, {"source": "collections_httpheaderdictitemview", "target": "collections_httpheaderdictitemview_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L190", "weight": 1.0}, {"source": "collections_httpheaderdictitemview", "target": "collections_httpheaderdictitemview_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L193", "weight": 1.0}, {"source": "collections_httpheaderdictitemview", "target": "collections_httpheaderdictitemview_contains", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L196", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections_httpheaderdict", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L204", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L240", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_setitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L251", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L257", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_delitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L263", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_contains", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L268", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_setdefault", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L275", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L278", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L289", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L292", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L295", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_discard", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L300", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_add", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L306", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_extend", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L341", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections_getlist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L375", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_collections_py", "target": "collections_getlist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L378", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_getlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L380", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_prepare_for_method_change", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L400", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L426", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_copy_from", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L429", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_copy", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L434", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_iteritems", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L439", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_itermerged", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L446", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_items", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L452", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_has_value_for_header", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L455", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_ior", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L460", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_or", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L469", "weight": 1.0}, {"source": "collections_httpheaderdict", "target": "collections_httpheaderdict_ror", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L479", "weight": 1.0}, {"source": "collections_recentlyusedcontainer_init", "target": "collections_httpheaderdict_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L87", "weight": 1.0}, {"source": "collections_httpheaderdictitemview_len", "target": "collections_httpheaderdict_iteritems", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L191", "weight": 1.0}, {"source": "collections_httpheaderdictitemview_iter", "target": "collections_httpheaderdict_iteritems", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L194", "weight": 1.0}, {"source": "collections_httpheaderdictitemview_contains", "target": "collections_httpheaderdict_has_value_for_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L200", "weight": 1.0}, {"source": "collections_httpheaderdict_init", "target": "collections_httpheaderdict_copy_from", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L245", "weight": 1.0}, {"source": "collections_httpheaderdict_init", "target": "collections_httpheaderdict_extend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L247", "weight": 1.0}, {"source": "collections_httpheaderdict_eq", "target": "collections_ensure_can_construct_http_header_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L279", "weight": 1.0}, {"source": "collections_httpheaderdict_eq", "target": "collections_httpheaderdict_itermerged", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L285", "weight": 1.0}, {"source": "collections_httpheaderdict_ne", "target": "collections_httpheaderdict_eq", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L290", "weight": 1.0}, {"source": "collections_httpheaderdict_add", "target": "collections_httpheaderdict_setdefault", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L331", "weight": 1.0}, {"source": "collections_httpheaderdict_extend", "target": "collections_httpheaderdict_iteritems", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L353", "weight": 1.0}, {"source": "collections_httpheaderdict_extend", "target": "collections_httpheaderdict_add", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L354", "weight": 1.0}, {"source": "collections_httpheaderdict_extend", "target": "collections_httpheaderdict_items", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L356", "weight": 1.0}, {"source": "collections_httpheaderdict_extend", "target": "collections_recentlyusedcontainer_keys", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L368", "weight": 1.0}, {"source": "collections_httpheaderdict_prepare_for_method_change", "target": "collections_httpheaderdict_discard", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L415", "weight": 1.0}, {"source": "collections_httpheaderdict_repr", "target": "collections_httpheaderdict_itermerged", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L427", "weight": 1.0}, {"source": "collections_httpheaderdict_copy_from", "target": "collections_httpheaderdict_getlist", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L431", "weight": 1.0}, {"source": "collections_httpheaderdict_copy", "target": "collections_httpheaderdict_copy_from", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L436", "weight": 1.0}, {"source": "collections_httpheaderdict_items", "target": "collections_httpheaderdictitemview", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L453", "weight": 1.0}, {"source": "collections_httpheaderdict_ior", "target": "collections_ensure_can_construct_http_header_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L463", "weight": 1.0}, {"source": "collections_httpheaderdict_ior", "target": "collections_httpheaderdict_extend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L466", "weight": 1.0}, {"source": "collections_httpheaderdict_or", "target": "collections_ensure_can_construct_http_header_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L472", "weight": 1.0}, {"source": "collections_httpheaderdict_or", "target": "collections_httpheaderdict_copy", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L475", "weight": 1.0}, {"source": "collections_httpheaderdict_or", "target": "collections_httpheaderdict_extend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L476", "weight": 1.0}, {"source": "collections_httpheaderdict_ror", "target": "collections_ensure_can_construct_http_header_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L482", "weight": 1.0}, {"source": "collections_httpheaderdict_ror", "target": "collections_httpheaderdict_extend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L486", "weight": 1.0}, {"source": "collections_rationale_64", "target": "collections_recentlyusedcontainer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L64", "weight": 1.0}, {"source": "collections_rationale_157", "target": "collections_httpheaderdictitemview", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L157", "weight": 1.0}, {"source": "collections_rationale_205", "target": "collections_httpheaderdict", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L205", "weight": 1.0}, {"source": "collections_rationale_307", "target": "collections_httpheaderdict_add", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L307", "weight": 1.0}, {"source": "collections_rationale_342", "target": "collections_httpheaderdict_extend", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L342", "weight": 1.0}, {"source": "collections_rationale_383", "target": "collections_httpheaderdict_getlist", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L383", "weight": 1.0}, {"source": "collections_rationale_401", "target": "collections_httpheaderdict_prepare_for_method_change", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L401", "weight": 1.0}, {"source": "collections_rationale_440", "target": "collections_httpheaderdict_iteritems", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L440", "weight": 1.0}, {"source": "collections_rationale_447", "target": "collections_httpheaderdict_itermerged", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L447", "weight": 1.0}], "raw_calls": [{"caller_nid": "collections_ensure_can_construct_http_header_dict", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L46"}, {"caller_nid": "collections_ensure_can_construct_http_header_dict", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L48"}, {"caller_nid": "collections_ensure_can_construct_http_header_dict", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L51"}, {"caller_nid": "collections_ensure_can_construct_http_header_dict", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L52"}, {"caller_nid": "collections_ensure_can_construct_http_header_dict", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L56"}, {"caller_nid": "collections_ensure_can_construct_http_header_dict", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L57"}, {"caller_nid": "collections_ensure_can_construct_http_header_dict", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L57"}, {"caller_nid": "collections_ensure_can_construct_http_header_dict", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L58"}, {"caller_nid": "collections_recentlyusedcontainer_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L87"}, {"caller_nid": "collections_recentlyusedcontainer_init", "callee": "OrderedDict", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L90"}, {"caller_nid": "collections_recentlyusedcontainer_init", "callee": "RLock", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L91"}, {"caller_nid": "collections_recentlyusedcontainer_getitem", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L96"}, {"caller_nid": "collections_recentlyusedcontainer_setitem", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L108"}, {"caller_nid": "collections_recentlyusedcontainer_setitem", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L114"}, {"caller_nid": "collections_recentlyusedcontainer_setitem", "callee": "popitem", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L118"}, {"caller_nid": "collections_recentlyusedcontainer_setitem", "callee": "dispose_func", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L123"}, {"caller_nid": "collections_recentlyusedcontainer_delitem", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L127"}, {"caller_nid": "collections_recentlyusedcontainer_delitem", "callee": "dispose_func", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L130"}, {"caller_nid": "collections_recentlyusedcontainer_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L134"}, {"caller_nid": "collections_recentlyusedcontainer_iter", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L137"}, {"caller_nid": "collections_recentlyusedcontainer_clear", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L144"}, {"caller_nid": "collections_recentlyusedcontainer_clear", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L144"}, {"caller_nid": "collections_recentlyusedcontainer_clear", "callee": "dispose_func", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L149"}, {"caller_nid": "collections_recentlyusedcontainer_keys", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L153"}, {"caller_nid": "collections_httpheaderdictitemview_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L191"}, {"caller_nid": "collections_httpheaderdictitemview_len", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L191"}, {"caller_nid": "collections_httpheaderdictitemview_contains", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L197"}, {"caller_nid": "collections_httpheaderdictitemview_contains", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L197"}, {"caller_nid": "collections_httpheaderdictitemview_contains", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L199"}, {"caller_nid": "collections_httpheaderdictitemview_contains", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L199"}, {"caller_nid": "collections_httpheaderdict_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L241"}, {"caller_nid": "collections_httpheaderdict_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L244"}, {"caller_nid": "collections_httpheaderdict_setitem", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L253"}, {"caller_nid": "collections_httpheaderdict_setitem", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L254"}, {"caller_nid": "collections_httpheaderdict_setitem", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L255"}, {"caller_nid": "collections_httpheaderdict_getitem", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L258"}, {"caller_nid": "collections_httpheaderdict_getitem", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L259"}, {"caller_nid": "collections_httpheaderdict_getitem", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L260"}, {"caller_nid": "collections_httpheaderdict_getitem", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L261"}, {"caller_nid": "collections_httpheaderdict_delitem", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L264"}, {"caller_nid": "collections_httpheaderdict_delitem", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L265"}, {"caller_nid": "collections_httpheaderdict_delitem", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L266"}, {"caller_nid": "collections_httpheaderdict_contains", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L269"}, {"caller_nid": "collections_httpheaderdict_contains", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L270"}, {"caller_nid": "collections_httpheaderdict_contains", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L271"}, {"caller_nid": "collections_httpheaderdict_contains", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L272"}, {"caller_nid": "collections_httpheaderdict_setdefault", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L276"}, {"caller_nid": "collections_httpheaderdict_eq", "callee": "type(self)", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L283"}, {"caller_nid": "collections_httpheaderdict_eq", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L283"}, {"caller_nid": "collections_httpheaderdict_eq", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L285"}, {"caller_nid": "collections_httpheaderdict_eq", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L286"}, {"caller_nid": "collections_httpheaderdict_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L293"}, {"caller_nid": "collections_httpheaderdict_iter", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L297"}, {"caller_nid": "collections_httpheaderdict_add", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L326"}, {"caller_nid": "collections_httpheaderdict_add", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L327"}, {"caller_nid": "collections_httpheaderdict_add", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L328"}, {"caller_nid": "collections_httpheaderdict_add", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L335"}, {"caller_nid": "collections_httpheaderdict_add", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L339"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L346"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L347"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L348"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L350"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L352"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L355"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L358"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L359"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L362"}, {"caller_nid": "collections_httpheaderdict_extend", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L362"}, {"caller_nid": "collections_httpheaderdict_getlist", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L385"}, {"caller_nid": "collections_httpheaderdict_getlist", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L386"}, {"caller_nid": "collections_httpheaderdict_getlist", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L388"}, {"caller_nid": "collections_httpheaderdict_repr", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L427"}, {"caller_nid": "collections_httpheaderdict_repr", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L427"}, {"caller_nid": "collections_httpheaderdict_copy_from", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L432"}, {"caller_nid": "collections_httpheaderdict_copy", "callee": "type(self)", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L435"}, {"caller_nid": "collections_httpheaderdict_copy", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L435"}, {"caller_nid": "collections_httpheaderdict_iteritems", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L442"}, {"caller_nid": "collections_httpheaderdict_itermerged", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L449"}, {"caller_nid": "collections_httpheaderdict_itermerged", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L450"}, {"caller_nid": "collections_httpheaderdict_has_value_for_header", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L457"}, {"caller_nid": "collections_httpheaderdict_ror", "callee": "type(self)", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L485"}, {"caller_nid": "collections_httpheaderdict_ror", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_collections.py", "source_location": "L485"}]} |