1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_request_py", "label": "request.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L1"}, {"id": "request_requestmethods", "label": "RequestMethods", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L12"}, {"id": "object", "label": "object", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "request_requestmethods_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L43"}, {"id": "request_requestmethods_urlopen", "label": ".urlopen()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L46"}, {"id": "request_requestmethods_request", "label": ".request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L61"}, {"id": "request_requestmethods_request_encode_url", "label": ".request_encode_url()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L85"}, {"id": "request_requestmethods_request_encode_body", "label": ".request_encode_body()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L101"}, {"id": "request_requestmodule", "label": "RequestModule", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L178"}, {"id": "request_requestmodule_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L179"}, {"id": "request_rationale_13", "label": "Convenience mixin for classes who implement a :meth:`urlopen` method, such a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L13"}, {"id": "request_rationale_62", "label": "Make a request using :meth:`urlopen` with the appropriate encoding of ``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L62"}, {"id": "request_rationale_86", "label": "Make a request using :meth:`urlopen` with the ``fields`` encoded in the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L86"}, {"id": "request_rationale_111", "label": "Make a request using :meth:`urlopen` with the ``fields`` encoded in the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L111"}, {"id": "request_rationale_180", "label": "If user tries to call this module directly urllib3 v2.x style raise an error to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L180"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_request_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_request_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_filepost_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_request_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/request.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_request_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_packages_six_moves_urllib_parse_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_request_py", "target": "request_requestmethods", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L12", "weight": 1.0}, {"source": "request_requestmethods", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L12", "weight": 1.0}, {"source": "request_requestmethods", "target": "request_requestmethods_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L43", "weight": 1.0}, {"source": "request_requestmethods", "target": "request_requestmethods_urlopen", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L46", "weight": 1.0}, {"source": "request_requestmethods", "target": "request_requestmethods_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L61", "weight": 1.0}, {"source": "request_requestmethods", "target": "request_requestmethods_request_encode_url", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L85", "weight": 1.0}, {"source": "request_requestmethods", "target": "request_requestmethods_request_encode_body", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L101", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_request_py", "target": "request_requestmodule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L178", "weight": 1.0}, {"source": "request_requestmodule", "target": "request_requestmodule_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L179", "weight": 1.0}, {"source": "request_requestmethods_request", "target": "request_requestmethods_request_encode_url", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L77", "weight": 1.0}, {"source": "request_requestmethods_request", "target": "request_requestmethods_request_encode_body", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L81", "weight": 1.0}, {"source": "request_requestmethods_request_encode_url", "target": "request_requestmethods_urlopen", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L99", "weight": 1.0}, {"source": "request_requestmethods_request_encode_body", "target": "request_requestmethods_urlopen", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L173", "weight": 1.0}, {"source": "request_rationale_13", "target": "request_requestmethods", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L13", "weight": 1.0}, {"source": "request_rationale_62", "target": "request_requestmethods_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L62", "weight": 1.0}, {"source": "request_rationale_86", "target": "request_requestmethods_request_encode_url", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L86", "weight": 1.0}, {"source": "request_rationale_111", "target": "request_requestmethods_request_encode_body", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L111", "weight": 1.0}, {"source": "request_rationale_180", "target": "request_requestmodule_call", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L180", "weight": 1.0}], "raw_calls": [{"caller_nid": "request_requestmethods_urlopen", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L56"}, {"caller_nid": "request_requestmethods_request", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L72"}, {"caller_nid": "request_requestmethods_request_encode_url", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L94"}, {"caller_nid": "request_requestmethods_request_encode_url", "callee": "urlencode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L97"}, {"caller_nid": "request_requestmethods_request_encode_body", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L153"}, {"caller_nid": "request_requestmethods_request_encode_body", "callee": "encode_multipart_formdata", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L158"}, {"caller_nid": "request_requestmethods_request_encode_body", "callee": "urlencode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L163"}, {"caller_nid": "request_requestmethods_request_encode_body", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L170"}, {"caller_nid": "request_requestmethods_request_encode_body", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L171"}, {"caller_nid": "request_requestmodule_call", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py", "source_location": "L184"}]} |