1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "label": "base.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L1"}, {"id": "base_networkstream", "label": "NetworkStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L14"}, {"id": "base_networkstream_read", "label": ".read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L15"}, {"id": "base_networkstream_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L18"}, {"id": "base_networkstream_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L21"}, {"id": "base_networkstream_start_tls", "label": ".start_tls()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L24"}, {"id": "base_networkstream_get_extra_info", "label": ".get_extra_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L32"}, {"id": "base_networkbackend", "label": "NetworkBackend", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L36"}, {"id": "base_networkbackend_connect_tcp", "label": ".connect_tcp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L37"}, {"id": "base_networkbackend_connect_unix_socket", "label": ".connect_unix_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L47"}, {"id": "base_networkbackend_sleep", "label": ".sleep()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L55"}, {"id": "base_asyncnetworkstream", "label": "AsyncNetworkStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L59"}, {"id": "base_asyncnetworkstream_read", "label": ".read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L60"}, {"id": "base_asyncnetworkstream_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L63"}, {"id": "base_asyncnetworkstream_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L66"}, {"id": "base_asyncnetworkstream_start_tls", "label": ".start_tls()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L69"}, {"id": "base_asyncnetworkstream_get_extra_info", "label": ".get_extra_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L77"}, {"id": "base_asyncnetworkbackend", "label": "AsyncNetworkBackend", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L81"}, {"id": "base_asyncnetworkbackend_connect_tcp", "label": ".connect_tcp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L82"}, {"id": "base_asyncnetworkbackend_connect_unix_socket", "label": ".connect_unix_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L92"}, {"id": "base_asyncnetworkbackend_sleep", "label": ".sleep()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L100"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "target": "base_networkstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L14", "weight": 1.0}, {"source": "base_networkstream", "target": "base_networkstream_read", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L15", "weight": 1.0}, {"source": "base_networkstream", "target": "base_networkstream_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L18", "weight": 1.0}, {"source": "base_networkstream", "target": "base_networkstream_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L21", "weight": 1.0}, {"source": "base_networkstream", "target": "base_networkstream_start_tls", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L24", "weight": 1.0}, {"source": "base_networkstream", "target": "base_networkstream_get_extra_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "target": "base_networkbackend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L36", "weight": 1.0}, {"source": "base_networkbackend", "target": "base_networkbackend_connect_tcp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L37", "weight": 1.0}, {"source": "base_networkbackend", "target": "base_networkbackend_connect_unix_socket", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L47", "weight": 1.0}, {"source": "base_networkbackend", "target": "base_networkbackend_sleep", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "target": "base_asyncnetworkstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L59", "weight": 1.0}, {"source": "base_asyncnetworkstream", "target": "base_asyncnetworkstream_read", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L60", "weight": 1.0}, {"source": "base_asyncnetworkstream", "target": "base_asyncnetworkstream_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L63", "weight": 1.0}, {"source": "base_asyncnetworkstream", "target": "base_asyncnetworkstream_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L66", "weight": 1.0}, {"source": "base_asyncnetworkstream", "target": "base_asyncnetworkstream_start_tls", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L69", "weight": 1.0}, {"source": "base_asyncnetworkstream", "target": "base_asyncnetworkstream_get_extra_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L77", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "target": "base_asyncnetworkbackend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L81", "weight": 1.0}, {"source": "base_asyncnetworkbackend", "target": "base_asyncnetworkbackend_connect_tcp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L82", "weight": 1.0}, {"source": "base_asyncnetworkbackend", "target": "base_asyncnetworkbackend_connect_unix_socket", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L92", "weight": 1.0}, {"source": "base_asyncnetworkbackend", "target": "base_asyncnetworkbackend_sleep", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L100", "weight": 1.0}, {"source": "base_networkbackend_sleep", "target": "base_asyncnetworkbackend_sleep", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L56", "weight": 1.0}], "raw_calls": [{"caller_nid": "base_networkstream_read", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L16"}, {"caller_nid": "base_networkstream_write", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L19"}, {"caller_nid": "base_networkstream_close", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L22"}, {"caller_nid": "base_networkstream_start_tls", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L30"}, {"caller_nid": "base_networkbackend_connect_tcp", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L45"}, {"caller_nid": "base_networkbackend_connect_unix_socket", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L53"}, {"caller_nid": "base_asyncnetworkstream_read", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L61"}, {"caller_nid": "base_asyncnetworkstream_write", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L64"}, {"caller_nid": "base_asyncnetworkstream_aclose", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L67"}, {"caller_nid": "base_asyncnetworkstream_start_tls", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L75"}, {"caller_nid": "base_asyncnetworkbackend_connect_tcp", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L90"}, {"caller_nid": "base_asyncnetworkbackend_connect_unix_socket", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L98"}, {"caller_nid": "base_asyncnetworkbackend_sleep", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/base.py", "source_location": "L101"}]} |