1 line
26 KiB
JSON
1 line
26 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "label": "_streams.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L1"}, {"id": "streams_unreliableobjectreceivestream", "label": "UnreliableObjectReceiveStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L17"}, {"id": "asyncresource", "label": "AsyncResource", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "typedattributeprovider", "label": "TypedAttributeProvider", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "streams_unreliableobjectreceivestream_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L30"}, {"id": "streams_unreliableobjectreceivestream_anext", "label": ".__anext__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L33"}, {"id": "streams_receive", "label": "receive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L40"}, {"id": "streams_unreliableobjectsendstream", "label": "UnreliableObjectSendStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L52"}, {"id": "streams_send", "label": "send()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L63"}, {"id": "streams_unreliableobjectstream", "label": "UnreliableObjectStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L75"}, {"id": "streams_objectreceivestream", "label": "ObjectReceiveStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L84"}, {"id": "streams_objectsendstream", "label": "ObjectSendStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L91"}, {"id": "streams_objectstream", "label": "ObjectStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L98"}, {"id": "streams_send_eof", "label": "send_eof()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L109"}, {"id": "streams_bytereceivestream", "label": "ByteReceiveStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L118"}, {"id": "streams_bytereceivestream_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L126"}, {"id": "streams_bytereceivestream_anext", "label": ".__anext__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L129"}, {"id": "streams_bytesendstream", "label": "ByteSendStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L149"}, {"id": "streams_bytestream", "label": "ByteStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L161"}, {"id": "streams_listener", "label": "Listener", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L192"}, {"id": "streams_serve", "label": "serve()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L196"}, {"id": "streams_objectstreamconnectable", "label": "ObjectStreamConnectable", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L208"}, {"id": "streams_connect", "label": "connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L210"}, {"id": "streams_bytestreamconnectable", "label": "ByteStreamConnectable", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L219"}, {"id": "streams_rationale_20", "label": "An interface for receiving objects. This interface makes no guarantees that", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L20"}, {"id": "streams_rationale_41", "label": "Receive the next item. :raises ~anyio.ClosedResourceError: if the recei", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L41"}, {"id": "streams_rationale_55", "label": "An interface for sending objects. This interface makes no guarantees that t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L55"}, {"id": "streams_rationale_64", "label": "Send an item to the peer(s). :param item: the item to send :rai", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L64"}, {"id": "streams_rationale_78", "label": "A bidirectional message stream which does not guarantee the order or reliability", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L78"}, {"id": "streams_rationale_85", "label": "A receive message stream which guarantees that messages are received in the same", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L85"}, {"id": "streams_rationale_92", "label": "A send message stream which guarantees that messages are delivered in the same o", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L92"}, {"id": "streams_rationale_103", "label": "A bidirectional message stream which guarantees the order and reliability of mes", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L103"}, {"id": "streams_rationale_110", "label": "Send an end-of-file indication to the peer. You should not try to send", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L110"}, {"id": "streams_rationale_119", "label": "An interface for receiving bytes from a single peer. Iterating this byte st", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L119"}, {"id": "streams_rationale_137", "label": "Receive at most ``max_bytes`` bytes from the peer. .. note:: Implemente", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L137"}, {"id": "streams_rationale_150", "label": "An interface for sending bytes to a single peer.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L150"}, {"id": "streams_rationale_154", "label": "Send the given bytes to the peer. :param item: the bytes to send", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L154"}, {"id": "streams_rationale_162", "label": "A bidirectional byte stream.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L162"}, {"id": "streams_rationale_166", "label": "Send an end-of-file indication to the peer. You should not try to send", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L166"}, {"id": "streams_rationale_193", "label": "An interface for objects that let you accept incoming connections.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L193"}, {"id": "streams_rationale_199", "label": "Accept incoming connections as they come in and start tasks to handle them.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L199"}, {"id": "streams_rationale_211", "label": "Connect to the remote endpoint. :return: an object stream connected to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L211"}, {"id": "streams_rationale_222", "label": "Connect to the remote endpoint. :return: a bytestream connected to the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L222"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_core_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_core_typedattr_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_abc_resources_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_abc_tasks_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_unreliableobjectreceivestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L17", "weight": 1.0}, {"source": "streams_unreliableobjectreceivestream", "target": "asyncresource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L17", "weight": 1.0}, {"source": "streams_unreliableobjectreceivestream", "target": "typedattributeprovider", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L17", "weight": 1.0}, {"source": "streams_unreliableobjectreceivestream", "target": "streams_unreliableobjectreceivestream_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L30", "weight": 1.0}, {"source": "streams_unreliableobjectreceivestream", "target": "streams_unreliableobjectreceivestream_anext", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_receive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_unreliableobjectsendstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L52", "weight": 1.0}, {"source": "streams_unreliableobjectsendstream", "target": "asyncresource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L52", "weight": 1.0}, {"source": "streams_unreliableobjectsendstream", "target": "typedattributeprovider", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_send", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_unreliableobjectstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L75", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_objectreceivestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_objectsendstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_objectstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L98", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_send_eof", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L109", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_bytereceivestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L118", "weight": 1.0}, {"source": "streams_bytereceivestream", "target": "asyncresource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L118", "weight": 1.0}, {"source": "streams_bytereceivestream", "target": "typedattributeprovider", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L118", "weight": 1.0}, {"source": "streams_bytereceivestream", "target": "streams_bytereceivestream_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L126", "weight": 1.0}, {"source": "streams_bytereceivestream", "target": "streams_bytereceivestream_anext", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L129", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_receive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L136", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_bytesendstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L149", "weight": 1.0}, {"source": "streams_bytesendstream", "target": "asyncresource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L149", "weight": 1.0}, {"source": "streams_bytesendstream", "target": "typedattributeprovider", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L149", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_send", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L153", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_bytestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L161", "weight": 1.0}, {"source": "streams_bytestream", "target": "streams_bytereceivestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L161", "weight": 1.0}, {"source": "streams_bytestream", "target": "streams_bytesendstream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L161", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_send_eof", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L165", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_listener", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L192", "weight": 1.0}, {"source": "streams_listener", "target": "asyncresource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L192", "weight": 1.0}, {"source": "streams_listener", "target": "typedattributeprovider", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L192", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_serve", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L196", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_objectstreamconnectable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L208", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_connect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L210", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_bytestreamconnectable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L219", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "target": "streams_connect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L221", "weight": 1.0}, {"source": "streams_unreliableobjectreceivestream_anext", "target": "streams_receive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L35", "weight": 1.0}, {"source": "streams_bytereceivestream_anext", "target": "streams_receive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L131", "weight": 1.0}, {"source": "streams_rationale_20", "target": "streams_unreliableobjectreceivestream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L20", "weight": 1.0}, {"source": "streams_rationale_41", "target": "streams_unreliableobjectreceivestream_receive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L41", "weight": 1.0}, {"source": "streams_rationale_55", "target": "streams_unreliableobjectsendstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L55", "weight": 1.0}, {"source": "streams_rationale_64", "target": "streams_unreliableobjectsendstream_send", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L64", "weight": 1.0}, {"source": "streams_rationale_78", "target": "streams_unreliableobjectstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L78", "weight": 1.0}, {"source": "streams_rationale_85", "target": "streams_objectreceivestream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L85", "weight": 1.0}, {"source": "streams_rationale_92", "target": "streams_objectsendstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L92", "weight": 1.0}, {"source": "streams_rationale_103", "target": "streams_objectstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L103", "weight": 1.0}, {"source": "streams_rationale_110", "target": "streams_objectstream_send_eof", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L110", "weight": 1.0}, {"source": "streams_rationale_119", "target": "streams_bytereceivestream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L119", "weight": 1.0}, {"source": "streams_rationale_137", "target": "streams_bytereceivestream_receive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L137", "weight": 1.0}, {"source": "streams_rationale_150", "target": "streams_bytesendstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L150", "weight": 1.0}, {"source": "streams_rationale_154", "target": "streams_bytesendstream_send", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L154", "weight": 1.0}, {"source": "streams_rationale_162", "target": "streams_bytestream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L162", "weight": 1.0}, {"source": "streams_rationale_166", "target": "streams_bytestream_send_eof", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L166", "weight": 1.0}, {"source": "streams_rationale_193", "target": "streams_listener", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L193", "weight": 1.0}, {"source": "streams_rationale_199", "target": "streams_listener_serve", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L199", "weight": 1.0}, {"source": "streams_rationale_211", "target": "streams_objectstreamconnectable_connect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L211", "weight": 1.0}, {"source": "streams_rationale_222", "target": "streams_bytestreamconnectable_connect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_streams.py", "source_location": "L222", "weight": 1.0}], "raw_calls": []} |