Files
tfm_ainventory/graphify-out/cache/1a5a5a393294d51430b6cbd55382153e049d467b70e3ff8245d0326dd7b6e8c2.json

1 line
18 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "label": "_utils.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L1"}, {"id": "utils_primitive_value_to_str", "label": "primitive_value_to_str()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L15"}, {"id": "utils_get_environment_proxies", "label": "get_environment_proxies()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L30"}, {"id": "utils_to_bytes", "label": "to_bytes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L79"}, {"id": "utils_to_str", "label": "to_str()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L83"}, {"id": "utils_to_bytes_or_str", "label": "to_bytes_or_str()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L87"}, {"id": "utils_unquote", "label": "unquote()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L91"}, {"id": "utils_peek_filelike_length", "label": "peek_filelike_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L95"}, {"id": "utils_urlpattern", "label": "URLPattern", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L120"}, {"id": "utils_urlpattern_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L162"}, {"id": "utils_urlpattern_matches", "label": ".matches()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L192"}, {"id": "utils_priority", "label": "priority()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L206"}, {"id": "utils_urlpattern_hash", "label": ".__hash__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L219"}, {"id": "utils_urlpattern_lt", "label": ".__lt__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L222"}, {"id": "utils_urlpattern_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L225"}, {"id": "utils_is_ipv4_hostname", "label": "is_ipv4_hostname()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L229"}, {"id": "utils_is_ipv6_hostname", "label": "is_ipv6_hostname()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L237"}, {"id": "utils_rationale_16", "label": "Coerce a primitive data type into a string value. Note that we prefer JSON-", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L16"}, {"id": "utils_rationale_31", "label": "Gets proxy information from the environment", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L31"}, {"id": "utils_rationale_96", "label": "Given a file-like stream object, return its length in number of bytes withou", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L96"}, {"id": "utils_rationale_121", "label": "A utility class currently used for making lookups against proxy keys... # W", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L121"}, {"id": "utils_rationale_207", "label": "The priority allows URLPattern instances to be sortable, so that we can", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L207"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "ipaddress", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "urllib_request", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_urls_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_primitive_value_to_str", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_get_environment_proxies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_to_bytes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L79", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_to_str", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L83", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_to_bytes_or_str", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L87", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_unquote", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_peek_filelike_length", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_urlpattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L120", "weight": 1.0}, {"source": "utils_urlpattern", "target": "utils_urlpattern_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L162", "weight": 1.0}, {"source": "utils_urlpattern", "target": "utils_urlpattern_matches", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L192", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_priority", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L206", "weight": 1.0}, {"source": "utils_urlpattern", "target": "utils_urlpattern_hash", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L219", "weight": 1.0}, {"source": "utils_urlpattern", "target": "utils_urlpattern_lt", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L222", "weight": 1.0}, {"source": "utils_urlpattern", "target": "utils_urlpattern_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L225", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_is_ipv4_hostname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L229", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "target": "utils_is_ipv6_hostname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L237", "weight": 1.0}, {"source": "utils_get_environment_proxies", "target": "utils_is_ipv4_hostname", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L67", "weight": 1.0}, {"source": "utils_get_environment_proxies", "target": "utils_is_ipv6_hostname", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L69", "weight": 1.0}, {"source": "utils_rationale_16", "target": "utils_primitive_value_to_str", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L16", "weight": 1.0}, {"source": "utils_rationale_31", "target": "utils_get_environment_proxies", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L31", "weight": 1.0}, {"source": "utils_rationale_96", "target": "utils_peek_filelike_length", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L96", "weight": 1.0}, {"source": "utils_rationale_121", "target": "utils_urlpattern", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L121", "weight": 1.0}, {"source": "utils_rationale_207", "target": "utils_urlpattern_priority", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L207", "weight": 1.0}], "raw_calls": [{"caller_nid": "utils_primitive_value_to_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L27"}, {"caller_nid": "utils_get_environment_proxies", "callee": "getproxies", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L37"}, {"caller_nid": "utils_get_environment_proxies", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L41"}, {"caller_nid": "utils_get_environment_proxies", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L47"}, {"caller_nid": "utils_get_environment_proxies", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L47"}, {"caller_nid": "utils_get_environment_proxies", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L47"}, {"caller_nid": "utils_get_environment_proxies", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L71"}, {"caller_nid": "utils_to_bytes", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L80"}, {"caller_nid": "utils_to_bytes", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L80"}, {"caller_nid": "utils_to_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L84"}, {"caller_nid": "utils_to_str", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L84"}, {"caller_nid": "utils_to_bytes_or_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L88"}, {"caller_nid": "utils_to_bytes_or_str", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L88"}, {"caller_nid": "utils_peek_filelike_length", "callee": "fileno", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L102"}, {"caller_nid": "utils_peek_filelike_length", "callee": "fstat", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L104"}, {"caller_nid": "utils_peek_filelike_length", "callee": "tell", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L110"}, {"caller_nid": "utils_peek_filelike_length", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L111"}, {"caller_nid": "utils_peek_filelike_length", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L112"}, {"caller_nid": "utils_urlpattern_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L166"}, {"caller_nid": "utils_urlpattern_init", "callee": "URL", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L172"}, {"caller_nid": "utils_urlpattern_init", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L179"}, {"caller_nid": "utils_urlpattern_init", "callee": "escape", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L181"}, {"caller_nid": "utils_urlpattern_init", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L182"}, {"caller_nid": "utils_urlpattern_init", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L183"}, {"caller_nid": "utils_urlpattern_init", "callee": "escape", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L185"}, {"caller_nid": "utils_urlpattern_init", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L186"}, {"caller_nid": "utils_urlpattern_init", "callee": "escape", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L189"}, {"caller_nid": "utils_urlpattern_init", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L190"}, {"caller_nid": "utils_urlpattern_matches", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L198"}, {"caller_nid": "utils_priority", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L214"}, {"caller_nid": "utils_priority", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L216"}, {"caller_nid": "utils_urlpattern_hash", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L220"}, {"caller_nid": "utils_urlpattern_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L226"}, {"caller_nid": "utils_is_ipv4_hostname", "callee": "IPv4Address", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L231"}, {"caller_nid": "utils_is_ipv4_hostname", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L231"}, {"caller_nid": "utils_is_ipv6_hostname", "callee": "IPv6Address", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L239"}, {"caller_nid": "utils_is_ipv6_hostname", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_utils.py", "source_location": "L239"}]}