1 line
38 KiB
JSON
1 line
38 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "label": "controller.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L1"}, {"id": "controller_parse_uri", "label": "parse_uri()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L39"}, {"id": "controller_cachecontroller", "label": "CacheController", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L50"}, {"id": "controller_cachecontroller_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L53"}, {"id": "controller_urlnorm", "label": "_urlnorm()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L66"}, {"id": "controller_cache_url", "label": "cache_url()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L86"}, {"id": "controller_cachecontroller_parse_cache_control", "label": ".parse_cache_control()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L89"}, {"id": "controller_cachecontroller_load_from_cache", "label": "._load_from_cache()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L143"}, {"id": "controller_cachecontroller_cached_request", "label": ".cached_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L169"}, {"id": "controller_cachecontroller_conditional_headers", "label": ".conditional_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L279"}, {"id": "controller_cachecontroller_cache_set", "label": "._cache_set()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L294"}, {"id": "controller_cachecontroller_cache_response", "label": ".cache_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L324"}, {"id": "controller_cachecontroller_update_cached_response", "label": ".update_cached_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L471"}, {"id": "controller_rationale_40", "label": "Parses a URI using the regex given in Appendix B of RFC 3986. (scheme, auth", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L40"}, {"id": "controller_rationale_51", "label": "An interface to see if request should cached or not.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L51"}, {"id": "controller_rationale_67", "label": "Normalize the URL to create a safe key for the cache", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L67"}, {"id": "controller_rationale_144", "label": "Load a cached response, or return None if it's not available.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L144"}, {"id": "controller_rationale_170", "label": "Return a cached response if it exists in the cache, otherwise return Fal", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L170"}, {"id": "controller_rationale_302", "label": "Store the data in the cache.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L302"}, {"id": "controller_rationale_331", "label": "Algorithm for caching requests. This assumes a requests Response object", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L331"}, {"id": "controller_rationale_474", "label": "On a 304 we will get a new set of headers that we want to update our cac", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L474"}, {"id": "controller_rationale_227", "label": "# TODO: There is an assumption that the result will be a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L227"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "calendar", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "weakref", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "email_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "pip_vendor_requests_structures", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "pip_vendor_cachecontrol_cache", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "pip_vendor_cachecontrol_serialize", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "pip_vendor_requests", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "pip_vendor_urllib3", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "pip_vendor_cachecontrol_cache", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "controller_parse_uri", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "controller_cachecontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L50", "weight": 1.0}, {"source": "controller_cachecontroller", "target": "controller_cachecontroller_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "controller_urlnorm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "target": "controller_cache_url", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L86", "weight": 1.0}, {"source": "controller_cachecontroller", "target": "controller_cachecontroller_parse_cache_control", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L89", "weight": 1.0}, {"source": "controller_cachecontroller", "target": "controller_cachecontroller_load_from_cache", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L143", "weight": 1.0}, {"source": "controller_cachecontroller", "target": "controller_cachecontroller_cached_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L169", "weight": 1.0}, {"source": "controller_cachecontroller", "target": "controller_cachecontroller_conditional_headers", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L279", "weight": 1.0}, {"source": "controller_cachecontroller", "target": "controller_cachecontroller_cache_set", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L294", "weight": 1.0}, {"source": "controller_cachecontroller", "target": "controller_cachecontroller_cache_response", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L324", "weight": 1.0}, {"source": "controller_cachecontroller", "target": "controller_cachecontroller_update_cached_response", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L471", "weight": 1.0}, {"source": "controller_urlnorm", "target": "controller_parse_uri", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L68", "weight": 1.0}, {"source": "controller_cache_url", "target": "controller_urlnorm", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L87", "weight": 1.0}, {"source": "controller_cachecontroller_cached_request", "target": "controller_cache_url", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L175", "weight": 1.0}, {"source": "controller_cachecontroller_cached_request", "target": "controller_cachecontroller_parse_cache_control", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L177", "weight": 1.0}, {"source": "controller_cachecontroller_cached_request", "target": "controller_cachecontroller_load_from_cache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L189", "weight": 1.0}, {"source": "controller_cachecontroller_conditional_headers", "target": "controller_cachecontroller_load_from_cache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L280", "weight": 1.0}, {"source": "controller_cachecontroller_cache_response", "target": "controller_cachecontroller_parse_cache_control", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L378", "weight": 1.0}, {"source": "controller_cachecontroller_cache_response", "target": "controller_cache_url", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L382", "weight": 1.0}, {"source": "controller_cachecontroller_cache_response", "target": "controller_cachecontroller_cache_set", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L420", "weight": 1.0}, {"source": "controller_cachecontroller_update_cached_response", "target": "controller_cache_url", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L481", "weight": 1.0}, {"source": "controller_cachecontroller_update_cached_response", "target": "controller_cachecontroller_load_from_cache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L482", "weight": 1.0}, {"source": "controller_cachecontroller_update_cached_response", "target": "controller_cachecontroller_cache_set", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L509", "weight": 1.0}, {"source": "controller_rationale_40", "target": "controller_parse_uri", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L40", "weight": 1.0}, {"source": "controller_rationale_51", "target": "controller_cachecontroller", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L51", "weight": 1.0}, {"source": "controller_rationale_67", "target": "controller_cachecontroller_urlnorm", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L67", "weight": 1.0}, {"source": "controller_rationale_144", "target": "controller_cachecontroller_load_from_cache", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L144", "weight": 1.0}, {"source": "controller_rationale_170", "target": "controller_cachecontroller_cached_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L170", "weight": 1.0}, {"source": "controller_rationale_302", "target": "controller_cachecontroller_cache_set", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L302", "weight": 1.0}, {"source": "controller_rationale_331", "target": "controller_cachecontroller_cache_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L331", "weight": 1.0}, {"source": "controller_rationale_474", "target": "controller_cachecontroller_update_cached_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L474", "weight": 1.0}, {"source": "controller_rationale_227", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_controller_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L227", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_parse_uri", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L44"}, {"caller_nid": "controller_parse_uri", "callee": "groups", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L46"}, {"caller_nid": "controller_cachecontroller_init", "callee": "DictCache", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L60"}, {"caller_nid": "controller_cachecontroller_init", "callee": "Serializer", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L62"}, {"caller_nid": "controller_urlnorm", "callee": "Exception", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L70"}, {"caller_nid": "controller_urlnorm", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L72"}, {"caller_nid": "controller_urlnorm", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L73"}, {"caller_nid": "controller_urlnorm", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L80"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L106"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L106"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L110"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L111"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L114"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L115"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L120"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "typ", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L127"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L127"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L130"}, {"caller_nid": "controller_cachecontroller_parse_cache_control", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L135"}, {"caller_nid": "controller_cachecontroller_load_from_cache", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L154"}, {"caller_nid": "controller_cachecontroller_load_from_cache", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L156"}, {"caller_nid": "controller_cachecontroller_load_from_cache", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L159"}, {"caller_nid": "controller_cachecontroller_load_from_cache", "callee": "get_body", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L160"}, {"caller_nid": "controller_cachecontroller_load_from_cache", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L164"}, {"caller_nid": "controller_cachecontroller_load_from_cache", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L166"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L176"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L181"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L185"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L202"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L207"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "CaseInsensitiveDict", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L210"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L215"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "delete", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L216"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L217"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L220"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "parsedate_tz", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L221"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "timegm", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L223"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L224"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L225"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L237"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L240"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "parsedate_tz", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L244"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "timegm", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L246"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L247"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L248"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L252"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L255"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L259"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L263"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L267"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L268"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L273"}, {"caller_nid": "controller_cachecontroller_cached_request", "callee": "delete", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L274"}, {"caller_nid": "controller_cachecontroller_conditional_headers", "callee": "CaseInsensitiveDict", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L284"}, {"caller_nid": "controller_cachecontroller_cache_set", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L305"}, {"caller_nid": "controller_cachecontroller_cache_set", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L308"}, {"caller_nid": "controller_cachecontroller_cache_set", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L310"}, {"caller_nid": "controller_cachecontroller_cache_set", "callee": "set_body", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L316"}, {"caller_nid": "controller_cachecontroller_cache_set", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L318"}, {"caller_nid": "controller_cachecontroller_cache_set", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L320"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L336"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "response_or_ref", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L337"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L350"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "CaseInsensitiveDict", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L355"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "parsedate_tz", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L360"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "timegm", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L362"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "isdigit", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L373"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L374"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L374"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L383"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L389"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L392"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L393"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L394"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "delete", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L395"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L404"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L405"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L411"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "parsedate_tz", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L412"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "timegm", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L414"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L416"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L418"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L419"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L424"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L425"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "parsedate_tz", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L432"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "timegm", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L434"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L436"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L438"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "parsedate_tz", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L452"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "timegm", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L454"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L458"}, {"caller_nid": "controller_cachecontroller_cache_response", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L459"}, {"caller_nid": "controller_cachecontroller_update_cached_response", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L497"}, {"caller_nid": "controller_cachecontroller_update_cached_response", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L500"}, {"caller_nid": "controller_cachecontroller_update_cached_response", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py", "source_location": "L501"}]} |