1 line
34 KiB
JSON
1 line
34 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "label": "wheel.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L1"}, {"id": "wheel_get_supported_tags", "label": "_get_supported_tags()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L39"}, {"id": "wheel_unpack", "label": "unpack()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L46"}, {"id": "wheel_disable_info_traces", "label": "disable_info_traces()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L69"}, {"id": "wheel_wheel", "label": "Wheel", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L82"}, {"id": "wheel_wheel_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L83"}, {"id": "wheel_wheel_tags", "label": ".tags()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L91"}, {"id": "wheel_wheel_is_compatible", "label": ".is_compatible()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L99"}, {"id": "wheel_wheel_egg_name", "label": ".egg_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L103"}, {"id": "wheel_wheel_get_dist_info", "label": ".get_dist_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L113"}, {"id": "wheel_wheel_install_as_egg", "label": ".install_as_egg()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L123"}, {"id": "wheel_convert_metadata", "label": "_convert_metadata()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L139"}, {"id": "wheel_convert_requires", "label": "_convert_requires()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L176"}, {"id": "wheel_move_data_entries", "label": "_move_data_entries()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L220"}, {"id": "wheel_fix_namespace_packages", "label": "_fix_namespace_packages()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L250"}, {"id": "wheel_rationale_47", "label": "Move everything under `src_dir` to `dst_dir`, and delete the former.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L47"}, {"id": "wheel_rationale_70", "label": "Temporarily disable info traces.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L70"}, {"id": "wheel_rationale_92", "label": "List tags (py_version, abi, platform) supported by this wheel.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L92"}, {"id": "wheel_rationale_100", "label": "Is the wheel compatible with the current platform?", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L100"}, {"id": "wheel_rationale_124", "label": "Install wheel as an egg directory.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L124"}, {"id": "wheel_rationale_221", "label": "Move data entries to their correct location.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L221"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "email", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "itertools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "posixpath", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "zipfile", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "packaging_requirements", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "packaging_tags", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "packaging_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "packaging_version", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "setuptools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "setuptools_archive_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "setuptools_command_egg_info", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_discovery_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_importlib_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_unicode_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "distutils_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "wheel_get_supported_tags", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "wheel_unpack", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "wheel_disable_info_traces", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "wheel_wheel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L82", "weight": 1.0}, {"source": "wheel_wheel", "target": "wheel_wheel_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L83", "weight": 1.0}, {"source": "wheel_wheel", "target": "wheel_wheel_tags", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L91", "weight": 1.0}, {"source": "wheel_wheel", "target": "wheel_wheel_is_compatible", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L99", "weight": 1.0}, {"source": "wheel_wheel", "target": "wheel_wheel_egg_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L103", "weight": 1.0}, {"source": "wheel_wheel", "target": "wheel_wheel_get_dist_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L113", "weight": 1.0}, {"source": "wheel_wheel", "target": "wheel_wheel_install_as_egg", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L123", "weight": 1.0}, {"source": "wheel_wheel", "target": "wheel_wheel_install_as_egg", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L128", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "wheel_convert_metadata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L139", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "wheel_convert_requires", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L176", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "wheel_move_data_entries", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L220", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_wheel_py", "target": "wheel_fix_namespace_packages", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L250", "weight": 1.0}, {"source": "wheel_wheel_is_compatible", "target": "wheel_wheel_tags", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L101", "weight": 1.0}, {"source": "wheel_wheel_is_compatible", "target": "wheel_get_supported_tags", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L101", "weight": 1.0}, {"source": "wheel_wheel_install_as_egg", "target": "wheel_wheel_get_dist_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L130", "weight": 1.0}, {"source": "wheel_wheel_install_as_egg", "target": "wheel_convert_metadata", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L134", "weight": 1.0}, {"source": "wheel_wheel_install_as_egg", "target": "wheel_move_data_entries", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L135", "weight": 1.0}, {"source": "wheel_wheel_install_as_egg", "target": "wheel_fix_namespace_packages", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L136", "weight": 1.0}, {"source": "wheel_convert_metadata", "target": "wheel_convert_requires", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L154", "weight": 1.0}, {"source": "wheel_convert_metadata", "target": "wheel_disable_info_traces", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L168", "weight": 1.0}, {"source": "wheel_move_data_entries", "target": "wheel_unpack", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L245", "weight": 1.0}, {"source": "wheel_rationale_47", "target": "wheel_unpack", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L47", "weight": 1.0}, {"source": "wheel_rationale_70", "target": "wheel_disable_info_traces", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L70", "weight": 1.0}, {"source": "wheel_rationale_92", "target": "wheel_wheel_tags", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L92", "weight": 1.0}, {"source": "wheel_rationale_100", "target": "wheel_wheel_is_compatible", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L100", "weight": 1.0}, {"source": "wheel_rationale_124", "target": "wheel_wheel_install_as_egg", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L124", "weight": 1.0}, {"source": "wheel_rationale_221", "target": "wheel_wheel_move_data_entries", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L221", "weight": 1.0}], "raw_calls": [{"caller_nid": "wheel_get_supported_tags", "callee": "sys_tags", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L43"}, {"caller_nid": "wheel_unpack", "callee": "walk", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L48"}, {"caller_nid": "wheel_unpack", "callee": "relpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L49"}, {"caller_nid": "wheel_unpack", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L51"}, {"caller_nid": "wheel_unpack", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L52"}, {"caller_nid": "wheel_unpack", "callee": "renames", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L53"}, {"caller_nid": "wheel_unpack", "callee": "reversed", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L54"}, {"caller_nid": "wheel_unpack", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L54"}, {"caller_nid": "wheel_unpack", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L54"}, {"caller_nid": "wheel_unpack", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L55"}, {"caller_nid": "wheel_unpack", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L56"}, {"caller_nid": "wheel_unpack", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L57"}, {"caller_nid": "wheel_unpack", "callee": "renames", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L60"}, {"caller_nid": "wheel_unpack", "callee": "walk", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L63"}, {"caller_nid": "wheel_unpack", "callee": "rmdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L65"}, {"caller_nid": "wheel_disable_info_traces", "callee": "set_threshold", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L75"}, {"caller_nid": "wheel_disable_info_traces", "callee": "set_threshold", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L79"}, {"caller_nid": "wheel_wheel_init", "callee": "WHEEL_NAME", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L84"}, {"caller_nid": "wheel_wheel_init", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L84"}, {"caller_nid": "wheel_wheel_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L86"}, {"caller_nid": "wheel_wheel_init", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L88"}, {"caller_nid": "wheel_wheel_init", "callee": "groupdict", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L88"}, {"caller_nid": "wheel_wheel_init", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L89"}, {"caller_nid": "wheel_wheel_tags", "callee": "product", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L93"}, {"caller_nid": "wheel_wheel_tags", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L94"}, {"caller_nid": "wheel_wheel_tags", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L95"}, {"caller_nid": "wheel_wheel_tags", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L96"}, {"caller_nid": "wheel_wheel_is_compatible", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L101"}, {"caller_nid": "wheel_wheel_egg_name", "callee": "_egg_basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L105"}, {"caller_nid": "wheel_wheel_egg_name", "callee": "get_platform", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L108"}, {"caller_nid": "wheel_wheel_get_dist_info", "callee": "namelist", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L115"}, {"caller_nid": "wheel_wheel_get_dist_info", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L116"}, {"caller_nid": "wheel_wheel_get_dist_info", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L117"}, {"caller_nid": "wheel_wheel_get_dist_info", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L117"}, {"caller_nid": "wheel_wheel_get_dist_info", "callee": "canonicalize_name", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L117"}, {"caller_nid": "wheel_wheel_get_dist_info", "callee": "canonicalize_name", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L118"}, {"caller_nid": "wheel_wheel_get_dist_info", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L121"}, {"caller_nid": "wheel_wheel_install_as_egg", "callee": "ZipFile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L125"}, {"caller_nid": "wheel_wheel_install_as_egg", "callee": "_install_as_egg", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L126"}, {"caller_nid": "wheel_wheel_install_as_egg", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L132"}, {"caller_nid": "wheel_convert_metadata", "callee": "get_metadata", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L145"}, {"caller_nid": "wheel_convert_metadata", "callee": "parse_version", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L147"}, {"caller_nid": "wheel_convert_metadata", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L147"}, {"caller_nid": "wheel_convert_metadata", "callee": "parse_version", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L148"}, {"caller_nid": "wheel_convert_metadata", "callee": "parse_version", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L148"}, {"caller_nid": "wheel_convert_metadata", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L150"}, {"caller_nid": "wheel_convert_metadata", "callee": "_unpack_zipfile_obj", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L152"}, {"caller_nid": "wheel_convert_metadata", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L153"}, {"caller_nid": "wheel_convert_metadata", "callee": "rename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L157"}, {"caller_nid": "wheel_convert_metadata", "callee": "rename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L158"}, {"caller_nid": "wheel_convert_metadata", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L159"}, {"caller_nid": "wheel_convert_metadata", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L160"}, {"caller_nid": "wheel_convert_metadata", "callee": "Distribution", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L162"}, {"caller_nid": "wheel_convert_metadata", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L163"}, {"caller_nid": "wheel_convert_metadata", "callee": "write_requirements", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L169"}, {"caller_nid": "wheel_convert_metadata", "callee": "get_command_obj", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L170"}, {"caller_nid": "wheel_convert_metadata", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L172"}, {"caller_nid": "wheel_convert_requires", "callee": "at", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L177"}, {"caller_nid": "wheel_convert_requires", "callee": "get_all", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L178"}, {"caller_nid": "wheel_convert_requires", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L179"}, {"caller_nid": "wheel_convert_requires", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L179"}, {"caller_nid": "wheel_convert_requires", "callee": "extras_from_deps", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L181"}, {"caller_nid": "wheel_convert_requires", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L205"}, {"caller_nid": "wheel_convert_requires", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L206"}, {"caller_nid": "wheel_convert_requires", "callee": "filter", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L206"}, {"caller_nid": "wheel_convert_requires", "callee": "filterfalse", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L206"}, {"caller_nid": "wheel_convert_requires", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L209"}, {"caller_nid": "wheel_convert_requires", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L210"}, {"caller_nid": "wheel_convert_requires", "callee": "for_extra", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L212"}, {"caller_nid": "wheel_convert_requires", "callee": "eval", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L212"}, {"caller_nid": "wheel_move_data_entries", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L222"}, {"caller_nid": "wheel_move_data_entries", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L223"}, {"caller_nid": "wheel_move_data_entries", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L224"}, {"caller_nid": "wheel_move_data_entries", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L225"}, {"caller_nid": "wheel_move_data_entries", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L226"}, {"caller_nid": "wheel_move_data_entries", "callee": "listdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L227"}, {"caller_nid": "wheel_move_data_entries", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L230"}, {"caller_nid": "wheel_move_data_entries", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L231"}, {"caller_nid": "wheel_move_data_entries", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L231"}, {"caller_nid": "wheel_move_data_entries", "callee": "rename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L233"}, {"caller_nid": "wheel_move_data_entries", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L234"}, {"caller_nid": "wheel_move_data_entries", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L235"}, {"caller_nid": "wheel_move_data_entries", "callee": "rmdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L237"}, {"caller_nid": "wheel_move_data_entries", "callee": "filter", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L238"}, {"caller_nid": "wheel_move_data_entries", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L241"}, {"caller_nid": "wheel_move_data_entries", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L246"}, {"caller_nid": "wheel_move_data_entries", "callee": "rmdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L247"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L251"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L252"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L253"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "_read_utf8_with_fallback", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L253"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L256"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L256"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L257"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L258"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L259"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L260"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L261"}, {"caller_nid": "wheel_fix_namespace_packages", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/wheel.py", "source_location": "L262"}]} |