1 line
16 KiB
JSON
1 line
16 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "label": "file_util.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L1"}, {"id": "file_util_copy_file_contents", "label": "_copy_file_contents()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L15"}, {"id": "file_util_copy_file", "label": "copy_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L63"}, {"id": "file_util_move_file", "label": "move_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L167"}, {"id": "file_util_write_file", "label": "write_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L223"}, {"id": "file_util_rationale_1", "label": "distutils.file_util Utility functions for operating on single files.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L1"}, {"id": "file_util_rationale_16", "label": "Copy the file 'src' to 'dst'; both must be filenames. Any error opening eit", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L16"}, {"id": "file_util_rationale_72", "label": "Copy a file 'src' to 'dst'. If 'dst' is a directory, then 'src' is copied t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L72"}, {"id": "file_util_rationale_168", "label": "Move a file 'src' to 'dst'. If 'dst' is a directory, the file will be moved", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L168"}, {"id": "file_util_rationale_224", "label": "Create a file with the specified name and write 'contents' (a sequence of st", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L224"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_log_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_errors_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "target": "file_util_copy_file_contents", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "target": "file_util_copy_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "target": "file_util_move_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L167", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "target": "file_util_write_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L223", "weight": 1.0}, {"source": "file_util_copy_file", "target": "file_util_copy_file_contents", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L152", "weight": 1.0}, {"source": "file_util_move_file", "target": "file_util_copy_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L207", "weight": 1.0}, {"source": "file_util_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_file_util_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L1", "weight": 1.0}, {"source": "file_util_rationale_16", "target": "file_util_copy_file_contents", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L16", "weight": 1.0}, {"source": "file_util_rationale_72", "target": "file_util_copy_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L72", "weight": 1.0}, {"source": "file_util_rationale_168", "target": "file_util_move_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L168", "weight": 1.0}, {"source": "file_util_rationale_224", "target": "file_util_write_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L224", "weight": 1.0}], "raw_calls": [{"caller_nid": "file_util_copy_file_contents", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L28"}, {"caller_nid": "file_util_copy_file_contents", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L30"}, {"caller_nid": "file_util_copy_file_contents", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L32"}, {"caller_nid": "file_util_copy_file_contents", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L34"}, {"caller_nid": "file_util_copy_file_contents", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L36"}, {"caller_nid": "file_util_copy_file_contents", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L39"}, {"caller_nid": "file_util_copy_file_contents", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L41"}, {"caller_nid": "file_util_copy_file_contents", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L45"}, {"caller_nid": "file_util_copy_file_contents", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L47"}, {"caller_nid": "file_util_copy_file_contents", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L53"}, {"caller_nid": "file_util_copy_file_contents", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L55"}, {"caller_nid": "file_util_copy_file_contents", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L58"}, {"caller_nid": "file_util_copy_file_contents", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L60"}, {"caller_nid": "file_util_copy_file", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L105"}, {"caller_nid": "file_util_copy_file", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L106"}, {"caller_nid": "file_util_copy_file", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L110"}, {"caller_nid": "file_util_copy_file", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L112"}, {"caller_nid": "file_util_copy_file", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L112"}, {"caller_nid": "file_util_copy_file", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L114"}, {"caller_nid": "file_util_copy_file", "callee": "newer", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L116"}, {"caller_nid": "file_util_copy_file", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L118"}, {"caller_nid": "file_util_copy_file", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L124"}, {"caller_nid": "file_util_copy_file", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L127"}, {"caller_nid": "file_util_copy_file", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L127"}, {"caller_nid": "file_util_copy_file", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L128"}, {"caller_nid": "file_util_copy_file", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L130"}, {"caller_nid": "file_util_copy_file", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L135"}, {"caller_nid": "file_util_copy_file", "callee": "samefile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L135"}, {"caller_nid": "file_util_copy_file", "callee": "link", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L137"}, {"caller_nid": "file_util_copy_file", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L146"}, {"caller_nid": "file_util_copy_file", "callee": "samefile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L146"}, {"caller_nid": "file_util_copy_file", "callee": "symlink", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L147"}, {"caller_nid": "file_util_copy_file", "callee": "stat", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L154"}, {"caller_nid": "file_util_copy_file", "callee": "utime", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L159"}, {"caller_nid": "file_util_copy_file", "callee": "chmod", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L161"}, {"caller_nid": "file_util_copy_file", "callee": "S_IMODE", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L161"}, {"caller_nid": "file_util_move_file", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L179"}, {"caller_nid": "file_util_move_file", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L181"}, {"caller_nid": "file_util_move_file", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L182"}, {"caller_nid": "file_util_move_file", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L184"}, {"caller_nid": "file_util_move_file", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L185"}, {"caller_nid": "file_util_move_file", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L185"}, {"caller_nid": "file_util_move_file", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L186"}, {"caller_nid": "file_util_move_file", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L187"}, {"caller_nid": "file_util_move_file", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L191"}, {"caller_nid": "file_util_move_file", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L191"}, {"caller_nid": "file_util_move_file", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L192"}, {"caller_nid": "file_util_move_file", "callee": "rename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L198"}, {"caller_nid": "file_util_move_file", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L204"}, {"caller_nid": "file_util_move_file", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L209"}, {"caller_nid": "file_util_move_file", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L213"}, {"caller_nid": "file_util_move_file", "callee": "DistutilsFileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L216"}, {"caller_nid": "file_util_write_file", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L227"}, {"caller_nid": "file_util_write_file", "callee": "writelines", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py", "source_location": "L228"}]} |