1 line
23 KiB
JSON
1 line
23 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "label": "wheelfile.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L1"}, {"id": "wheelfile_wheelerror", "label": "WheelError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L33"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "wheelfile_urlsafe_b64encode", "label": "urlsafe_b64encode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L37"}, {"id": "wheelfile_urlsafe_b64decode", "label": "urlsafe_b64decode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L42"}, {"id": "wheelfile_get_zipinfo_datetime", "label": "get_zipinfo_datetime()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L48"}, {"id": "wheelfile_wheelfile", "label": "WheelFile", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L58"}, {"id": "zipfile", "label": "ZipFile", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "wheelfile_wheelfile_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L65"}, {"id": "wheelfile_wheelfile_open", "label": ".open()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L123"}, {"id": "wheelfile_wheelfile_write_files", "label": ".write_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L157"}, {"id": "wheelfile_wheelfile_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L179"}, {"id": "wheelfile_wheelfile_writestr", "label": ".writestr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L196"}, {"id": "wheelfile_wheelfile_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L227"}, {"id": "wheelfile_rationale_38", "label": "urlsafe_b64encode without padding", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L38"}, {"id": "wheelfile_rationale_43", "label": "urlsafe_b64decode without padding", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L43"}, {"id": "wheelfile_rationale_59", "label": "A ZipFile derivative class that also reads SHA-256 hashes from .dist-info/RE", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L59"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "base64", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "csv", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "os_path", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "stat", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "zipfile", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "typeshed", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "wheelfile_wheelerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L33", "weight": 1.0}, {"source": "wheelfile_wheelerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "wheelfile_urlsafe_b64encode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "wheelfile_urlsafe_b64decode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "wheelfile_get_zipinfo_datetime", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L48", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wheel_wheelfile_py", "target": "wheelfile_wheelfile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L58", "weight": 1.0}, {"source": "wheelfile_wheelfile", "target": "zipfile", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L58", "weight": 1.0}, {"source": "wheelfile_wheelfile", "target": "wheelfile_wheelfile_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L65", "weight": 1.0}, {"source": "wheelfile_wheelfile", "target": "wheelfile_wheelfile_open", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L123", "weight": 1.0}, {"source": "wheelfile_wheelfile", "target": "wheelfile_wheelfile_write_files", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L157", "weight": 1.0}, {"source": "wheelfile_wheelfile", "target": "wheelfile_wheelfile_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L179", "weight": 1.0}, {"source": "wheelfile_wheelfile", "target": "wheelfile_wheelfile_writestr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L196", "weight": 1.0}, {"source": "wheelfile_wheelfile", "target": "wheelfile_wheelfile_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L227", "weight": 1.0}, {"source": "wheelfile_wheelfile_init", "target": "wheelfile_wheelerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L74", "weight": 1.0}, {"source": "wheelfile_wheelfile_init", "target": "wheelfile_wheelfile_open", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L92", "weight": 1.0}, {"source": "wheelfile_wheelfile_init", "target": "wheelfile_urlsafe_b64decode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L120", "weight": 1.0}, {"source": "wheelfile_wheelfile_open", "target": "wheelfile_wheelerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L144", "weight": 1.0}, {"source": "wheelfile_wheelfile_write_files", "target": "wheelfile_wheelfile_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L173", "weight": 1.0}, {"source": "wheelfile_wheelfile_write", "target": "wheelfile_wheelfile_open", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L185", "weight": 1.0}, {"source": "wheelfile_wheelfile_write", "target": "wheelfile_get_zipinfo_datetime", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L190", "weight": 1.0}, {"source": "wheelfile_wheelfile_write", "target": "wheelfile_wheelfile_writestr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L194", "weight": 1.0}, {"source": "wheelfile_wheelfile_writestr", "target": "wheelfile_get_zipinfo_datetime", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L204", "weight": 1.0}, {"source": "wheelfile_wheelfile_writestr", "target": "wheelfile_urlsafe_b64encode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L223", "weight": 1.0}, {"source": "wheelfile_wheelfile_close", "target": "wheelfile_wheelfile_writestr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L239", "weight": 1.0}, {"source": "wheelfile_rationale_38", "target": "wheelfile_urlsafe_b64encode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L38", "weight": 1.0}, {"source": "wheelfile_rationale_43", "target": "wheelfile_urlsafe_b64decode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L43", "weight": 1.0}, {"source": "wheelfile_rationale_59", "target": "wheelfile_wheelfile", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L59", "weight": 1.0}], "raw_calls": [{"caller_nid": "wheelfile_urlsafe_b64encode", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L39"}, {"caller_nid": "wheelfile_urlsafe_b64decode", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L44"}, {"caller_nid": "wheelfile_get_zipinfo_datetime", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L53"}, {"caller_nid": "wheelfile_get_zipinfo_datetime", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L53"}, {"caller_nid": "wheelfile_get_zipinfo_datetime", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L53"}, {"caller_nid": "wheelfile_get_zipinfo_datetime", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L54"}, {"caller_nid": "wheelfile_get_zipinfo_datetime", "callee": "gmtime", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L55"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L71"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L72"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L73"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L78"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L79"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "reader", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L97"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "TextIOWrapper", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L98"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L104"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L106"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L112"}, {"caller_nid": "wheelfile_wheelfile_init", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L120"}, {"caller_nid": "wheelfile_wheelfile_open", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L137"}, {"caller_nid": "wheelfile_wheelfile_open", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L141"}, {"caller_nid": "wheelfile_wheelfile_open", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L147"}, {"caller_nid": "wheelfile_wheelfile_open", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L152"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L158"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "walk", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L160"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L163"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L164"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "normpath", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L165"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L165"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L166"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L167"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "relpath", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L167"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L170"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L171"}, {"caller_nid": "wheelfile_wheelfile_write_files", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L175"}, {"caller_nid": "wheelfile_wheelfile_write", "callee": "fstat", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L186"}, {"caller_nid": "wheelfile_wheelfile_write", "callee": "fileno", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L186"}, {"caller_nid": "wheelfile_wheelfile_write", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L187"}, {"caller_nid": "wheelfile_wheelfile_write", "callee": "ZipInfo", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L189"}, {"caller_nid": "wheelfile_wheelfile_write", "callee": "S_IMODE", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L192"}, {"caller_nid": "wheelfile_wheelfile_write", "callee": "S_IFMT", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L192"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L202"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "ZipInfo", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L203"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L209"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L210"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L215"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L218"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "_default_algorithm", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L220"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L223"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L223"}, {"caller_nid": "wheelfile_wheelfile_writestr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L225"}, {"caller_nid": "wheelfile_wheelfile_close", "callee": "StringIO", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L230"}, {"caller_nid": "wheelfile_wheelfile_close", "callee": "writer", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L231"}, {"caller_nid": "wheelfile_wheelfile_close", "callee": "writerows", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L232"}, {"caller_nid": "wheelfile_wheelfile_close", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L235"}, {"caller_nid": "wheelfile_wheelfile_close", "callee": "writerow", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L238"}, {"caller_nid": "wheelfile_wheelfile_close", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L238"}, {"caller_nid": "wheelfile_wheelfile_close", "callee": "getvalue", "source_file": "backend/venv/lib/python3.12/site-packages/wheel/wheelfile.py", "source_location": "L239"}]} |