Files
tfm_ainventory/graphify-out/cache/0ce8835613098443231a9deb770c8539bf9967b0ff342309511e7c63ffa4d771.json

1 line
26 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "label": "sdist.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L1"}, {"id": "sdist_walk_revctrl", "label": "walk_revctrl()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L20"}, {"id": "sdist_sdist", "label": "sdist", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L26"}, {"id": "sdist_sdist_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L59"}, {"id": "sdist_sdist_initialize_options", "label": ".initialize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L78"}, {"id": "sdist_sdist_make_distribution", "label": ".make_distribution()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L81"}, {"id": "sdist_remove_os_link", "label": "_remove_os_link()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L90"}, {"id": "sdist_sdist_add_defaults", "label": ".add_defaults()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L109"}, {"id": "sdist_sdist_add_defaults_optional", "label": "._add_defaults_optional()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L113"}, {"id": "sdist_sdist_add_defaults_python", "label": "._add_defaults_python()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L118"}, {"id": "sdist_sdist_add_defaults_build_sub_commands", "label": "._add_defaults_build_sub_commands()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L125"}, {"id": "sdist_sdist_safe_data_files", "label": "._safe_data_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L133"}, {"id": "sdist_sdist_add_data_files", "label": "._add_data_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L146"}, {"id": "sdist_sdist_add_defaults_data_files", "label": "._add_defaults_data_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L156"}, {"id": "sdist_sdist_prune_file_list", "label": ".prune_file_list()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L162"}, {"id": "sdist_sdist_check_readme", "label": ".check_readme()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L168"}, {"id": "sdist_sdist_make_release_tree", "label": ".make_release_tree()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L177"}, {"id": "sdist_sdist_manifest_is_not_generated", "label": "._manifest_is_not_generated()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L190"}, {"id": "sdist_sdist_read_manifest", "label": ".read_manifest()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L199"}, {"id": "sdist_rationale_21", "label": "Find all files under revision control", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L21"}, {"id": "sdist_rationale_27", "label": "Smart sdist that finds anything supported by revision control", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L27"}, {"id": "sdist_rationale_91", "label": "In a context, remove and restore os.link if it exists", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L91"}, {"id": "sdist_rationale_134", "label": "Since the ``sdist`` class is also used to compute the MANIFEST (via :obj", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L134"}, {"id": "sdist_rationale_147", "label": "Add data files as found in build_py.data_files.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L147"}, {"id": "sdist_rationale_200", "label": "Read the manifest file (named by 'self.manifest') and use it to fill in", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L200"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "itertools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_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/command/sdist.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_dist_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_command_build_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "distutils_command_sdist", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "distutils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "sdist_walk_revctrl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "sdist_sdist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L26", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L59", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_initialize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L78", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_make_distribution", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L81", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_sdist_py", "target": "sdist_remove_os_link", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L90", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_add_defaults", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L109", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_add_defaults_optional", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L113", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_add_defaults_python", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L118", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_add_defaults_build_sub_commands", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L125", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_safe_data_files", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L133", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_add_data_files", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L146", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_add_defaults_data_files", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L156", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_prune_file_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L162", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_check_readme", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L168", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_make_release_tree", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L177", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_manifest_is_not_generated", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L190", "weight": 1.0}, {"source": "sdist_sdist", "target": "sdist_sdist_read_manifest", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L199", "weight": 1.0}, {"source": "sdist_sdist_run", "target": "sdist_sdist_check_readme", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L64", "weight": 1.0}, {"source": "sdist_sdist_run", "target": "sdist_sdist_make_distribution", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L70", "weight": 1.0}, {"source": "sdist_sdist_make_distribution", "target": "sdist_remove_os_link", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L85", "weight": 1.0}, {"source": "sdist_sdist_add_defaults", "target": "sdist_sdist_add_defaults_build_sub_commands", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L111", "weight": 1.0}, {"source": "sdist_sdist_add_defaults_python", "target": "sdist_sdist_add_data_files", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L123", "weight": 1.0}, {"source": "sdist_sdist_add_defaults_python", "target": "sdist_sdist_safe_data_files", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L123", "weight": 1.0}, {"source": "sdist_rationale_21", "target": "sdist_walk_revctrl", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L21", "weight": 1.0}, {"source": "sdist_rationale_27", "target": "sdist_sdist", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L27", "weight": 1.0}, {"source": "sdist_rationale_91", "target": "sdist_sdist_remove_os_link", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L91", "weight": 1.0}, {"source": "sdist_rationale_134", "target": "sdist_sdist_safe_data_files", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L134", "weight": 1.0}, {"source": "sdist_rationale_147", "target": "sdist_sdist_add_data_files", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L147", "weight": 1.0}, {"source": "sdist_rationale_200", "target": "sdist_sdist_read_manifest", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L200", "weight": 1.0}], "raw_calls": [{"caller_nid": "sdist_walk_revctrl", "callee": "entry_points", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L22"}, {"caller_nid": "sdist_walk_revctrl", "callee": "ep.load()", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L23"}, {"caller_nid": "sdist_walk_revctrl", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L23"}, {"caller_nid": "sdist_sdist_run", "callee": "run_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L60"}, {"caller_nid": "sdist_sdist_run", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L61"}, {"caller_nid": "sdist_sdist_run", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L63"}, {"caller_nid": "sdist_sdist_run", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L63"}, {"caller_nid": "sdist_sdist_run", "callee": "get_sub_commands", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L67"}, {"caller_nid": "sdist_sdist_run", "callee": "run_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L68"}, {"caller_nid": "sdist_sdist_run", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L72"}, {"caller_nid": "sdist_sdist_run", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L76"}, {"caller_nid": "sdist_remove_os_link", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L98"}, {"caller_nid": "sdist_sdist_add_defaults", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L110"}, {"caller_nid": "sdist_sdist_add_defaults_optional", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L114"}, {"caller_nid": "sdist_sdist_add_defaults_optional", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L115"}, {"caller_nid": "sdist_sdist_add_defaults_optional", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L116"}, {"caller_nid": "sdist_sdist_add_defaults_python", "callee": "has_pure_modules", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L120"}, {"caller_nid": "sdist_sdist_add_defaults_python", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L121"}, {"caller_nid": "sdist_sdist_add_defaults_python", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L122"}, {"caller_nid": "sdist_sdist_add_defaults_python", "callee": "get_source_files", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L122"}, {"caller_nid": "sdist_sdist_add_defaults_build_sub_commands", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L126"}, {"caller_nid": "sdist_sdist_add_defaults_build_sub_commands", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L127"}, {"caller_nid": "sdist_sdist_add_defaults_build_sub_commands", "callee": "get_sub_commands", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L127"}, {"caller_nid": "sdist_sdist_add_defaults_build_sub_commands", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L129"}, {"caller_nid": "sdist_sdist_add_defaults_build_sub_commands", "callee": "get_source_files", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L130"}, {"caller_nid": "sdist_sdist_add_defaults_build_sub_commands", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L130"}, {"caller_nid": "sdist_sdist_add_defaults_build_sub_commands", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L131"}, {"caller_nid": "sdist_sdist_add_defaults_build_sub_commands", "callee": "from_iterable", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L131"}, {"caller_nid": "sdist_sdist_add_data_files", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L150"}, {"caller_nid": "sdist_sdist_add_data_files", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L151"}, {"caller_nid": "sdist_sdist_add_defaults_data_files", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L158"}, {"caller_nid": "sdist_sdist_add_defaults_data_files", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L160"}, {"caller_nid": "sdist_sdist_prune_file_list", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L163"}, {"caller_nid": "sdist_sdist_prune_file_list", "callee": "escape", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L165"}, {"caller_nid": "sdist_sdist_prune_file_list", "callee": "exclude_pattern", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L166"}, {"caller_nid": "sdist_sdist_check_readme", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L170"}, {"caller_nid": "sdist_sdist_check_readme", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L173"}, {"caller_nid": "sdist_sdist_check_readme", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L174"}, {"caller_nid": "sdist_sdist_make_release_tree", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L181"}, {"caller_nid": "sdist_sdist_make_release_tree", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L182"}, {"caller_nid": "sdist_sdist_make_release_tree", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L182"}, {"caller_nid": "sdist_sdist_make_release_tree", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L185"}, {"caller_nid": "sdist_sdist_make_release_tree", "callee": "copy_file", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L186"}, {"caller_nid": "sdist_sdist_make_release_tree", "callee": "save_version_info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L188"}, {"caller_nid": "sdist_sdist_make_release_tree", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L188"}, {"caller_nid": "sdist_sdist_manifest_is_not_generated", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L192"}, {"caller_nid": "sdist_sdist_manifest_is_not_generated", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L195"}, {"caller_nid": "sdist_sdist_manifest_is_not_generated", "callee": "readline", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L196"}, {"caller_nid": "sdist_sdist_read_manifest", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L204"}, {"caller_nid": "sdist_sdist_read_manifest", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L205"}, {"caller_nid": "sdist_sdist_read_manifest", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L209"}, {"caller_nid": "sdist_sdist_read_manifest", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L211"}, {"caller_nid": "sdist_sdist_read_manifest", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L214"}, {"caller_nid": "sdist_sdist_read_manifest", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L215"}, {"caller_nid": "sdist_sdist_read_manifest", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L217"}, {"caller_nid": "sdist_sdist_read_manifest", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/sdist.py", "source_location": "L218"}]}