1 line
28 KiB
JSON
1 line
28 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "label": "_content.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L1"}, {"id": "content_bytestream", "label": "ByteStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L31"}, {"id": "asyncbytestream", "label": "AsyncByteStream", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "syncbytestream", "label": "SyncByteStream", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "content_bytestream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L32"}, {"id": "content_bytestream_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L35"}, {"id": "content_bytestream_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L38"}, {"id": "content_iteratorbytestream", "label": "IteratorByteStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L42"}, {"id": "content_iteratorbytestream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L45"}, {"id": "content_iteratorbytestream_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L50"}, {"id": "content_asynciteratorbytestream", "label": "AsyncIteratorByteStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L67"}, {"id": "content_asynciteratorbytestream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L70"}, {"id": "content_asynciteratorbytestream_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L75"}, {"id": "content_unattachedstream", "label": "UnattachedStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L92"}, {"id": "content_unattachedstream_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L99"}, {"id": "content_unattachedstream_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L102"}, {"id": "content_encode_content", "label": "encode_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L107"}, {"id": "content_encode_urlencoded_data", "label": "encode_urlencoded_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L136"}, {"id": "content_encode_multipart_data", "label": "encode_multipart_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L152"}, {"id": "content_encode_text", "label": "encode_text()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L160"}, {"id": "content_encode_html", "label": "encode_html()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L168"}, {"id": "content_encode_json", "label": "encode_json()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L176"}, {"id": "content_encode_request", "label": "encode_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L186"}, {"id": "content_encode_response", "label": "encode_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L221"}, {"id": "content_rationale_93", "label": "If a request or response is serialized using pickle, then it is no longer at", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L93"}, {"id": "content_rationale_193", "label": "Handles encoding the given `content`, `data`, `files`, and `json`, returning", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L193"}, {"id": "content_rationale_227", "label": "Handles encoding the given `content`, returning a two-tuple of (<headers>, <", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L227"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "urllib_parse", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "backend_venv_lib_python3_12_site_packages_httpx_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_bytestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L31", "weight": 1.0}, {"source": "content_bytestream", "target": "asyncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L31", "weight": 1.0}, {"source": "content_bytestream", "target": "syncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L31", "weight": 1.0}, {"source": "content_bytestream", "target": "content_bytestream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L32", "weight": 1.0}, {"source": "content_bytestream", "target": "content_bytestream_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L35", "weight": 1.0}, {"source": "content_bytestream", "target": "content_bytestream_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_iteratorbytestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L42", "weight": 1.0}, {"source": "content_iteratorbytestream", "target": "syncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L42", "weight": 1.0}, {"source": "content_iteratorbytestream", "target": "content_iteratorbytestream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L45", "weight": 1.0}, {"source": "content_iteratorbytestream", "target": "content_iteratorbytestream_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_asynciteratorbytestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L67", "weight": 1.0}, {"source": "content_asynciteratorbytestream", "target": "asyncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L67", "weight": 1.0}, {"source": "content_asynciteratorbytestream", "target": "content_asynciteratorbytestream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L70", "weight": 1.0}, {"source": "content_asynciteratorbytestream", "target": "content_asynciteratorbytestream_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L75", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_unattachedstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L92", "weight": 1.0}, {"source": "content_unattachedstream", "target": "asyncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L92", "weight": 1.0}, {"source": "content_unattachedstream", "target": "syncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L92", "weight": 1.0}, {"source": "content_unattachedstream", "target": "content_unattachedstream_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L99", "weight": 1.0}, {"source": "content_unattachedstream", "target": "content_unattachedstream_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L102", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_encode_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_encode_urlencoded_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L136", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_encode_multipart_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L152", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_encode_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L160", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_encode_html", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L168", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_encode_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L176", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_encode_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L186", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_content_py", "target": "content_encode_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L221", "weight": 1.0}, {"source": "content_encode_content", "target": "content_bytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L114", "weight": 1.0}, {"source": "content_encode_content", "target": "content_iteratorbytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L127", "weight": 1.0}, {"source": "content_encode_content", "target": "content_asynciteratorbytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L131", "weight": 1.0}, {"source": "content_encode_urlencoded_data", "target": "content_bytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L149", "weight": 1.0}, {"source": "content_encode_text", "target": "content_bytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L165", "weight": 1.0}, {"source": "content_encode_html", "target": "content_bytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L173", "weight": 1.0}, {"source": "content_encode_json", "target": "content_bytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L183", "weight": 1.0}, {"source": "content_encode_request", "target": "content_encode_content", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L207", "weight": 1.0}, {"source": "content_encode_request", "target": "content_encode_multipart_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L212", "weight": 1.0}, {"source": "content_encode_request", "target": "content_encode_urlencoded_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L214", "weight": 1.0}, {"source": "content_encode_request", "target": "content_encode_json", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L216", "weight": 1.0}, {"source": "content_encode_request", "target": "content_bytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L218", "weight": 1.0}, {"source": "content_encode_response", "target": "content_encode_content", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L232", "weight": 1.0}, {"source": "content_encode_response", "target": "content_encode_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L234", "weight": 1.0}, {"source": "content_encode_response", "target": "content_encode_html", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L236", "weight": 1.0}, {"source": "content_encode_response", "target": "content_encode_json", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L238", "weight": 1.0}, {"source": "content_encode_response", "target": "content_bytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L240", "weight": 1.0}, {"source": "content_rationale_93", "target": "content_unattachedstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L93", "weight": 1.0}, {"source": "content_rationale_193", "target": "content_encode_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L193", "weight": 1.0}, {"source": "content_rationale_227", "target": "content_encode_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L227", "weight": 1.0}], "raw_calls": [{"caller_nid": "content_iteratorbytestream_init", "callee": "isgenerator", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L48"}, {"caller_nid": "content_iteratorbytestream_iter", "callee": "StreamConsumed", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L52"}, {"caller_nid": "content_iteratorbytestream_iter", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L55"}, {"caller_nid": "content_iteratorbytestream_iter", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L57"}, {"caller_nid": "content_iteratorbytestream_iter", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L60"}, {"caller_nid": "content_asynciteratorbytestream_init", "callee": "isasyncgen", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L73"}, {"caller_nid": "content_asynciteratorbytestream_aiter", "callee": "StreamConsumed", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L77"}, {"caller_nid": "content_asynciteratorbytestream_aiter", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L80"}, {"caller_nid": "content_asynciteratorbytestream_aiter", "callee": "aread", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L82"}, {"caller_nid": "content_asynciteratorbytestream_aiter", "callee": "aread", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L85"}, {"caller_nid": "content_unattachedstream_iter", "callee": "StreamClosed", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L100"}, {"caller_nid": "content_unattachedstream_aiter", "callee": "StreamClosed", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L103"}, {"caller_nid": "content_encode_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L110"}, {"caller_nid": "content_encode_content", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L111"}, {"caller_nid": "content_encode_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L111"}, {"caller_nid": "content_encode_content", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L112"}, {"caller_nid": "content_encode_content", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L113"}, {"caller_nid": "content_encode_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L116"}, {"caller_nid": "content_encode_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L116"}, {"caller_nid": "content_encode_content", "callee": "peek_filelike_length", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L121"}, {"caller_nid": "content_encode_content", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L126"}, {"caller_nid": "content_encode_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L129"}, {"caller_nid": "content_encode_content", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L133"}, {"caller_nid": "content_encode_content", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L133"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L140"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L141"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L142"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "primitive_value_to_str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L142"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L144"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "primitive_value_to_str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L144"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L145"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "urlencode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L145"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L146"}, {"caller_nid": "content_encode_urlencoded_data", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L146"}, {"caller_nid": "content_encode_multipart_data", "callee": "MultipartStream", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L155"}, {"caller_nid": "content_encode_multipart_data", "callee": "get_headers", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L156"}, {"caller_nid": "content_encode_text", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L161"}, {"caller_nid": "content_encode_text", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L162"}, {"caller_nid": "content_encode_text", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L162"}, {"caller_nid": "content_encode_html", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L169"}, {"caller_nid": "content_encode_html", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L170"}, {"caller_nid": "content_encode_html", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L170"}, {"caller_nid": "content_encode_json", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L177"}, {"caller_nid": "content_encode_json", "callee": "json_dumps", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L177"}, {"caller_nid": "content_encode_json", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L180"}, {"caller_nid": "content_encode_json", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L180"}, {"caller_nid": "content_encode_request", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L197"}, {"caller_nid": "content_encode_request", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_content.py", "source_location": "L206"}]} |