1 line
22 KiB
JSON
1 line
22 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "label": "archive_util.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L1"}, {"id": "archive_util_unrecognizedformat", "label": "UnrecognizedFormat", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L25"}, {"id": "distutilserror", "label": "DistutilsError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "archive_util_default_filter", "label": "default_filter()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L29"}, {"id": "archive_util_unpack_archive", "label": "unpack_archive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L34"}, {"id": "archive_util_unpack_directory", "label": "unpack_directory()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L68"}, {"id": "archive_util_unpack_zipfile", "label": "unpack_zipfile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L95"}, {"id": "archive_util_unpack_zipfile_obj", "label": "_unpack_zipfile_obj()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L110"}, {"id": "archive_util_resolve_tar_file_or_dir", "label": "_resolve_tar_file_or_dir()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L140"}, {"id": "archive_util_iter_open_tar", "label": "_iter_open_tar()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L161"}, {"id": "archive_util_unpack_tarfile", "label": "unpack_tarfile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L190"}, {"id": "archive_util_rationale_1", "label": "Utilities for extracting common archive formats", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L1"}, {"id": "archive_util_rationale_26", "label": "Couldn't recognize the archive type", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L26"}, {"id": "archive_util_rationale_30", "label": "The default progress/filter callback; returns True for all files", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L30"}, {"id": "archive_util_rationale_37", "label": "Unpack `filename` to `extract_dir`, or raise ``UnrecognizedFormat`` `progre", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L37"}, {"id": "archive_util_rationale_69", "label": "\"Unpack\" a directory, using the same interface as for archives Raises ``Unr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L69"}, {"id": "archive_util_rationale_96", "label": "Unpack zip `filename` to `extract_dir` Raises ``UnrecognizedFormat`` if `fi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L96"}, {"id": "archive_util_rationale_111", "label": "Internal/private API used by other parts of setuptools. Similar to ``unpack_", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L111"}, {"id": "archive_util_rationale_141", "label": "Resolve any links and extract link targets as normal files.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L141"}, {"id": "archive_util_rationale_162", "label": "Emit member-destination pairs from a tar archive.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L162"}, {"id": "archive_util_rationale_191", "label": "Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir` Raises ``Unrecognized", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L191"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "posixpath", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "shutil", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "tarfile", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "zipfile", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_path_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "distutils_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_unrecognizedformat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L25", "weight": 1.0}, {"source": "archive_util_unrecognizedformat", "target": "distutilserror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_default_filter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_unpack_archive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_unpack_directory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_unpack_zipfile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_unpack_zipfile_obj", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_resolve_tar_file_or_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L140", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_iter_open_tar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L161", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "target": "archive_util_unpack_tarfile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L190", "weight": 1.0}, {"source": "archive_util_unpack_archive", "target": "archive_util_unrecognizedformat", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L65", "weight": 1.0}, {"source": "archive_util_unpack_directory", "target": "archive_util_unrecognizedformat", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L74", "weight": 1.0}, {"source": "archive_util_unpack_zipfile", "target": "archive_util_unrecognizedformat", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L104", "weight": 1.0}, {"source": "archive_util_unpack_zipfile", "target": "archive_util_unpack_zipfile_obj", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L107", "weight": 1.0}, {"source": "archive_util_iter_open_tar", "target": "archive_util_resolve_tar_file_or_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L176", "weight": 1.0}, {"source": "archive_util_unpack_tarfile", "target": "archive_util_unrecognizedformat", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L200", "weight": 1.0}, {"source": "archive_util_unpack_tarfile", "target": "archive_util_iter_open_tar", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L204", "weight": 1.0}, {"source": "archive_util_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_archive_util_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L1", "weight": 1.0}, {"source": "archive_util_rationale_26", "target": "archive_util_unrecognizedformat", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L26", "weight": 1.0}, {"source": "archive_util_rationale_30", "target": "archive_util_default_filter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L30", "weight": 1.0}, {"source": "archive_util_rationale_37", "target": "archive_util_unpack_archive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L37", "weight": 1.0}, {"source": "archive_util_rationale_69", "target": "archive_util_unpack_directory", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L69", "weight": 1.0}, {"source": "archive_util_rationale_96", "target": "archive_util_unpack_zipfile", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L96", "weight": 1.0}, {"source": "archive_util_rationale_111", "target": "archive_util_unpack_zipfile_obj", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L111", "weight": 1.0}, {"source": "archive_util_rationale_141", "target": "archive_util_resolve_tar_file_or_dir", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L141", "weight": 1.0}, {"source": "archive_util_rationale_162", "target": "archive_util_iter_open_tar", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L162", "weight": 1.0}, {"source": "archive_util_rationale_191", "target": "archive_util_unpack_tarfile", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L191", "weight": 1.0}], "raw_calls": [{"caller_nid": "archive_util_unpack_archive", "callee": "driver", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L59"}, {"caller_nid": "archive_util_unpack_directory", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L73"}, {"caller_nid": "archive_util_unpack_directory", "callee": "walk", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L79"}, {"caller_nid": "archive_util_unpack_directory", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L82"}, {"caller_nid": "archive_util_unpack_directory", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L82"}, {"caller_nid": "archive_util_unpack_directory", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L84"}, {"caller_nid": "archive_util_unpack_directory", "callee": "progress_filter", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L85"}, {"caller_nid": "archive_util_unpack_directory", "callee": "ensure_directory", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L89"}, {"caller_nid": "archive_util_unpack_directory", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L90"}, {"caller_nid": "archive_util_unpack_directory", "callee": "copyfile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L91"}, {"caller_nid": "archive_util_unpack_directory", "callee": "copystat", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L92"}, {"caller_nid": "archive_util_unpack_zipfile", "callee": "is_zipfile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L103"}, {"caller_nid": "archive_util_unpack_zipfile", "callee": "ZipFile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L106"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "infolist", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L115"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L119"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L119"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L122"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L122"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "progress_filter", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L123"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L126"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "ensure_directory", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L128"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "ensure_directory", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L131"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L132"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L133"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L134"}, {"caller_nid": "archive_util_unpack_zipfile_obj", "callee": "chmod", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L137"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "islnk", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L143"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "issym", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L143"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "issym", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L146"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L147"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L148"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "normpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L149"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "_getmember", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L150"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L153"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L153"}, {"caller_nid": "archive_util_resolve_tar_file_or_dir", "callee": "LookupError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L158"}, {"caller_nid": "archive_util_iter_open_tar", "callee": "closing", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L166"}, {"caller_nid": "archive_util_iter_open_tar", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L170"}, {"caller_nid": "archive_util_iter_open_tar", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L170"}, {"caller_nid": "archive_util_iter_open_tar", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L173"}, {"caller_nid": "archive_util_iter_open_tar", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L173"}, {"caller_nid": "archive_util_iter_open_tar", "callee": "progress_filter", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L180"}, {"caller_nid": "archive_util_iter_open_tar", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L184"}, {"caller_nid": "archive_util_unpack_tarfile", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L198"}, {"caller_nid": "archive_util_unpack_tarfile", "callee": "_extract_member", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/archive_util.py", "source_location": "L211"}]} |