Files
tfm_ainventory/graphify-out/cache/50457b249b5e0f4e70ee7b227cfc30748d6151276434ffd9d1c790970e040066.json

1 line
28 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "label": "retry.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L1"}, {"id": "retry_requesthistory", "label": "RequestHistory", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L33"}, {"id": "retry_retry", "label": "Retry", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L41"}, {"id": "retry_retry_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L211"}, {"id": "retry_retry_new", "label": ".new()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L258"}, {"id": "retry_from_int", "label": "from_int()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L283"}, {"id": "retry_retry_get_backoff_time", "label": ".get_backoff_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L301"}, {"id": "retry_retry_parse_retry_after", "label": ".parse_retry_after()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L320"}, {"id": "retry_retry_get_retry_after", "label": ".get_retry_after()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L341"}, {"id": "retry_retry_sleep_for_retry", "label": ".sleep_for_retry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L351"}, {"id": "retry_retry_sleep_backoff", "label": "._sleep_backoff()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L359"}, {"id": "retry_retry_sleep", "label": ".sleep()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L365"}, {"id": "retry_retry_is_connection_error", "label": "._is_connection_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L381"}, {"id": "retry_retry_is_read_error", "label": "._is_read_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L389"}, {"id": "retry_retry_is_method_retryable", "label": "._is_method_retryable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L395"}, {"id": "retry_retry_is_retry", "label": ".is_retry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L403"}, {"id": "retry_retry_is_exhausted", "label": ".is_exhausted()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L425"}, {"id": "retry_retry_increment", "label": ".increment()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L444"}, {"id": "retry_retry_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L541"}, {"id": "retry_rationale_42", "label": "Retry configuration. Each retry attempt will create a new Retry object with", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L42"}, {"id": "retry_rationale_289", "label": "Backwards-compatibility for the old retries format.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L289"}, {"id": "retry_rationale_302", "label": "Formula for computing the current backoff :rtype: float", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L302"}, {"id": "retry_rationale_342", "label": "Get the value of Retry-After in seconds.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L342"}, {"id": "retry_rationale_366", "label": "Sleep between retry attempts. This method will respect a server's ``Ret", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L366"}, {"id": "retry_rationale_382", "label": "Errors when we're fairly sure that the server did not receive the reques", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L382"}, {"id": "retry_rationale_390", "label": "Errors that occur after the request has been started, so we should assum", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L390"}, {"id": "retry_rationale_396", "label": "Checks if a given HTTP method should be retried upon, depending if it is", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L396"}, {"id": "retry_rationale_406", "label": "Is this method/status code retryable? (Based on allowlists and control v", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L406"}, {"id": "retry_rationale_426", "label": "Are we out of retries?", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L426"}, {"id": "retry_rationale_453", "label": "Return a new Retry object with incremented retry counters. :param respo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L453"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "email", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "random", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "itertools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_util_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_connectionpool_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_response_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "retry_requesthistory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "retry_retry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L41", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L211", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_new", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L258", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_retry_py", "target": "retry_from_int", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L283", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_get_backoff_time", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L301", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_parse_retry_after", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L320", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_get_retry_after", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L341", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_sleep_for_retry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L351", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_sleep_backoff", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L359", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_sleep", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L365", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_is_connection_error", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L381", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_is_read_error", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L389", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_is_method_retryable", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L395", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_is_retry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L403", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_is_exhausted", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L425", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_increment", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L444", "weight": 1.0}, {"source": "retry_retry", "target": "retry_retry_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L541", "weight": 1.0}, {"source": "retry_retry_get_retry_after", "target": "retry_retry_parse_retry_after", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L349", "weight": 1.0}, {"source": "retry_retry_sleep_for_retry", "target": "retry_retry_get_retry_after", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L352", "weight": 1.0}, {"source": "retry_retry_sleep_for_retry", "target": "retry_retry_sleep", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L354", "weight": 1.0}, {"source": "retry_retry_sleep_backoff", "target": "retry_retry_get_backoff_time", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L360", "weight": 1.0}, {"source": "retry_retry_sleep_backoff", "target": "retry_retry_sleep", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L363", "weight": 1.0}, {"source": "retry_retry_sleep", "target": "retry_retry_sleep_for_retry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L375", "weight": 1.0}, {"source": "retry_retry_sleep", "target": "retry_retry_sleep_backoff", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L379", "weight": 1.0}, {"source": "retry_retry_is_retry", "target": "retry_retry_is_method_retryable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L412", "weight": 1.0}, {"source": "retry_retry_increment", "target": "retry_retry_is_connection_error", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L480", "weight": 1.0}, {"source": "retry_retry_increment", "target": "retry_retry_is_read_error", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L487", "weight": 1.0}, {"source": "retry_retry_increment", "target": "retry_retry_is_method_retryable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L489", "weight": 1.0}, {"source": "retry_retry_increment", "target": "retry_requesthistory", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L520", "weight": 1.0}, {"source": "retry_retry_increment", "target": "retry_retry_new", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L523", "weight": 1.0}, {"source": "retry_retry_increment", "target": "retry_retry_is_exhausted", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L533", "weight": 1.0}, {"source": "retry_rationale_42", "target": "retry_retry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L42", "weight": 1.0}, {"source": "retry_rationale_289", "target": "retry_retry_from_int", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L289", "weight": 1.0}, {"source": "retry_rationale_302", "target": "retry_retry_get_backoff_time", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L302", "weight": 1.0}, {"source": "retry_rationale_342", "target": "retry_retry_get_retry_after", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L342", "weight": 1.0}, {"source": "retry_rationale_366", "target": "retry_retry_sleep", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L366", "weight": 1.0}, {"source": "retry_rationale_382", "target": "retry_retry_is_connection_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L382", "weight": 1.0}, {"source": "retry_rationale_390", "target": "retry_retry_is_read_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L390", "weight": 1.0}, {"source": "retry_rationale_396", "target": "retry_retry_is_method_retryable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L396", "weight": 1.0}, {"source": "retry_rationale_406", "target": "retry_retry_is_retry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L406", "weight": 1.0}, {"source": "retry_rationale_426", "target": "retry_retry_is_exhausted", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L426", "weight": 1.0}, {"source": "retry_rationale_453", "target": "retry_retry_increment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L453", "weight": 1.0}], "raw_calls": [{"caller_nid": "retry_retry_init", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L244"}, {"caller_nid": "retry_retry_init", "callee": "frozenset", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L253"}, {"caller_nid": "retry_retry_init", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L254"}, {"caller_nid": "retry_retry_new", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L259"}, {"caller_nid": "retry_retry_new", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L279"}, {"caller_nid": "retry_retry_new", "callee": "type(self)", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L280"}, {"caller_nid": "retry_retry_new", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L280"}, {"caller_nid": "retry_from_int", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L293"}, {"caller_nid": "retry_from_int", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L296"}, {"caller_nid": "retry_from_int", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L297"}, {"caller_nid": "retry_from_int", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L298"}, {"caller_nid": "retry_retry_get_backoff_time", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L307"}, {"caller_nid": "retry_retry_get_backoff_time", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L308"}, {"caller_nid": "retry_retry_get_backoff_time", "callee": "takewhile", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L309"}, {"caller_nid": "retry_retry_get_backoff_time", "callee": "reversed", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L309"}, {"caller_nid": "retry_retry_get_backoff_time", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L317"}, {"caller_nid": "retry_retry_get_backoff_time", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L318"}, {"caller_nid": "retry_retry_get_backoff_time", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L318"}, {"caller_nid": "retry_retry_get_backoff_time", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L318"}, {"caller_nid": "retry_retry_parse_retry_after", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L323"}, {"caller_nid": "retry_retry_parse_retry_after", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L324"}, {"caller_nid": "retry_retry_parse_retry_after", "callee": "parsedate_tz", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L326"}, {"caller_nid": "retry_retry_parse_retry_after", "callee": "InvalidHeader", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L328"}, {"caller_nid": "retry_retry_parse_retry_after", "callee": "mktime_tz", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L330"}, {"caller_nid": "retry_retry_parse_retry_after", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L331"}, {"caller_nid": "retry_retry_parse_retry_after", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L333"}, {"caller_nid": "retry_retry_get_retry_after", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L344"}, {"caller_nid": "retry_retry_is_connection_error", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L385"}, {"caller_nid": "retry_retry_is_connection_error", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L387"}, {"caller_nid": "retry_retry_is_read_error", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L393"}, {"caller_nid": "retry_retry_is_method_retryable", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L399"}, {"caller_nid": "retry_retry_is_retry", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L418"}, {"caller_nid": "retry_retry_is_exhausted", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L442"}, {"caller_nid": "retry_retry_increment", "callee": "reraise", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L465"}, {"caller_nid": "retry_retry_increment", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L465"}, {"caller_nid": "retry_retry_increment", "callee": "reraise", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L483"}, {"caller_nid": "retry_retry_increment", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L483"}, {"caller_nid": "retry_retry_increment", "callee": "reraise", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L490"}, {"caller_nid": "retry_retry_increment", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L490"}, {"caller_nid": "retry_retry_increment", "callee": "get_redirect_location", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L499"}, {"caller_nid": "retry_retry_increment", "callee": "get_redirect_location", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L504"}, {"caller_nid": "retry_retry_increment", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L516"}, {"caller_nid": "retry_retry_increment", "callee": "ResponseError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L534"}, {"caller_nid": "retry_retry_increment", "callee": "MaxRetryError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L535"}, {"caller_nid": "retry_retry_increment", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L537"}, {"caller_nid": "retry_retry_repr", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/retry.py", "source_location": "L543"}]}