{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "label": "text.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L1"}, {"id": "text_textreceivestream", "label": "TextReceiveStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L34"}, {"id": "text_textreceivestream_post_init", "label": ".__post_init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L56"}, {"id": "text_textreceivestream_receive", "label": ".receive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L60"}, {"id": "text_textreceivestream_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L67"}, {"id": "text_extra_attributes", "label": "extra_attributes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L72"}, {"id": "text_textsendstream", "label": "TextSendStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L77"}, {"id": "text_textsendstream_post_init", "label": ".__post_init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L96"}, {"id": "text_textsendstream_send", "label": ".send()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L99"}, {"id": "text_textsendstream_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L103"}, {"id": "text_textstream", "label": "TextStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L112"}, {"id": "text_textstream_post_init", "label": ".__post_init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L136"}, {"id": "text_textstream_receive", "label": ".receive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L144"}, {"id": "text_textstream_send", "label": ".send()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L147"}, {"id": "text_textstream_send_eof", "label": ".send_eof()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L150"}, {"id": "text_textstream_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L153"}, {"id": "text_textconnectable", "label": "TextConnectable", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L165"}, {"id": "text_textconnectable_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L166"}, {"id": "text_connect", "label": "connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L174"}, {"id": "text_rationale_35", "label": "Stream wrapper that decodes bytes to strings using the given encoding. Deco", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L35"}, {"id": "text_rationale_78", "label": "Sends strings to the wrapped stream as bytes using the given encoding. :par", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L78"}, {"id": "text_rationale_113", "label": "A bidirectional stream that decodes bytes to strings on receive and encodes stri", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L113"}, {"id": "text_rationale_167", "label": ":param connectable: the bytestream endpoint to wrap", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L167"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "codecs", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_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/streams/text.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "text_textreceivestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L34", "weight": 1.0}, {"source": "text_textreceivestream", "target": "text_textreceivestream_post_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L56", "weight": 1.0}, {"source": "text_textreceivestream", "target": "text_textreceivestream_receive", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L60", "weight": 1.0}, {"source": "text_textreceivestream", "target": "text_textreceivestream_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L67", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "text_extra_attributes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L72", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "text_textsendstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L77", "weight": 1.0}, {"source": "text_textsendstream", "target": "text_textsendstream_post_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L96", "weight": 1.0}, {"source": "text_textsendstream", "target": "text_textsendstream_send", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L99", "weight": 1.0}, {"source": "text_textsendstream", "target": "text_textsendstream_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L103", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "text_extra_attributes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "text_textstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L112", "weight": 1.0}, {"source": "text_textstream", "target": "text_textstream_post_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L136", "weight": 1.0}, {"source": "text_textstream", "target": "text_textstream_receive", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L144", "weight": 1.0}, {"source": "text_textstream", "target": "text_textstream_send", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L147", "weight": 1.0}, {"source": "text_textstream", "target": "text_textstream_send_eof", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L150", "weight": 1.0}, {"source": "text_textstream", "target": "text_textstream_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L153", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "text_extra_attributes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L158", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "text_textconnectable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L165", "weight": 1.0}, {"source": "text_textconnectable", "target": "text_textconnectable_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L166", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_streams_text_py", "target": "text_connect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L174", "weight": 1.0}, {"source": "text_textreceivestream_receive", "target": "text_textstream_receive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L62", "weight": 1.0}, {"source": "text_textreceivestream_aclose", "target": "text_textstream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L68", "weight": 1.0}, {"source": "text_textsendstream_send", "target": "text_textstream_send", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L101", "weight": 1.0}, {"source": "text_textsendstream_aclose", "target": "text_textstream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L104", "weight": 1.0}, {"source": "text_textstream_post_init", "target": "text_textreceivestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L137", "weight": 1.0}, {"source": "text_textstream_post_init", "target": "text_textsendstream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L140", "weight": 1.0}, {"source": "text_connect", "target": "text_textstream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L176", "weight": 1.0}, {"source": "text_rationale_35", "target": "text_textreceivestream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L35", "weight": 1.0}, {"source": "text_rationale_78", "target": "text_textsendstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L78", "weight": 1.0}, {"source": "text_rationale_113", "target": "text_textstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L113", "weight": 1.0}, {"source": "text_rationale_167", "target": "text_textconnectable_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L167", "weight": 1.0}], "raw_calls": [{"caller_nid": "text_textreceivestream_post_init", "callee": "getincrementaldecoder", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L57"}, {"caller_nid": "text_textreceivestream_post_init", "callee": "decoder_class", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L58"}, {"caller_nid": "text_textreceivestream_receive", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L63"}, {"caller_nid": "text_textreceivestream_aclose", "callee": "reset", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L69"}, {"caller_nid": "text_textsendstream_post_init", "callee": "getencoder", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L97"}, {"caller_nid": "text_textsendstream_send", "callee": "_encoder", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/streams/text.py", "source_location": "L100"}]}