Files
tfm_ainventory/graphify-out/cache/2e3e4e1fb604396c2e5b99ab2446a99ec734dd56e4cfb7409fb1950c2612158f.json

1 line
32 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "label": "_auth.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L1"}, {"id": "auth_auth", "label": "Auth", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L22"}, {"id": "auth_auth_auth_flow", "label": ".auth_flow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L38"}, {"id": "auth_auth_sync_auth_flow", "label": ".sync_auth_flow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L62"}, {"id": "auth_auth_async_auth_flow", "label": ".async_auth_flow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L87"}, {"id": "auth_functionauth", "label": "FunctionAuth", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L113"}, {"id": "auth_functionauth_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L119"}, {"id": "auth_functionauth_auth_flow", "label": ".auth_flow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L122"}, {"id": "auth_basicauth", "label": "BasicAuth", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L126"}, {"id": "auth_basicauth_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L132"}, {"id": "auth_basicauth_auth_flow", "label": ".auth_flow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L135"}, {"id": "auth_basicauth_build_auth_header", "label": "._build_auth_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L139"}, {"id": "auth_netrcauth", "label": "NetRCAuth", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L145"}, {"id": "auth_netrcauth_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L150"}, {"id": "auth_netrcauth_auth_flow", "label": ".auth_flow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L157"}, {"id": "auth_netrcauth_build_auth_header", "label": "._build_auth_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L169"}, {"id": "auth_digestauth", "label": "DigestAuth", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L175"}, {"id": "auth_digestauth_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L187"}, {"id": "auth_digestauth_auth_flow", "label": ".auth_flow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L193"}, {"id": "auth_digestauth_parse_challenge", "label": "._parse_challenge()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L224"}, {"id": "auth_digestauth_build_auth_header", "label": "._build_auth_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L255"}, {"id": "auth_digestauth_get_client_nonce", "label": "._get_client_nonce()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L303"}, {"id": "auth_digestauth_get_header_value", "label": "._get_header_value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L311"}, {"id": "auth_digestauth_resolve_qop", "label": "._resolve_qop()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L329"}, {"id": "auth_digestauthchallenge", "label": "_DigestAuthChallenge", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L343"}, {"id": "auth_rationale_23", "label": "Base class for all authentication schemes. To implement a custom authentica", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L23"}, {"id": "auth_rationale_39", "label": "Execute the authentication flow. To dispatch a request, `yield` it:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L39"}, {"id": "auth_rationale_65", "label": "Execute the authentication flow synchronously. By default, this defers", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L65"}, {"id": "auth_rationale_90", "label": "Execute the authentication flow asynchronously. By default, this defers", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L90"}, {"id": "auth_rationale_114", "label": "Allows the 'auth' argument to be passed as a simple callable function, that", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L114"}, {"id": "auth_rationale_127", "label": "Allows the 'auth' argument to be passed as a (username, password) pair, and", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L127"}, {"id": "auth_rationale_146", "label": "Use a 'netrc' file to lookup basic auth credentials based on the url host.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L146"}, {"id": "auth_rationale_227", "label": "Returns a challenge from a Digest WWW-Authenticate header. These take th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L227"}, {"id": "auth_rationale_267", "label": "# TODO: implement auth-int", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L267"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "urllib_request", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_models_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "hashlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "auth_auth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L22", "weight": 1.0}, {"source": "auth_auth", "target": "auth_auth_auth_flow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L38", "weight": 1.0}, {"source": "auth_auth", "target": "auth_auth_sync_auth_flow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L62", "weight": 1.0}, {"source": "auth_auth", "target": "auth_auth_async_auth_flow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L87", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "auth_functionauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L113", "weight": 1.0}, {"source": "auth_functionauth", "target": "auth_auth", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L113", "weight": 1.0}, {"source": "auth_functionauth", "target": "auth_functionauth_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L119", "weight": 1.0}, {"source": "auth_functionauth", "target": "auth_functionauth_auth_flow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L122", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "auth_basicauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L126", "weight": 1.0}, {"source": "auth_basicauth", "target": "auth_auth", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L126", "weight": 1.0}, {"source": "auth_basicauth", "target": "auth_basicauth_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L132", "weight": 1.0}, {"source": "auth_basicauth", "target": "auth_basicauth_auth_flow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L135", "weight": 1.0}, {"source": "auth_basicauth", "target": "auth_basicauth_build_auth_header", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L139", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "auth_netrcauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L145", "weight": 1.0}, {"source": "auth_netrcauth", "target": "auth_auth", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L145", "weight": 1.0}, {"source": "auth_netrcauth", "target": "auth_netrcauth_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L150", "weight": 1.0}, {"source": "auth_netrcauth", "target": "auth_netrcauth_auth_flow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L157", "weight": 1.0}, {"source": "auth_netrcauth", "target": "auth_netrcauth_build_auth_header", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L169", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "auth_digestauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L175", "weight": 1.0}, {"source": "auth_digestauth", "target": "auth_auth", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L175", "weight": 1.0}, {"source": "auth_digestauth", "target": "auth_digestauth_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L187", "weight": 1.0}, {"source": "auth_digestauth", "target": "auth_digestauth_auth_flow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L193", "weight": 1.0}, {"source": "auth_digestauth", "target": "auth_digestauth_parse_challenge", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L224", "weight": 1.0}, {"source": "auth_digestauth", "target": "auth_digestauth_build_auth_header", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L255", "weight": 1.0}, {"source": "auth_digestauth", "target": "auth_digestauth_get_client_nonce", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L303", "weight": 1.0}, {"source": "auth_digestauth", "target": "auth_digestauth_get_header_value", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L311", "weight": 1.0}, {"source": "auth_digestauth", "target": "auth_digestauth_resolve_qop", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L329", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "target": "auth_digestauthchallenge", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L343", "weight": 1.0}, {"source": "auth_auth_sync_auth_flow", "target": "auth_digestauth_auth_flow", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L74", "weight": 1.0}, {"source": "auth_auth_async_auth_flow", "target": "auth_digestauth_auth_flow", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L99", "weight": 1.0}, {"source": "auth_basicauth_init", "target": "auth_digestauth_build_auth_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L133", "weight": 1.0}, {"source": "auth_netrcauth_auth_flow", "target": "auth_digestauth_build_auth_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L164", "weight": 1.0}, {"source": "auth_digestauth_auth_flow", "target": "auth_digestauth_build_auth_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L195", "weight": 1.0}, {"source": "auth_digestauth_auth_flow", "target": "auth_digestauth_parse_challenge", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L214", "weight": 1.0}, {"source": "auth_digestauth_parse_challenge", "target": "auth_digestauthchallenge", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L248", "weight": 1.0}, {"source": "auth_digestauth_build_auth_header", "target": "auth_digestauth_get_client_nonce", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L271", "weight": 1.0}, {"source": "auth_digestauth_build_auth_header", "target": "auth_digestauth_resolve_qop", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L278", "weight": 1.0}, {"source": "auth_digestauth_build_auth_header", "target": "auth_digestauth_get_header_value", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L301", "weight": 1.0}, {"source": "auth_rationale_23", "target": "auth_auth", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L23", "weight": 1.0}, {"source": "auth_rationale_39", "target": "auth_auth_auth_flow", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L39", "weight": 1.0}, {"source": "auth_rationale_65", "target": "auth_auth_sync_auth_flow", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L65", "weight": 1.0}, {"source": "auth_rationale_90", "target": "auth_auth_async_auth_flow", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L90", "weight": 1.0}, {"source": "auth_rationale_114", "target": "auth_functionauth", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L114", "weight": 1.0}, {"source": "auth_rationale_127", "target": "auth_basicauth", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L127", "weight": 1.0}, {"source": "auth_rationale_146", "target": "auth_netrcauth", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L146", "weight": 1.0}, {"source": "auth_rationale_227", "target": "auth_digestauth_parse_challenge", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L227", "weight": 1.0}, {"source": "auth_rationale_267", "target": "backend_venv_lib_python3_12_site_packages_httpx_auth_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L267", "weight": 1.0}], "raw_calls": [{"caller_nid": "auth_auth_sync_auth_flow", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L72"}, {"caller_nid": "auth_auth_sync_auth_flow", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L75"}, {"caller_nid": "auth_auth_sync_auth_flow", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L80"}, {"caller_nid": "auth_auth_sync_auth_flow", "callee": "send", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L83"}, {"caller_nid": "auth_auth_async_auth_flow", "callee": "aread", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L97"}, {"caller_nid": "auth_auth_async_auth_flow", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L100"}, {"caller_nid": "auth_auth_async_auth_flow", "callee": "aread", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L105"}, {"caller_nid": "auth_auth_async_auth_flow", "callee": "send", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L108"}, {"caller_nid": "auth_functionauth_auth_flow", "callee": "_func", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L123"}, {"caller_nid": "auth_basicauth_build_auth_header", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L140"}, {"caller_nid": "auth_basicauth_build_auth_header", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L140"}, {"caller_nid": "auth_basicauth_build_auth_header", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L140"}, {"caller_nid": "auth_basicauth_build_auth_header", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L141"}, {"caller_nid": "auth_basicauth_build_auth_header", "callee": "b64encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L141"}, {"caller_nid": "auth_netrcauth_init", "callee": "netrc", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L155"}, {"caller_nid": "auth_netrcauth_auth_flow", "callee": "authenticators", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L158"}, {"caller_nid": "auth_netrcauth_build_auth_header", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L170"}, {"caller_nid": "auth_netrcauth_build_auth_header", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L170"}, {"caller_nid": "auth_netrcauth_build_auth_header", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L170"}, {"caller_nid": "auth_netrcauth_build_auth_header", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L171"}, {"caller_nid": "auth_netrcauth_build_auth_header", "callee": "b64encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L171"}, {"caller_nid": "auth_digestauth_init", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L188"}, {"caller_nid": "auth_digestauth_init", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L189"}, {"caller_nid": "auth_digestauth_auth_flow", "callee": "get_list", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L206"}, {"caller_nid": "auth_digestauth_auth_flow", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L207"}, {"caller_nid": "auth_digestauth_auth_flow", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L207"}, {"caller_nid": "auth_digestauth_auth_flow", "callee": "set_cookie_header", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L221"}, {"caller_nid": "auth_digestauth_auth_flow", "callee": "Cookies", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L221"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L232"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L235"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "parse_http_list", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L238"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L239"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L239"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "unquote", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L240"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L243"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L244"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L245"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L246"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L247"}, {"caller_nid": "auth_digestauth_parse_challenge", "callee": "ProtocolError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L253"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L258"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L263"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L266"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L266"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L268"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L274"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L275"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L275"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L276"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L276"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L291"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L291"}, {"caller_nid": "auth_digestauth_build_auth_header", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L292"}, {"caller_nid": "auth_digestauth_get_client_nonce", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L304"}, {"caller_nid": "auth_digestauth_get_client_nonce", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L304"}, {"caller_nid": "auth_digestauth_get_client_nonce", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L306"}, {"caller_nid": "auth_digestauth_get_client_nonce", "callee": "ctime", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L306"}, {"caller_nid": "auth_digestauth_get_client_nonce", "callee": "urandom", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L307"}, {"caller_nid": "auth_digestauth_get_client_nonce", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L309"}, {"caller_nid": "auth_digestauth_get_client_nonce", "callee": "hexdigest", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L309"}, {"caller_nid": "auth_digestauth_get_client_nonce", "callee": "sha1", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L309"}, {"caller_nid": "auth_digestauth_get_header_value", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L317"}, {"caller_nid": "auth_digestauth_get_header_value", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L317"}, {"caller_nid": "auth_digestauth_get_header_value", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L325"}, {"caller_nid": "auth_digestauth_get_header_value", "callee": "to_str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L325"}, {"caller_nid": "auth_digestauth_resolve_qop", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L332"}, {"caller_nid": "auth_digestauth_resolve_qop", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L337"}, {"caller_nid": "auth_digestauth_resolve_qop", "callee": "ProtocolError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_auth.py", "source_location": "L340"}]}