1 line
5.9 KiB
JSON
1 line
5.9 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anthropic_utils_httpx_py", "label": "_httpx.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L1"}, {"id": "httpx_is_ipv4_hostname", "label": "is_ipv4_hostname()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L16"}, {"id": "httpx_is_ipv6_hostname", "label": "is_ipv6_hostname()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L24"}, {"id": "httpx_get_environment_proxies", "label": "get_environment_proxies()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L32"}, {"id": "httpx_rationale_1", "label": "This file includes code adapted from HTTPX's utility module (https://github.com/", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L1"}, {"id": "httpx_rationale_33", "label": "Gets the proxy mappings based on environment variables. We use our own logic", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L33"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anthropic_utils_httpx_py", "target": "ipaddress", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_utils_httpx_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_utils_httpx_py", "target": "urllib_request", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_utils_httpx_py", "target": "httpx_is_ipv4_hostname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_utils_httpx_py", "target": "httpx_is_ipv6_hostname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_utils_httpx_py", "target": "httpx_get_environment_proxies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L32", "weight": 1.0}, {"source": "httpx_get_environment_proxies", "target": "httpx_is_ipv4_hostname", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L55", "weight": 1.0}, {"source": "httpx_get_environment_proxies", "target": "httpx_is_ipv6_hostname", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L57", "weight": 1.0}, {"source": "httpx_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_anthropic_utils_httpx_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L1", "weight": 1.0}, {"source": "httpx_rationale_33", "target": "httpx_get_environment_proxies", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L33", "weight": 1.0}], "raw_calls": [{"caller_nid": "httpx_is_ipv4_hostname", "callee": "IPv4Address", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L18"}, {"caller_nid": "httpx_is_ipv4_hostname", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L18"}, {"caller_nid": "httpx_is_ipv6_hostname", "callee": "IPv6Address", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L26"}, {"caller_nid": "httpx_is_ipv6_hostname", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L26"}, {"caller_nid": "httpx_get_environment_proxies", "callee": "getproxies", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L40"}, {"caller_nid": "httpx_get_environment_proxies", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L44"}, {"caller_nid": "httpx_get_environment_proxies", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L48"}, {"caller_nid": "httpx_get_environment_proxies", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L48"}, {"caller_nid": "httpx_get_environment_proxies", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L48"}, {"caller_nid": "httpx_get_environment_proxies", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_utils/_httpx.py", "source_location": "L59"}]} |