1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpcore_backends_trio_py", "label": "trio.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L1"}, {"id": "trio_triostream", "label": "TrioStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L21"}, {"id": "asyncnetworkstream", "label": "AsyncNetworkStream", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "trio_triostream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L22"}, {"id": "trio_triostream_read", "label": ".read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L25"}, {"id": "trio_triostream_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L37"}, {"id": "trio_triostream_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L51"}, {"id": "trio_triostream_start_tls", "label": ".start_tls()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L54"}, {"id": "trio_triostream_get_extra_info", "label": ".get_extra_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L81"}, {"id": "trio_triostream_get_socket_stream", "label": "._get_socket_stream()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L101"}, {"id": "trio_triobackend", "label": "TrioBackend", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L109"}, {"id": "asyncnetworkbackend", "label": "AsyncNetworkBackend", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "trio_triobackend_connect_tcp", "label": ".connect_tcp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L110"}, {"id": "trio_triobackend_connect_unix_socket", "label": ".connect_unix_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L137"}, {"id": "trio_triobackend_sleep", "label": ".sleep()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L158"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_trio_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_trio_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_trio_py", "target": "trio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_trio_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/trio.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_trio_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/trio.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_trio_py", "target": "trio_triostream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L21", "weight": 1.0}, {"source": "trio_triostream", "target": "asyncnetworkstream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L21", "weight": 1.0}, {"source": "trio_triostream", "target": "trio_triostream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L22", "weight": 1.0}, {"source": "trio_triostream", "target": "trio_triostream_read", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L25", "weight": 1.0}, {"source": "trio_triostream", "target": "trio_triostream_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L37", "weight": 1.0}, {"source": "trio_triostream", "target": "trio_triostream_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L51", "weight": 1.0}, {"source": "trio_triostream", "target": "trio_triostream_start_tls", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L54", "weight": 1.0}, {"source": "trio_triostream", "target": "trio_triostream_get_extra_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L81", "weight": 1.0}, {"source": "trio_triostream", "target": "trio_triostream_get_socket_stream", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L101", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_backends_trio_py", "target": "trio_triobackend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L109", "weight": 1.0}, {"source": "trio_triobackend", "target": "asyncnetworkbackend", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L109", "weight": 1.0}, {"source": "trio_triobackend", "target": "trio_triobackend_connect_tcp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L110", "weight": 1.0}, {"source": "trio_triobackend", "target": "trio_triobackend_connect_unix_socket", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L137", "weight": 1.0}, {"source": "trio_triobackend", "target": "trio_triobackend_sleep", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L158", "weight": 1.0}, {"source": "trio_triostream_start_tls", "target": "trio_triostream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L77", "weight": 1.0}, {"source": "trio_triostream_start_tls", "target": "trio_triostream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L79", "weight": 1.0}, {"source": "trio_triostream_get_extra_info", "target": "trio_triostream_get_socket_stream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L87", "weight": 1.0}, {"source": "trio_triobackend_connect_tcp", "target": "trio_triostream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L135", "weight": 1.0}, {"source": "trio_triobackend_connect_unix_socket", "target": "trio_triostream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L156", "weight": 1.0}], "raw_calls": [{"caller_nid": "trio_triostream_read", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L26"}, {"caller_nid": "trio_triostream_read", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L32"}, {"caller_nid": "trio_triostream_read", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L33"}, {"caller_nid": "trio_triostream_read", "callee": "receive_some", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L34"}, {"caller_nid": "trio_triostream_write", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L41"}, {"caller_nid": "trio_triostream_write", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L47"}, {"caller_nid": "trio_triostream_write", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L48"}, {"caller_nid": "trio_triostream_write", "callee": "send_all", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L49"}, {"caller_nid": "trio_triostream_start_tls", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L60"}, {"caller_nid": "trio_triostream_start_tls", "callee": "SSLStream", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L65"}, {"caller_nid": "trio_triostream_start_tls", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L72"}, {"caller_nid": "trio_triostream_start_tls", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L74"}, {"caller_nid": "trio_triostream_start_tls", "callee": "do_handshake", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L75"}, {"caller_nid": "trio_triostream_get_extra_info", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L82"}, {"caller_nid": "trio_triostream_get_extra_info", "callee": "getsockname", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L87"}, {"caller_nid": "trio_triostream_get_extra_info", "callee": "getpeername", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L89"}, {"caller_nid": "trio_triostream_get_extra_info", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L92"}, {"caller_nid": "trio_triostream_get_extra_info", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L94"}, {"caller_nid": "trio_triostream_get_extra_info", "callee": "is_readable", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L98"}, {"caller_nid": "trio_triostream_get_socket_stream", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L103"}, {"caller_nid": "trio_triostream_get_socket_stream", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L105"}, {"caller_nid": "trio_triobackend_connect_tcp", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L122"}, {"caller_nid": "trio_triobackend_connect_tcp", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L128"}, {"caller_nid": "trio_triobackend_connect_tcp", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L129"}, {"caller_nid": "trio_triobackend_connect_tcp", "callee": "open_tcp_stream", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L130"}, {"caller_nid": "trio_triobackend_connect_tcp", "callee": "setsockopt", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L134"}, {"caller_nid": "trio_triobackend_connect_unix_socket", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L145"}, {"caller_nid": "trio_triobackend_connect_unix_socket", "callee": "map_exceptions", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L151"}, {"caller_nid": "trio_triobackend_connect_unix_socket", "callee": "fail_after", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L152"}, {"caller_nid": "trio_triobackend_connect_unix_socket", "callee": "open_unix_socket", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L153"}, {"caller_nid": "trio_triobackend_connect_unix_socket", "callee": "setsockopt", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_backends/trio.py", "source_location": "L155"}]} |