{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "label": "fields.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L1"}, {"id": "fields_guess_content_type", "label": "guess_content_type()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L10"}, {"id": "fields_format_header_param_rfc2231", "label": "format_header_param_rfc2231()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L24"}, {"id": "fields_replace_multiple", "label": "_replace_multiple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L82"}, {"id": "fields_format_header_param_html5", "label": "format_header_param_html5()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L95"}, {"id": "fields_requestfield", "label": "RequestField", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L126"}, {"id": "object", "label": "object", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "fields_requestfield_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L143"}, {"id": "fields_from_tuples", "label": "from_tuples()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L160"}, {"id": "fields_requestfield_render_part", "label": "._render_part()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L195"}, {"id": "fields_requestfield_render_parts", "label": "._render_parts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L208"}, {"id": "fields_requestfield_render_headers", "label": ".render_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L230"}, {"id": "fields_requestfield_make_multipart", "label": ".make_multipart()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L249"}, {"id": "fields_rationale_11", "label": "Guess the \"Content-Type\" of a file. :param filename: The filename t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L11"}, {"id": "fields_rationale_25", "label": "Helper function to format and quote a single header parameter using the stra", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L25"}, {"id": "fields_rationale_96", "label": "Helper function to format and quote a single header parameter using the HTML", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L96"}, {"id": "fields_rationale_127", "label": "A data container for request body parameters. :param name: The name", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L127"}, {"id": "fields_rationale_161", "label": "A :class:`~urllib3.fields.RequestField` factory from old-style tuple parameters.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L161"}, {"id": "fields_rationale_196", "label": "Overridable helper function to format a single header parameter. By defa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L196"}, {"id": "fields_rationale_209", "label": "Helper function to format and quote a single header. Useful for single", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L209"}, {"id": "fields_rationale_231", "label": "Renders the headers for this request field.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L231"}, {"id": "fields_rationale_252", "label": "Makes this request field into a multipart request field. This method ov", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L252"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "email_utils", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "mimetypes", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_packages_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "fields_guess_content_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "fields_format_header_param_rfc2231", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "fields_replace_multiple", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "fields_format_header_param_html5", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "fields_requestfield", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L126", "weight": 1.0}, {"source": "fields_requestfield", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L126", "weight": 1.0}, {"source": "fields_requestfield", "target": "fields_requestfield_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L143", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_fields_py", "target": "fields_from_tuples", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L160", "weight": 1.0}, {"source": "fields_requestfield", "target": "fields_requestfield_render_part", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L195", "weight": 1.0}, {"source": "fields_requestfield", "target": "fields_requestfield_render_parts", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L208", "weight": 1.0}, {"source": "fields_requestfield", "target": "fields_requestfield_render_headers", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L230", "weight": 1.0}, {"source": "fields_requestfield", "target": "fields_requestfield_make_multipart", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L249", "weight": 1.0}, {"source": "fields_format_header_param_html5", "target": "fields_replace_multiple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L117", "weight": 1.0}, {"source": "fields_from_tuples", "target": "fields_guess_content_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L182", "weight": 1.0}, {"source": "fields_from_tuples", "target": "fields_requestfield_make_multipart", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L191", "weight": 1.0}, {"source": "fields_requestfield_render_parts", "target": "fields_requestfield_render_part", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L226", "weight": 1.0}, {"source": "fields_requestfield_make_multipart", "target": "fields_requestfield_render_parts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L268", "weight": 1.0}, {"source": "fields_rationale_11", "target": "fields_guess_content_type", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L11", "weight": 1.0}, {"source": "fields_rationale_25", "target": "fields_format_header_param_rfc2231", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L25", "weight": 1.0}, {"source": "fields_rationale_96", "target": "fields_format_header_param_html5", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L96", "weight": 1.0}, {"source": "fields_rationale_127", "target": "fields_requestfield", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L127", "weight": 1.0}, {"source": "fields_rationale_161", "target": "fields_requestfield_from_tuples", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L161", "weight": 1.0}, {"source": "fields_rationale_196", "target": "fields_requestfield_render_part", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L196", "weight": 1.0}, {"source": "fields_rationale_209", "target": "fields_requestfield_render_parts", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L209", "weight": 1.0}, {"source": "fields_rationale_231", "target": "fields_requestfield_render_headers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L231", "weight": 1.0}, {"source": "fields_rationale_252", "target": "fields_requestfield_make_multipart", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L252", "weight": 1.0}], "raw_calls": [{"caller_nid": "fields_guess_content_type", "callee": "guess_type", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L20"}, {"caller_nid": "fields_format_header_param_rfc2231", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L40"}, {"caller_nid": "fields_format_header_param_rfc2231", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L41"}, {"caller_nid": "fields_format_header_param_rfc2231", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L43"}, {"caller_nid": "fields_format_header_param_rfc2231", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L46"}, {"caller_nid": "fields_format_header_param_rfc2231", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L53"}, {"caller_nid": "fields_format_header_param_rfc2231", "callee": "encode_rfc2231", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L57"}, {"caller_nid": "fields_format_header_param_rfc2231", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L61"}, {"caller_nid": "fields_replace_multiple", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L86"}, {"caller_nid": "fields_replace_multiple", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L87"}, {"caller_nid": "fields_replace_multiple", "callee": "escape", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L87"}, {"caller_nid": "fields_replace_multiple", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L87"}, {"caller_nid": "fields_replace_multiple", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L90"}, {"caller_nid": "fields_format_header_param_html5", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L114"}, {"caller_nid": "fields_format_header_param_html5", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L115"}, {"caller_nid": "fields_requestfield_init", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L156"}, {"caller_nid": "fields_from_tuples", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L177"}, {"caller_nid": "fields_from_tuples", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L178"}, {"caller_nid": "fields_from_tuples", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L188"}, {"caller_nid": "fields_requestfield_render_part", "callee": "header_formatter", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L206"}, {"caller_nid": "fields_requestfield_render_parts", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L221"}, {"caller_nid": "fields_requestfield_render_parts", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L222"}, {"caller_nid": "fields_requestfield_render_parts", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L226"}, {"caller_nid": "fields_requestfield_render_parts", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L228"}, {"caller_nid": "fields_requestfield_render_headers", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L238"}, {"caller_nid": "fields_requestfield_render_headers", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L239"}, {"caller_nid": "fields_requestfield_render_headers", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L241"}, {"caller_nid": "fields_requestfield_render_headers", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L244"}, {"caller_nid": "fields_requestfield_render_headers", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L246"}, {"caller_nid": "fields_requestfield_render_headers", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L247"}, {"caller_nid": "fields_requestfield_make_multipart", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py", "source_location": "L265"}]}