1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anthropic_decoders_jsonl_py", "label": "jsonl.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L1"}, {"id": "jsonl_jsonldecoder", "label": "JSONLDecoder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L13"}, {"id": "jsonl_jsonldecoder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L23"}, {"id": "jsonl_jsonldecoder_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L36"}, {"id": "jsonl_jsonldecoder_decode", "label": ".__decode__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L43"}, {"id": "jsonl_jsonldecoder_next", "label": ".__next__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L62"}, {"id": "jsonl_jsonldecoder_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L65"}, {"id": "jsonl_asyncjsonldecoder", "label": "AsyncJSONLDecoder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L70"}, {"id": "jsonl_asyncjsonldecoder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L79"}, {"id": "jsonl_asyncjsonldecoder_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L92"}, {"id": "jsonl_asyncjsonldecoder_decode", "label": ".__decode__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L99"}, {"id": "jsonl_asyncjsonldecoder_anext", "label": ".__anext__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L118"}, {"id": "jsonl_asyncjsonldecoder_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L121"}, {"id": "jsonl_rationale_14", "label": "A decoder for [JSON Lines](https://jsonlines.org) format. This class provid", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L14"}, {"id": "jsonl_rationale_37", "label": "Close the response body stream. This is called automatically if you con", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L37"}, {"id": "jsonl_rationale_71", "label": "A decoder for [JSON Lines](https://jsonlines.org) format. This class provid", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L71"}, {"id": "jsonl_rationale_93", "label": "Close the response body stream. This is called automatically if you con", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L93"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anthropic_decoders_jsonl_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_decoders_jsonl_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_decoders_jsonl_py", "target": "httpx", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_decoders_jsonl_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_models_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_decoders_jsonl_py", "target": "jsonl_jsonldecoder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L13", "weight": 1.0}, {"source": "jsonl_jsonldecoder", "target": "jsonl_jsonldecoder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L23", "weight": 1.0}, {"source": "jsonl_jsonldecoder", "target": "jsonl_jsonldecoder_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L36", "weight": 1.0}, {"source": "jsonl_jsonldecoder", "target": "jsonl_jsonldecoder_decode", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L43", "weight": 1.0}, {"source": "jsonl_jsonldecoder", "target": "jsonl_jsonldecoder_next", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L62", "weight": 1.0}, {"source": "jsonl_jsonldecoder", "target": "jsonl_jsonldecoder_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L65", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_decoders_jsonl_py", "target": "jsonl_asyncjsonldecoder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L70", "weight": 1.0}, {"source": "jsonl_asyncjsonldecoder", "target": "jsonl_asyncjsonldecoder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L79", "weight": 1.0}, {"source": "jsonl_asyncjsonldecoder", "target": "jsonl_asyncjsonldecoder_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L92", "weight": 1.0}, {"source": "jsonl_asyncjsonldecoder", "target": "jsonl_asyncjsonldecoder_decode", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L99", "weight": 1.0}, {"source": "jsonl_asyncjsonldecoder", "target": "jsonl_asyncjsonldecoder_anext", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L118", "weight": 1.0}, {"source": "jsonl_asyncjsonldecoder", "target": "jsonl_asyncjsonldecoder_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L121", "weight": 1.0}, {"source": "jsonl_jsonldecoder_init", "target": "jsonl_asyncjsonldecoder_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L30", "weight": 1.0}, {"source": "jsonl_jsonldecoder_init", "target": "jsonl_asyncjsonldecoder_decode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L34", "weight": 1.0}, {"source": "jsonl_jsonldecoder_close", "target": "jsonl_asyncjsonldecoder_close", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L41", "weight": 1.0}, {"source": "jsonl_asyncjsonldecoder_init", "target": "jsonl_asyncjsonldecoder_decode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L90", "weight": 1.0}, {"source": "jsonl_rationale_14", "target": "jsonl_jsonldecoder", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L14", "weight": 1.0}, {"source": "jsonl_rationale_37", "target": "jsonl_jsonldecoder_close", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L37", "weight": 1.0}, {"source": "jsonl_rationale_71", "target": "jsonl_asyncjsonldecoder", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L71", "weight": 1.0}, {"source": "jsonl_rationale_93", "target": "jsonl_asyncjsonldecoder_close", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L93", "weight": 1.0}], "raw_calls": [{"caller_nid": "jsonl_jsonldecoder_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L30"}, {"caller_nid": "jsonl_jsonldecoder_decode", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L46"}, {"caller_nid": "jsonl_jsonldecoder_decode", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L48"}, {"caller_nid": "jsonl_jsonldecoder_decode", "callee": "construct_type_unchecked", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L49"}, {"caller_nid": "jsonl_jsonldecoder_decode", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L50"}, {"caller_nid": "jsonl_jsonldecoder_decode", "callee": "construct_type_unchecked", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L57"}, {"caller_nid": "jsonl_jsonldecoder_decode", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L58"}, {"caller_nid": "jsonl_asyncjsonldecoder_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L86"}, {"caller_nid": "jsonl_asyncjsonldecoder_close", "callee": "aclose", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L97"}, {"caller_nid": "jsonl_asyncjsonldecoder_decode", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L102"}, {"caller_nid": "jsonl_asyncjsonldecoder_decode", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L104"}, {"caller_nid": "jsonl_asyncjsonldecoder_decode", "callee": "construct_type_unchecked", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L105"}, {"caller_nid": "jsonl_asyncjsonldecoder_decode", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L106"}, {"caller_nid": "jsonl_asyncjsonldecoder_decode", "callee": "construct_type_unchecked", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L113"}, {"caller_nid": "jsonl_asyncjsonldecoder_decode", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_decoders/jsonl.py", "source_location": "L114"}]} |