Files
tfm_ainventory/graphify-out/cache/b158efe549508f3d061572005e82578020347c5d853620d9fd5fac1c7b40cd91.json

1 line
52 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "label": "_sockets.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L1"}, {"id": "sockets_connect_tcp", "label": "connect_tcp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L64"}, {"id": "sockets_connect_unix", "label": "connect_unix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L268"}, {"id": "sockets_create_tcp_listener", "label": "create_tcp_listener()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L283"}, {"id": "sockets_create_unix_listener", "label": "create_unix_listener()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L420"}, {"id": "sockets_create_udp_socket", "label": "create_udp_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L452"}, {"id": "sockets_create_connected_udp_socket", "label": "create_connected_udp_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L498"}, {"id": "sockets_create_unix_datagram_socket", "label": "create_unix_datagram_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L548"}, {"id": "sockets_create_connected_unix_datagram_socket", "label": "create_connected_unix_datagram_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L576"}, {"id": "sockets_getaddrinfo", "label": "getaddrinfo()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L609"}, {"id": "sockets_getnameinfo", "label": "getnameinfo()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L660"}, {"id": "sockets_wait_socket_readable", "label": "wait_socket_readable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L677"}, {"id": "sockets_wait_socket_writable", "label": "wait_socket_writable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L700"}, {"id": "sockets_wait_readable", "label": "wait_readable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L725"}, {"id": "sockets_wait_writable", "label": "wait_writable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L758"}, {"id": "sockets_notify_closing", "label": "notify_closing()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L780"}, {"id": "sockets_convert_ipv6_sockaddr", "label": "convert_ipv6_sockaddr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L817"}, {"id": "sockets_setup_unix_local_socket", "label": "setup_unix_local_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L848"}, {"id": "sockets_tcpconnectable", "label": "TCPConnectable", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L903"}, {"id": "bytestreamconnectable", "label": "ByteStreamConnectable", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "sockets_tcpconnectable_post_init", "label": ".__post_init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L914"}, {"id": "sockets_connect", "label": "connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L919"}, {"id": "sockets_unixconnectable", "label": "UNIXConnectable", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L929"}, {"id": "sockets_as_connectable", "label": "as_connectable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L946"}, {"id": "sockets_rationale_142", "label": "Connect to a host using the TCP protocol. This function implements the stat", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L142"}, {"id": "sockets_rationale_269", "label": "Connect to the given UNIX socket. Not available on Windows. :param pat", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L269"}, {"id": "sockets_rationale_291", "label": "Create a TCP socket listener. :param local_port: port number to listen on", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L291"}, {"id": "sockets_rationale_426", "label": "Create a UNIX socket listener. Not available on Windows. :param path:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L426"}, {"id": "sockets_rationale_459", "label": "Create a UDP socket. If ``port`` has been given, the socket will be bound t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L459"}, {"id": "sockets_rationale_507", "label": "Create a connected UDP socket. Connected UDP sockets can only communicate w", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L507"}, {"id": "sockets_rationale_553", "label": "Create a UNIX datagram socket. Not available on Windows. If ``local_pa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L553"}, {"id": "sockets_rationale_582", "label": "Create a connected UNIX datagram socket. Connected datagram sockets can onl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L582"}, {"id": "sockets_rationale_618", "label": "Look up a numeric IP address given a host name. Internationalized domain na", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L618"}, {"id": "sockets_rationale_661", "label": "Look up the host name of an IP address. :param sockaddr: socket address (e.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L661"}, {"id": "sockets_rationale_678", "label": ".. deprecated:: 4.7.0 Use :func:`wait_readable` instead. Wait until", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L678"}, {"id": "sockets_rationale_701", "label": ".. deprecated:: 4.7.0 Use :func:`wait_writable` instead. Wait until", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L701"}, {"id": "sockets_rationale_726", "label": "Wait until the given object has data to be read. On Unix systems, ``obj`` m", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L726"}, {"id": "sockets_rationale_759", "label": "Wait until the given object can be written to. :param obj: an object with a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L759"}, {"id": "sockets_rationale_781", "label": "Call this before closing a file descriptor (on Unix) or socket (on Windows).", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L781"}, {"id": "sockets_rationale_820", "label": "Convert a 4-tuple IPv6 socket address to a 2-tuple (address, port) format.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L820"}, {"id": "sockets_rationale_853", "label": "Create a UNIX local socket object, deleting the socket at the given path if it", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L853"}, {"id": "sockets_rationale_904", "label": "Connects to a TCP server at the given host and port. :param host: host name", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L904"}, {"id": "sockets_rationale_930", "label": "Connects to a UNIX domain socket at the given path. :param path: the file s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L930"}, {"id": "sockets_rationale_959", "label": "Return a byte stream connectable from the given object. If a bytestream con", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L959"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "errno", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "socket", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "stat", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "ipaddress", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "socket", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_abc_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_streams_stapled_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_streams_tls_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_core_resources_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_core_synchronization_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_core_tasks_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "typeshed", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "exceptiongroup", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "warnings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect_tcp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect_tcp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L78", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect_tcp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L92", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect_tcp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect_tcp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L122", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect_tcp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L131", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect_unix", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L268", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_create_tcp_listener", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L283", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_create_unix_listener", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L420", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_create_udp_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L452", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_create_connected_udp_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L498", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_create_unix_datagram_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L548", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_create_connected_unix_datagram_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L576", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_getaddrinfo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L609", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_getnameinfo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L660", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_wait_socket_readable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L677", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_wait_socket_writable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L700", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_wait_readable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L725", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_wait_writable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L758", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_notify_closing", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L780", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_convert_ipv6_sockaddr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L817", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_setup_unix_local_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L848", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_tcpconnectable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L903", "weight": 1.0}, {"source": "sockets_tcpconnectable", "target": "bytestreamconnectable", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L903", "weight": 1.0}, {"source": "sockets_tcpconnectable", "target": "sockets_tcpconnectable_post_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L914", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L919", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_unixconnectable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L929", "weight": 1.0}, {"source": "sockets_unixconnectable", "target": "bytestreamconnectable", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L929", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_connect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L939", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_sockets_py", "target": "sockets_as_connectable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L946", "weight": 1.0}, {"source": "sockets_connect_tcp", "target": "sockets_getaddrinfo", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L199", "weight": 1.0}, {"source": "sockets_create_tcp_listener", "target": "sockets_getaddrinfo", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L352", "weight": 1.0}, {"source": "sockets_create_unix_listener", "target": "sockets_setup_unix_local_socket", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L443", "weight": 1.0}, {"source": "sockets_create_udp_socket", "target": "sockets_getaddrinfo", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L478", "weight": 1.0}, {"source": "sockets_create_connected_udp_socket", "target": "sockets_getaddrinfo", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L526", "weight": 1.0}, {"source": "sockets_create_connected_udp_socket", "target": "sockets_create_udp_socket", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L542", "weight": 1.0}, {"source": "sockets_create_unix_datagram_socket", "target": "sockets_setup_unix_local_socket", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L570", "weight": 1.0}, {"source": "sockets_create_connected_unix_datagram_socket", "target": "sockets_setup_unix_local_socket", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L601", "weight": 1.0}, {"source": "sockets_create_connected_unix_datagram_socket", "target": "sockets_create_unix_datagram_socket", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L604", "weight": 1.0}, {"source": "sockets_getaddrinfo", "target": "sockets_convert_ipv6_sockaddr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L653", "weight": 1.0}, {"source": "sockets_wait_socket_readable", "target": "sockets_wait_readable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L696", "weight": 1.0}, {"source": "sockets_wait_socket_writable", "target": "sockets_wait_writable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L722", "weight": 1.0}, {"source": "sockets_connect", "target": "sockets_connect_tcp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L921", "weight": 1.0}, {"source": "sockets_connect", "target": "sockets_connect_unix", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L941", "weight": 1.0}, {"source": "sockets_as_connectable", "target": "sockets_tcpconnectable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L986", "weight": 1.0}, {"source": "sockets_as_connectable", "target": "sockets_unixconnectable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L988", "weight": 1.0}, {"source": "sockets_rationale_142", "target": "sockets_connect_tcp", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L142", "weight": 1.0}, {"source": "sockets_rationale_269", "target": "sockets_connect_unix", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L269", "weight": 1.0}, {"source": "sockets_rationale_291", "target": "sockets_create_tcp_listener", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L291", "weight": 1.0}, {"source": "sockets_rationale_426", "target": "sockets_create_unix_listener", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L426", "weight": 1.0}, {"source": "sockets_rationale_459", "target": "sockets_create_udp_socket", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L459", "weight": 1.0}, {"source": "sockets_rationale_507", "target": "sockets_create_connected_udp_socket", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L507", "weight": 1.0}, {"source": "sockets_rationale_553", "target": "sockets_create_unix_datagram_socket", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L553", "weight": 1.0}, {"source": "sockets_rationale_582", "target": "sockets_create_connected_unix_datagram_socket", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L582", "weight": 1.0}, {"source": "sockets_rationale_618", "target": "sockets_getaddrinfo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L618", "weight": 1.0}, {"source": "sockets_rationale_661", "target": "sockets_getnameinfo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L661", "weight": 1.0}, {"source": "sockets_rationale_678", "target": "sockets_wait_socket_readable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L678", "weight": 1.0}, {"source": "sockets_rationale_701", "target": "sockets_wait_socket_writable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L701", "weight": 1.0}, {"source": "sockets_rationale_726", "target": "sockets_wait_readable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L726", "weight": 1.0}, {"source": "sockets_rationale_759", "target": "sockets_wait_writable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L759", "weight": 1.0}, {"source": "sockets_rationale_781", "target": "sockets_notify_closing", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L781", "weight": 1.0}, {"source": "sockets_rationale_820", "target": "sockets_convert_ipv6_sockaddr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L820", "weight": 1.0}, {"source": "sockets_rationale_853", "target": "sockets_setup_unix_local_socket", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L853", "weight": 1.0}, {"source": "sockets_rationale_904", "target": "sockets_tcpconnectable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L904", "weight": 1.0}, {"source": "sockets_rationale_930", "target": "sockets_unixconnectable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L930", "weight": 1.0}, {"source": "sockets_rationale_959", "target": "sockets_as_connectable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L959", "weight": 1.0}], "raw_calls": [{"caller_nid": "sockets_connect_tcp", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L195"}, {"caller_nid": "sockets_connect_tcp", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L199"}, {"caller_nid": "sockets_connect_tcp", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L202"}, {"caller_nid": "sockets_connect_tcp", "callee": "ip_address", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L204"}, {"caller_nid": "sockets_connect_tcp", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L209"}, {"caller_nid": "sockets_connect_tcp", "callee": "insert", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L226"}, {"caller_nid": "sockets_connect_tcp", "callee": "insert", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L229"}, {"caller_nid": "sockets_connect_tcp", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L231"}, {"caller_nid": "sockets_connect_tcp", "callee": "create_task_group", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L235"}, {"caller_nid": "sockets_connect_tcp", "callee": "Event", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L237"}, {"caller_nid": "sockets_connect_tcp", "callee": "start_soon", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L238"}, {"caller_nid": "sockets_connect_tcp", "callee": "move_on_after", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L239"}, {"caller_nid": "sockets_connect_tcp", "callee": "wait", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L240"}, {"caller_nid": "sockets_connect_tcp", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L245"}, {"caller_nid": "sockets_connect_tcp", "callee": "ExceptionGroup", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L246"}, {"caller_nid": "sockets_connect_tcp", "callee": "OSError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L248"}, {"caller_nid": "sockets_connect_tcp", "callee": "clear", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L250"}, {"caller_nid": "sockets_connect_tcp", "callee": "wrap", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L254"}, {"caller_nid": "sockets_connect_tcp", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L257"}, {"caller_nid": "sockets_connect_tcp", "callee": "aclose_forcefully", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L262"}, {"caller_nid": "sockets_connect_unix", "callee": "fspath", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L279"}, {"caller_nid": "sockets_connect_unix", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L280"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L308"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L309"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L310"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L362"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "has_dualstack_ipv6", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L368"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L369"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "setup_raw_socket", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L371"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "MultiListener", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L375"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L379"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L379"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "setup_raw_socket", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L385"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L389"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "getsockname", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L390"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L392"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "aclose", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L395"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L400"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L405"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L406"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L406"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "MultiListener", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L411"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "OSError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L413"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L414"}, {"caller_nid": "sockets_create_tcp_listener", "callee": "ExceptionGroup", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L415"}, {"caller_nid": "sockets_create_unix_listener", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L442"}, {"caller_nid": "sockets_create_unix_listener", "callee": "listen", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L445"}, {"caller_nid": "sockets_create_unix_listener", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L446"}, {"caller_nid": "sockets_create_unix_listener", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L448"}, {"caller_nid": "sockets_create_udp_socket", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L475"}, {"caller_nid": "sockets_create_udp_socket", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L479"}, {"caller_nid": "sockets_create_udp_socket", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L485"}, {"caller_nid": "sockets_create_udp_socket", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L492"}, {"caller_nid": "sockets_create_udp_socket", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L495"}, {"caller_nid": "sockets_create_connected_udp_socket", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L527"}, {"caller_nid": "sockets_create_connected_udp_socket", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L533"}, {"caller_nid": "sockets_create_connected_udp_socket", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L537"}, {"caller_nid": "sockets_create_connected_udp_socket", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L539"}, {"caller_nid": "sockets_create_connected_udp_socket", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L542"}, {"caller_nid": "sockets_create_connected_udp_socket", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L545"}, {"caller_nid": "sockets_create_unix_datagram_socket", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L573"}, {"caller_nid": "sockets_create_connected_unix_datagram_socket", "callee": "fspath", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L600"}, {"caller_nid": "sockets_create_connected_unix_datagram_socket", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L604"}, {"caller_nid": "sockets_getaddrinfo", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L639"}, {"caller_nid": "sockets_getaddrinfo", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L641"}, {"caller_nid": "sockets_getaddrinfo", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L645"}, {"caller_nid": "sockets_getaddrinfo", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L649"}, {"caller_nid": "sockets_getaddrinfo", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L656"}, {"caller_nid": "sockets_getnameinfo", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L673"}, {"caller_nid": "sockets_wait_socket_readable", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L696"}, {"caller_nid": "sockets_wait_socket_readable", "callee": "fileno", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L696"}, {"caller_nid": "sockets_wait_socket_writable", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L722"}, {"caller_nid": "sockets_wait_socket_writable", "callee": "fileno", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L722"}, {"caller_nid": "sockets_wait_readable", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L755"}, {"caller_nid": "sockets_wait_writable", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L777"}, {"caller_nid": "sockets_notify_closing", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L809"}, {"caller_nid": "sockets_convert_ipv6_sockaddr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L832"}, {"caller_nid": "sockets_convert_ipv6_sockaddr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L832"}, {"caller_nid": "sockets_convert_ipv6_sockaddr", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L838"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "fsdecode", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L866"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L869"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "stat", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L872"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "S_ISSOCK", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L882"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L883"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "socket", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L887"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "setblocking", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L888"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "run_sync", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L892"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "run_sync", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L894"}, {"caller_nid": "sockets_setup_unix_local_socket", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L896"}, {"caller_nid": "sockets_tcpconnectable_post_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L916"}, {"caller_nid": "sockets_connect", "callee": "ConnectionFailed", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L923"}, {"caller_nid": "sockets_connect", "callee": "ConnectionFailed", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L943"}, {"caller_nid": "sockets_as_connectable", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L983"}, {"caller_nid": "sockets_as_connectable", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L985"}, {"caller_nid": "sockets_as_connectable", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L985"}, {"caller_nid": "sockets_as_connectable", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L987"}, {"caller_nid": "sockets_as_connectable", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L990"}, {"caller_nid": "sockets_as_connectable", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L993"}, {"caller_nid": "sockets_as_connectable", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L994"}, {"caller_nid": "sockets_as_connectable", "callee": "TLSConnectable", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_sockets.py", "source_location": "L996"}]}