1 line
25 KiB
JSON
1 line
25 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "label": "_implementation.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L1"}, {"id": "implementation_normalize_name", "label": "_normalize_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L10"}, {"id": "implementation_normalize_group_names", "label": "_normalize_group_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L14"}, {"id": "implementation_dependencygroupinclude", "label": "DependencyGroupInclude", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L36"}, {"id": "implementation_cyclicdependencyerror", "label": "CyclicDependencyError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L40"}, {"id": "valueerror", "label": "ValueError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "implementation_cyclicdependencyerror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L45"}, {"id": "implementation_dependencygroupresolver", "label": "DependencyGroupResolver", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L60"}, {"id": "implementation_dependencygroupresolver_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L72"}, {"id": "implementation_dependencygroupresolver_lookup", "label": ".lookup()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L88"}, {"id": "implementation_dependencygroupresolver_resolve", "label": ".resolve()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L106"}, {"id": "implementation_dependencygroupresolver_parse_group", "label": "._parse_group()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L123"}, {"id": "implementation_resolve", "label": "resolve()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L193"}, {"id": "implementation_rationale_41", "label": "An error representing the detection of a cycle.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L41"}, {"id": "implementation_rationale_61", "label": "A resolver for Dependency Group data. This class handles caching, name norm", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L61"}, {"id": "implementation_rationale_89", "label": "Lookup a group name, returning the parsed dependency data for that group.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L89"}, {"id": "implementation_rationale_107", "label": "Resolve a dependency group to a list of requirements. :param group: the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L107"}, {"id": "implementation_rationale_157", "label": "This is a helper for cached resolution to strings. :param group: The na", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L157"}, {"id": "implementation_rationale_196", "label": "Resolve a dependency group to a tuple of requirements, as strings. :param d", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L196"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "dataclasses", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "pip_vendor_packaging_requirements", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "implementation_normalize_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "implementation_normalize_group_names", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "implementation_dependencygroupinclude", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "implementation_cyclicdependencyerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L40", "weight": 1.0}, {"source": "implementation_cyclicdependencyerror", "target": "valueerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L40", "weight": 1.0}, {"source": "implementation_cyclicdependencyerror", "target": "implementation_cyclicdependencyerror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "implementation_dependencygroupresolver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L60", "weight": 1.0}, {"source": "implementation_dependencygroupresolver", "target": "implementation_dependencygroupresolver_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L72", "weight": 1.0}, {"source": "implementation_dependencygroupresolver", "target": "implementation_dependencygroupresolver_lookup", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L88", "weight": 1.0}, {"source": "implementation_dependencygroupresolver", "target": "implementation_dependencygroupresolver_resolve", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L106", "weight": 1.0}, {"source": "implementation_dependencygroupresolver", "target": "implementation_dependencygroupresolver_parse_group", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L123", "weight": 1.0}, {"source": "implementation_dependencygroupresolver", "target": "implementation_dependencygroupresolver_resolve", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L156", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_dependency_groups_implementation_py", "target": "implementation_resolve", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L193", "weight": 1.0}, {"source": "implementation_normalize_group_names", "target": "implementation_normalize_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L21", "weight": 1.0}, {"source": "implementation_normalize_group_names", "target": "valueerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L30", "weight": 1.0}, {"source": "implementation_cyclicdependencyerror_init", "target": "implementation_dependencygroupresolver_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L54", "weight": 1.0}, {"source": "implementation_dependencygroupresolver_init", "target": "implementation_normalize_group_names", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L78", "weight": 1.0}, {"source": "implementation_dependencygroupresolver_lookup", "target": "implementation_normalize_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L103", "weight": 1.0}, {"source": "implementation_dependencygroupresolver_lookup", "target": "implementation_dependencygroupresolver_parse_group", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L104", "weight": 1.0}, {"source": "implementation_dependencygroupresolver_resolve", "target": "implementation_normalize_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L120", "weight": 1.0}, {"source": "implementation_dependencygroupresolver_parse_group", "target": "valueerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L146", "weight": 1.0}, {"source": "implementation_dependencygroupresolver_parse_group", "target": "implementation_dependencygroupinclude", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L149", "weight": 1.0}, {"source": "implementation_dependencygroupresolver_resolve", "target": "implementation_dependencygroupresolver_parse_group", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L167", "weight": 1.0}, {"source": "implementation_dependencygroupresolver_resolve", "target": "implementation_cyclicdependencyerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L176", "weight": 1.0}, {"source": "implementation_resolve", "target": "implementation_dependencygroupresolver", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L208", "weight": 1.0}, {"source": "implementation_rationale_41", "target": "implementation_cyclicdependencyerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L41", "weight": 1.0}, {"source": "implementation_rationale_61", "target": "implementation_dependencygroupresolver", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L61", "weight": 1.0}, {"source": "implementation_rationale_89", "target": "implementation_dependencygroupresolver_lookup", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L89", "weight": 1.0}, {"source": "implementation_rationale_107", "target": "implementation_dependencygroupresolver_resolve", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L107", "weight": 1.0}, {"source": "implementation_rationale_157", "target": "implementation_dependencygroupresolver_resolve", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L157", "weight": 1.0}, {"source": "implementation_rationale_196", "target": "implementation_resolve", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L196", "weight": 1.0}], "raw_calls": [{"caller_nid": "implementation_normalize_name", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L11"}, {"caller_nid": "implementation_normalize_name", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L11"}, {"caller_nid": "implementation_normalize_group_names", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L20"}, {"caller_nid": "implementation_normalize_group_names", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L22"}, {"caller_nid": "implementation_normalize_group_names", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L22"}, {"caller_nid": "implementation_normalize_group_names", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L26"}, {"caller_nid": "implementation_normalize_group_names", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L27"}, {"caller_nid": "implementation_normalize_group_names", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L28"}, {"caller_nid": "implementation_normalize_group_names", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L28"}, {"caller_nid": "implementation_normalize_group_names", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L30"}, {"caller_nid": "implementation_cyclicdependencyerror_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L54"}, {"caller_nid": "implementation_dependencygroupresolver_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L76"}, {"caller_nid": "implementation_dependencygroupresolver_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L77"}, {"caller_nid": "implementation_dependencygroupresolver_lookup", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L101"}, {"caller_nid": "implementation_dependencygroupresolver_lookup", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L102"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L118"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L119"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "_resolve", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L121"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "LookupError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L131"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L134"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L135"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L139"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L143"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "Requirement", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L143"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L144"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L145"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L145"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L148"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L148"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L148"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L149"}, {"caller_nid": "implementation_dependencygroupresolver_parse_group", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L153"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L171"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L172"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L173"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L175"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L180"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L183"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "_resolve", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L183"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L185"}, {"caller_nid": "implementation_dependencygroupresolver_resolve", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L189"}, {"caller_nid": "implementation_resolve", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L209"}, {"caller_nid": "implementation_resolve", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py", "source_location": "L209"}]} |