1 line
27 KiB
JSON
1 line
27 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "label": "auth.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L1"}, {"id": "auth_basic_auth_str", "label": "_basic_auth_str()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L25"}, {"id": "auth_authbase", "label": "AuthBase", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L69"}, {"id": "auth_authbase_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L72"}, {"id": "auth_httpbasicauth", "label": "HTTPBasicAuth", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L76"}, {"id": "auth_httpbasicauth_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L79"}, {"id": "auth_httpbasicauth_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L83"}, {"id": "auth_httpbasicauth_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L91"}, {"id": "auth_httpbasicauth_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L94"}, {"id": "auth_httpproxyauth", "label": "HTTPProxyAuth", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L99"}, {"id": "auth_httpproxyauth_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L102"}, {"id": "auth_httpdigestauth", "label": "HTTPDigestAuth", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L107"}, {"id": "auth_httpdigestauth_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L110"}, {"id": "auth_httpdigestauth_init_per_thread_state", "label": ".init_per_thread_state()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L116"}, {"id": "auth_httpdigestauth_build_digest_header", "label": ".build_digest_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L126"}, {"id": "auth_httpdigestauth_handle_redirect", "label": ".handle_redirect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L236"}, {"id": "auth_httpdigestauth_handle_401", "label": ".handle_401()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L241"}, {"id": "auth_httpdigestauth_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L285"}, {"id": "auth_httpdigestauth_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L305"}, {"id": "auth_httpdigestauth_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L313"}, {"id": "auth_rationale_1", "label": "requests.auth ~~~~~~~~~~~~~ This module contains the authentication handlers fo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L1"}, {"id": "auth_rationale_26", "label": "Returns a Basic Auth string.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L26"}, {"id": "auth_rationale_70", "label": "Base class that all auth implementations derive from", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L70"}, {"id": "auth_rationale_77", "label": "Attaches HTTP Basic Authentication to the given Request object.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L77"}, {"id": "auth_rationale_100", "label": "Attaches HTTP Proxy Authentication to a given Request object.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L100"}, {"id": "auth_rationale_108", "label": "Attaches HTTP Digest Authentication to the given Request object.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L108"}, {"id": "auth_rationale_237", "label": "Reset num_401_calls counter on redirects.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L237"}, {"id": "auth_rationale_242", "label": "Takes the given response and tries digest-auth, if needed. :rtype: requ", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L242"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "backend_venv_lib_python3_12_site_packages_requests_internal_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "backend_venv_lib_python3_12_site_packages_requests_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "backend_venv_lib_python3_12_site_packages_requests_cookies_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "backend_venv_lib_python3_12_site_packages_requests_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "auth_basic_auth_str", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "auth_authbase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L69", "weight": 1.0}, {"source": "auth_authbase", "target": "auth_authbase_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L72", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "auth_httpbasicauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L76", "weight": 1.0}, {"source": "auth_httpbasicauth", "target": "auth_authbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L76", "weight": 1.0}, {"source": "auth_httpbasicauth", "target": "auth_httpbasicauth_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L79", "weight": 1.0}, {"source": "auth_httpbasicauth", "target": "auth_httpbasicauth_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L83", "weight": 1.0}, {"source": "auth_httpbasicauth", "target": "auth_httpbasicauth_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L91", "weight": 1.0}, {"source": "auth_httpbasicauth", "target": "auth_httpbasicauth_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L94", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "auth_httpproxyauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L99", "weight": 1.0}, {"source": "auth_httpproxyauth", "target": "auth_httpbasicauth", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L99", "weight": 1.0}, {"source": "auth_httpproxyauth", "target": "auth_httpproxyauth_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L102", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "target": "auth_httpdigestauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L107", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_authbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L107", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_httpdigestauth_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L110", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_httpdigestauth_init_per_thread_state", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L116", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_httpdigestauth_build_digest_header", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L126", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_httpdigestauth_handle_redirect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L236", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_httpdigestauth_handle_401", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L241", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_httpdigestauth_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L285", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_httpdigestauth_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L305", "weight": 1.0}, {"source": "auth_httpdigestauth", "target": "auth_httpdigestauth_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L313", "weight": 1.0}, {"source": "auth_httpbasicauth_call", "target": "auth_basic_auth_str", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L95", "weight": 1.0}, {"source": "auth_httpproxyauth_call", "target": "auth_basic_auth_str", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L103", "weight": 1.0}, {"source": "auth_httpdigestauth_handle_401", "target": "auth_httpdigestauth_build_digest_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L273", "weight": 1.0}, {"source": "auth_httpdigestauth_call", "target": "auth_httpdigestauth_init_per_thread_state", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L287", "weight": 1.0}, {"source": "auth_httpdigestauth_call", "target": "auth_httpdigestauth_build_digest_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L290", "weight": 1.0}, {"source": "auth_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_requests_auth_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L1", "weight": 1.0}, {"source": "auth_rationale_26", "target": "auth_basic_auth_str", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L26", "weight": 1.0}, {"source": "auth_rationale_70", "target": "auth_authbase", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L70", "weight": 1.0}, {"source": "auth_rationale_77", "target": "auth_httpbasicauth", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L77", "weight": 1.0}, {"source": "auth_rationale_100", "target": "auth_httpproxyauth", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L100", "weight": 1.0}, {"source": "auth_rationale_108", "target": "auth_httpdigestauth", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L108", "weight": 1.0}, {"source": "auth_rationale_237", "target": "auth_httpdigestauth_handle_redirect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L237", "weight": 1.0}, {"source": "auth_rationale_242", "target": "auth_httpdigestauth_handle_401", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L242", "weight": 1.0}], "raw_calls": [{"caller_nid": "auth_basic_auth_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L35"}, {"caller_nid": "auth_basic_auth_str", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L36"}, {"caller_nid": "auth_basic_auth_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L43"}, {"caller_nid": "auth_basic_auth_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L45"}, {"caller_nid": "auth_basic_auth_str", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L46"}, {"caller_nid": "auth_basic_auth_str", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L48"}, {"caller_nid": "auth_basic_auth_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L53"}, {"caller_nid": "auth_basic_auth_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L56"}, {"caller_nid": "auth_basic_auth_str", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L57"}, {"caller_nid": "auth_basic_auth_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L59"}, {"caller_nid": "auth_basic_auth_str", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L60"}, {"caller_nid": "auth_basic_auth_str", "callee": "to_native_string", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L62"}, {"caller_nid": "auth_basic_auth_str", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L63"}, {"caller_nid": "auth_basic_auth_str", "callee": "b64encode", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L63"}, {"caller_nid": "auth_basic_auth_str", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L63"}, {"caller_nid": "auth_authbase_call", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L73"}, {"caller_nid": "auth_httpbasicauth_eq", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L84"}, {"caller_nid": "auth_httpbasicauth_eq", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L86"}, {"caller_nid": "auth_httpbasicauth_eq", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L87"}, {"caller_nid": "auth_httpdigestauth_init", "callee": "local", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L114"}, {"caller_nid": "auth_httpdigestauth_init_per_thread_state", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L118"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L133"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L134"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L135"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L141"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "hash_utf8", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L176"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "urlparse", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L183"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "hash_utf8", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L192"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "hash_utf8", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L193"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L200"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L200"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L201"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L202"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "ctime", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L202"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "urandom", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L203"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "hexdigest", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L205"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "sha1", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L205"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "hash_utf8", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L207"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "KD", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L210"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L211"}, {"caller_nid": "auth_httpdigestauth_build_digest_header", "callee": "KD", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L213"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L257"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L258"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L260"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L262"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "parse_dict_header", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L263"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L263"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L268"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L269"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "extract_cookies_to_jar", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L270"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "prepare_cookies", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L271"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "send", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L276"}, {"caller_nid": "auth_httpdigestauth_handle_401", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L277"}, {"caller_nid": "auth_httpdigestauth_call", "callee": "tell", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L292"}, {"caller_nid": "auth_httpdigestauth_call", "callee": "register_hook", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L299"}, {"caller_nid": "auth_httpdigestauth_call", "callee": "register_hook", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L300"}, {"caller_nid": "auth_httpdigestauth_eq", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L306"}, {"caller_nid": "auth_httpdigestauth_eq", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L308"}, {"caller_nid": "auth_httpdigestauth_eq", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/requests/auth.py", "source_location": "L309"}]} |