Files
tfm_ainventory/graphify-out/cache/3dfe8813d6f61670c2008921515a387c9e072b5ec46f64a8b9bb2ab7264bee29.json
2026-04-26 12:03:59 +03:00

1 line
8.0 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "label": "_shutil.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L1"}, {"id": "shutil_chmod", "label": "chmod()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L16"}, {"id": "shutil_attempt_chmod_verbose", "label": "attempt_chmod_verbose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L23"}, {"id": "shutil_auto_chmod", "label": "_auto_chmod()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L32"}, {"id": "shutil_rmtree", "label": "rmtree()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L43"}, {"id": "shutil_rmdir", "label": "rmdir()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L51"}, {"id": "shutil_current_umask", "label": "current_umask()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L56"}, {"id": "shutil_rationale_1", "label": "Convenience layer on top of stdlib's shutil and os", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L1"}, {"id": "shutil_rationale_35", "label": "shutils onexc callback to automatically call chmod for certain functions.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L35"}, {"id": "shutil_rationale_44", "label": "Similar to ``shutil.rmtree`` but automatically executes ``chmod`` for well k", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L44"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "stat", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "distutils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "shutil_chmod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "shutil_attempt_chmod_verbose", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "shutil_auto_chmod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "shutil_rmtree", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "shutil_rmdir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L51", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "target": "shutil_current_umask", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L56", "weight": 1.0}, {"source": "shutil_attempt_chmod_verbose", "target": "shutil_chmod", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L26", "weight": 1.0}, {"source": "shutil_auto_chmod", "target": "shutil_attempt_chmod_verbose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L38", "weight": 1.0}, {"source": "shutil_rmdir", "target": "shutil_rmtree", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L53", "weight": 1.0}, {"source": "shutil_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_shutil_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L1", "weight": 1.0}, {"source": "shutil_rationale_35", "target": "shutil_auto_chmod", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L35", "weight": 1.0}, {"source": "shutil_rationale_44", "target": "shutil_rmtree", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L44", "weight": 1.0}], "raw_calls": [{"caller_nid": "shutil_attempt_chmod_verbose", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L24"}, {"caller_nid": "shutil_attempt_chmod_verbose", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L28"}, {"caller_nid": "shutil_auto_chmod", "callee": "func", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L39"}, {"caller_nid": "shutil_rmtree", "callee": "shutil_rmtree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L48"}, {"caller_nid": "shutil_rmdir", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L52"}, {"caller_nid": "shutil_current_umask", "callee": "umask", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L57"}, {"caller_nid": "shutil_current_umask", "callee": "umask", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_shutil.py", "source_location": "L58"}]}