1 line
33 KiB
JSON
1 line
33 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "label": "_multipart.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L1"}, {"id": "multipart_format_form_param", "label": "_format_form_param()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L33"}, {"id": "multipart_guess_content_type", "label": "_guess_content_type()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L45"}, {"id": "multipart_get_multipart_boundary_from_content_type", "label": "get_multipart_boundary_from_content_type()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L56"}, {"id": "multipart_datafield", "label": "DataField", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L70"}, {"id": "multipart_datafield_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L75"}, {"id": "multipart_datafield_render_headers", "label": ".render_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L90"}, {"id": "multipart_datafield_render_data", "label": ".render_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L99"}, {"id": "multipart_datafield_get_length", "label": ".get_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L105"}, {"id": "multipart_datafield_render", "label": ".render()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L110"}, {"id": "multipart_filefield", "label": "FileField", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L115"}, {"id": "multipart_filefield_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L122"}, {"id": "multipart_filefield_get_length", "label": ".get_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L171"}, {"id": "multipart_filefield_render_headers", "label": ".render_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L186"}, {"id": "multipart_filefield_render_data", "label": ".render_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L203"}, {"id": "multipart_filefield_render", "label": ".render()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L219"}, {"id": "multipart_multipartstream", "label": "MultipartStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L224"}, {"id": "syncbytestream", "label": "SyncByteStream", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "asyncbytestream", "label": "AsyncByteStream", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "multipart_multipartstream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L229"}, {"id": "multipart_multipartstream_iter_fields", "label": "._iter_fields()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L244"}, {"id": "multipart_multipartstream_iter_chunks", "label": ".iter_chunks()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L258"}, {"id": "multipart_multipartstream_get_content_length", "label": ".get_content_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L265"}, {"id": "multipart_multipartstream_get_headers", "label": ".get_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L287"}, {"id": "multipart_multipartstream_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L294"}, {"id": "multipart_multipartstream_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L298"}, {"id": "multipart_rationale_34", "label": "Encode a name/value pair within a multipart form.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L34"}, {"id": "multipart_rationale_46", "label": "Guesses the mimetype based on a filename. Defaults to `application/octet-stream`", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L46"}, {"id": "multipart_rationale_71", "label": "A single form field item, within a multipart form field.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L71"}, {"id": "multipart_rationale_116", "label": "A single file field item, within a multipart form field.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L116"}, {"id": "multipart_rationale_225", "label": "Request content as streaming multipart encoded form data.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L225"}, {"id": "multipart_rationale_266", "label": "Return the length of the multipart encoded content, or `None` if any of", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L266"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "mimetypes", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_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/_multipart.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_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/_multipart.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "multipart_format_form_param", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "multipart_guess_content_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "multipart_get_multipart_boundary_from_content_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "multipart_datafield", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L70", "weight": 1.0}, {"source": "multipart_datafield", "target": "multipart_datafield_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L75", "weight": 1.0}, {"source": "multipart_datafield", "target": "multipart_datafield_render_headers", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L90", "weight": 1.0}, {"source": "multipart_datafield", "target": "multipart_datafield_render_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L99", "weight": 1.0}, {"source": "multipart_datafield", "target": "multipart_datafield_get_length", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L105", "weight": 1.0}, {"source": "multipart_datafield", "target": "multipart_datafield_render", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "multipart_filefield", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L115", "weight": 1.0}, {"source": "multipart_filefield", "target": "multipart_filefield_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L122", "weight": 1.0}, {"source": "multipart_filefield", "target": "multipart_filefield_get_length", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L171", "weight": 1.0}, {"source": "multipart_filefield", "target": "multipart_filefield_render_headers", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L186", "weight": 1.0}, {"source": "multipart_filefield", "target": "multipart_filefield_render_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L203", "weight": 1.0}, {"source": "multipart_filefield", "target": "multipart_filefield_render", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L219", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpx_multipart_py", "target": "multipart_multipartstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L224", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "syncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L224", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "asyncbytestream", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L224", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "multipart_multipartstream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L229", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "multipart_multipartstream_iter_fields", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L244", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "multipart_multipartstream_iter_chunks", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L258", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "multipart_multipartstream_get_content_length", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L265", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "multipart_multipartstream_get_headers", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L287", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "multipart_multipartstream_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L294", "weight": 1.0}, {"source": "multipart_multipartstream", "target": "multipart_multipartstream_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L298", "weight": 1.0}, {"source": "multipart_datafield_render_headers", "target": "multipart_format_form_param", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L92", "weight": 1.0}, {"source": "multipart_datafield_get_length", "target": "multipart_filefield_render_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L106", "weight": 1.0}, {"source": "multipart_datafield_get_length", "target": "multipart_filefield_render_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L107", "weight": 1.0}, {"source": "multipart_datafield_render", "target": "multipart_filefield_render_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L111", "weight": 1.0}, {"source": "multipart_datafield_render", "target": "multipart_filefield_render_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L112", "weight": 1.0}, {"source": "multipart_filefield_init", "target": "multipart_guess_content_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L149", "weight": 1.0}, {"source": "multipart_filefield_get_length", "target": "multipart_filefield_render_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L172", "weight": 1.0}, {"source": "multipart_filefield_render_headers", "target": "multipart_format_form_param", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L190", "weight": 1.0}, {"source": "multipart_filefield_render", "target": "multipart_filefield_render_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L220", "weight": 1.0}, {"source": "multipart_filefield_render", "target": "multipart_filefield_render_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L221", "weight": 1.0}, {"source": "multipart_multipartstream_init", "target": "multipart_multipartstream_iter_fields", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L242", "weight": 1.0}, {"source": "multipart_multipartstream_iter_fields", "target": "multipart_datafield", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L250", "weight": 1.0}, {"source": "multipart_multipartstream_iter_fields", "target": "multipart_filefield", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L256", "weight": 1.0}, {"source": "multipart_multipartstream_iter_chunks", "target": "multipart_filefield_render", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L261", "weight": 1.0}, {"source": "multipart_multipartstream_get_content_length", "target": "multipart_filefield_get_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L274", "weight": 1.0}, {"source": "multipart_multipartstream_get_headers", "target": "multipart_multipartstream_get_content_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L288", "weight": 1.0}, {"source": "multipart_multipartstream_iter", "target": "multipart_multipartstream_iter_chunks", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L295", "weight": 1.0}, {"source": "multipart_multipartstream_aiter", "target": "multipart_multipartstream_iter_chunks", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L299", "weight": 1.0}, {"source": "multipart_rationale_34", "target": "multipart_format_form_param", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L34", "weight": 1.0}, {"source": "multipart_rationale_46", "target": "multipart_guess_content_type", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L46", "weight": 1.0}, {"source": "multipart_rationale_71", "target": "multipart_datafield", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L71", "weight": 1.0}, {"source": "multipart_rationale_116", "target": "multipart_filefield", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L116", "weight": 1.0}, {"source": "multipart_rationale_225", "target": "multipart_multipartstream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L225", "weight": 1.0}, {"source": "multipart_rationale_266", "target": "multipart_multipartstream_get_content_length", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L266", "weight": 1.0}], "raw_calls": [{"caller_nid": "multipart_format_form_param", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L41"}, {"caller_nid": "multipart_format_form_param", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L42"}, {"caller_nid": "multipart_guess_content_type", "callee": "guess_type", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L52"}, {"caller_nid": "multipart_get_multipart_boundary_from_content_type", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L59"}, {"caller_nid": "multipart_get_multipart_boundary_from_content_type", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L64"}, {"caller_nid": "multipart_get_multipart_boundary_from_content_type", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L65"}, {"caller_nid": "multipart_get_multipart_boundary_from_content_type", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L65"}, {"caller_nid": "multipart_get_multipart_boundary_from_content_type", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L65"}, {"caller_nid": "multipart_get_multipart_boundary_from_content_type", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L66"}, {"caller_nid": "multipart_get_multipart_boundary_from_content_type", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L66"}, {"caller_nid": "multipart_get_multipart_boundary_from_content_type", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L66"}, {"caller_nid": "multipart_datafield_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L76"}, {"caller_nid": "multipart_datafield_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L77"}, {"caller_nid": "multipart_datafield_init", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L78"}, {"caller_nid": "multipart_datafield_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L80"}, {"caller_nid": "multipart_datafield_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L81"}, {"caller_nid": "multipart_datafield_init", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L83"}, {"caller_nid": "multipart_datafield_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L87"}, {"caller_nid": "multipart_datafield_init", "callee": "primitive_value_to_str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L87"}, {"caller_nid": "multipart_datafield_render_headers", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L91"}, {"caller_nid": "multipart_datafield_render_headers", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L93"}, {"caller_nid": "multipart_datafield_render_data", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L100"}, {"caller_nid": "multipart_datafield_render_data", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L101"}, {"caller_nid": "multipart_datafield_get_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L108"}, {"caller_nid": "multipart_datafield_get_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L108"}, {"caller_nid": "multipart_filefield_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L134"}, {"caller_nid": "multipart_filefield_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L135"}, {"caller_nid": "multipart_filefield_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L139"}, {"caller_nid": "multipart_filefield_init", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L145"}, {"caller_nid": "multipart_filefield_init", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L145"}, {"caller_nid": "multipart_filefield_init", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L145"}, {"caller_nid": "multipart_filefield_init", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L151"}, {"caller_nid": "multipart_filefield_init", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L151"}, {"caller_nid": "multipart_filefield_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L158"}, {"caller_nid": "multipart_filefield_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L159"}, {"caller_nid": "multipart_filefield_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L162"}, {"caller_nid": "multipart_filefield_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L163"}, {"caller_nid": "multipart_filefield_get_length", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L174"}, {"caller_nid": "multipart_filefield_get_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L175"}, {"caller_nid": "multipart_filefield_get_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L175"}, {"caller_nid": "multipart_filefield_get_length", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L175"}, {"caller_nid": "multipart_filefield_get_length", "callee": "peek_filelike_length", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L177"}, {"caller_nid": "multipart_filefield_get_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L184"}, {"caller_nid": "multipart_filefield_render_headers", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L187"}, {"caller_nid": "multipart_filefield_render_headers", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L194"}, {"caller_nid": "multipart_filefield_render_headers", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L195"}, {"caller_nid": "multipart_filefield_render_headers", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L196"}, {"caller_nid": "multipart_filefield_render_headers", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L196"}, {"caller_nid": "multipart_filefield_render_headers", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L197"}, {"caller_nid": "multipart_filefield_render_headers", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L198"}, {"caller_nid": "multipart_filefield_render_headers", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L199"}, {"caller_nid": "multipart_filefield_render_data", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L204"}, {"caller_nid": "multipart_filefield_render_data", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L205"}, {"caller_nid": "multipart_filefield_render_data", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L208"}, {"caller_nid": "multipart_filefield_render_data", "callee": "seek", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L210"}, {"caller_nid": "multipart_filefield_render_data", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L214"}, {"caller_nid": "multipart_filefield_render_data", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L216"}, {"caller_nid": "multipart_filefield_render_data", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L217"}, {"caller_nid": "multipart_multipartstream_init", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L236"}, {"caller_nid": "multipart_multipartstream_init", "callee": "hex", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L236"}, {"caller_nid": "multipart_multipartstream_init", "callee": "urandom", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L236"}, {"caller_nid": "multipart_multipartstream_init", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L239"}, {"caller_nid": "multipart_multipartstream_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L242"}, {"caller_nid": "multipart_multipartstream_iter_fields", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L247"}, {"caller_nid": "multipart_multipartstream_iter_fields", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L248"}, {"caller_nid": "multipart_multipartstream_iter_fields", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L254"}, {"caller_nid": "multipart_multipartstream_iter_fields", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L254"}, {"caller_nid": "multipart_multipartstream_get_content_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L270"}, {"caller_nid": "multipart_multipartstream_get_headers", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpx/_multipart.py", "source_location": "L292"}]} |