1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "label": "anyio.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L1"}, {"id": "anyio_anyiostream", "label": "AnyIOStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L21"}, {"id": "asyncnetworkstream", "label": "AsyncNetworkStream", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "anyio_anyiostream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L22"}, {"id": "anyio_anyiostream_read", "label": ".read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L25"}, {"id": "anyio_anyiostream_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L39"}, {"id": "anyio_anyiostream_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L52"}, {"id": "anyio_anyiostream_start_tls", "label": ".start_tls()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L55"}, {"id": "anyio_anyiostream_get_extra_info", "label": ".get_extra_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L82"}, {"id": "anyio_anyiobackend", "label": "AnyIOBackend", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L97"}, {"id": "asyncnetworkbackend", "label": "AsyncNetworkBackend", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "anyio_anyiobackend_connect_tcp", "label": ".connect_tcp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L98"}, {"id": "anyio_anyiobackend_connect_unix_socket", "label": ".connect_unix_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L125"}, {"id": "anyio_anyiobackend_sleep", "label": ".sleep()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L145"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "target": "anyio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "target": "anyio_anyiostream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L21", "weight": 1.0}, {"source": "anyio_anyiostream", "target": "asyncnetworkstream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L21", "weight": 1.0}, {"source": "anyio_anyiostream", "target": "anyio_anyiostream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L22", "weight": 1.0}, {"source": "anyio_anyiostream", "target": "anyio_anyiostream_read", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L25", "weight": 1.0}, {"source": "anyio_anyiostream", "target": "anyio_anyiostream_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L39", "weight": 1.0}, {"source": "anyio_anyiostream", "target": "anyio_anyiostream_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L52", "weight": 1.0}, {"source": "anyio_anyiostream", "target": "anyio_anyiostream_start_tls", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L55", "weight": 1.0}, {"source": "anyio_anyiostream", "target": "anyio_anyiostream_get_extra_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_anyio_py", "target": "anyio_anyiobackend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L97", "weight": 1.0}, {"source": "anyio_anyiobackend", "target": "asyncnetworkbackend", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L97", "weight": 1.0}, {"source": "anyio_anyiobackend", "target": "anyio_anyiobackend_connect_tcp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L98", "weight": 1.0}, {"source": "anyio_anyiobackend", "target": "anyio_anyiobackend_connect_unix_socket", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L125", "weight": 1.0}, {"source": "anyio_anyiobackend", "target": "anyio_anyiobackend_sleep", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L145", "weight": 1.0}, {"source": "anyio_anyiostream_start_tls", "target": "anyio_anyiostream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L78", "weight": 1.0}, {"source": "anyio_anyiostream_start_tls", "target": "anyio_anyiostream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L80", "weight": 1.0}, {"source": "anyio_anyiobackend_connect_tcp", "target": "anyio_anyiostream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L123", "weight": 1.0}, {"source": "anyio_anyiobackend_connect_unix_socket", "target": "anyio_anyiostream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L143", "weight": 1.0}], "raw_calls": [{"caller_nid": "anyio_anyiostream_read", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L32"}, {"caller_nid": "anyio_anyiostream_read", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L33"}, {"caller_nid": "anyio_anyiostream_read", "callee": "receive", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L35"}, {"caller_nid": "anyio_anyiostream_write", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L48"}, {"caller_nid": "anyio_anyiostream_write", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L49"}, {"caller_nid": "anyio_anyiostream_write", "callee": "send", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L50"}, {"caller_nid": "anyio_anyiostream_start_tls", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L67"}, {"caller_nid": "anyio_anyiostream_start_tls", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L69"}, {"caller_nid": "anyio_anyiostream_start_tls", "callee": "wrap", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L70"}, {"caller_nid": "anyio_anyiostream_get_extra_info", "callee": "extra", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L84"}, {"caller_nid": "anyio_anyiostream_get_extra_info", "callee": "extra", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L86"}, {"caller_nid": "anyio_anyiostream_get_extra_info", "callee": "extra", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L88"}, {"caller_nid": "anyio_anyiostream_get_extra_info", "callee": "extra", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L90"}, {"caller_nid": "anyio_anyiostream_get_extra_info", "callee": "extra", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L92"}, {"caller_nid": "anyio_anyiostream_get_extra_info", "callee": "is_socket_readable", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L93"}, {"caller_nid": "anyio_anyiobackend_connect_tcp", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L113"}, {"caller_nid": "anyio_anyiobackend_connect_tcp", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L114"}, {"caller_nid": "anyio_anyiobackend_connect_tcp", "callee": "setsockopt", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L122"}, {"caller_nid": "anyio_anyiobackend_connect_unix_socket", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L138"}, {"caller_nid": "anyio_anyiobackend_connect_unix_socket", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L139"}, {"caller_nid": "anyio_anyiobackend_connect_unix_socket", "callee": "connect_unix", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L140"}, {"caller_nid": "anyio_anyiobackend_connect_unix_socket", "callee": "setsockopt", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", "source_location": "L142"}]} |