1 line
22 KiB
JSON
1 line
22 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "label": "test_dir_util.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L1"}, {"id": "test_dir_util_stuff", "label": "stuff()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L24"}, {"id": "test_dir_util_testdirutil", "label": "TestDirUtil", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L32"}, {"id": "test_dir_util_testdirutil_test_mkpath_remove_tree_verbosity", "label": ".test_mkpath_remove_tree_verbosity()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L33"}, {"id": "test_dir_util_test_mkpath_with_custom_mode", "label": "test_mkpath_with_custom_mode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L48"}, {"id": "test_dir_util_testdirutil_test_create_tree_verbosity", "label": ".test_create_tree_verbosity()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L57"}, {"id": "test_dir_util_testdirutil_test_copy_tree_verbosity", "label": ".test_copy_tree_verbosity()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L68"}, {"id": "test_dir_util_testdirutil_test_copy_tree_skips_nfs_temp_files", "label": ".test_copy_tree_skips_nfs_temp_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L87"}, {"id": "test_dir_util_testdirutil_test_ensure_relative", "label": ".test_ensure_relative()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L98"}, {"id": "test_dir_util_testdirutil_test_copy_tree_exception_in_listdir", "label": ".test_copy_tree_exception_in_listdir()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L106"}, {"id": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "label": ".test_mkpath_exception_uncached()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L117"}, {"id": "test_dir_util_rationale_1", "label": "Tests for distutils.dir_util.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L1"}, {"id": "test_dir_util_rationale_107", "label": "An exception in listdir should raise a DistutilsFileError", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L107"}, {"id": "test_dir_util_rationale_118", "label": "Caching should not remember failed attempts. pypa/distutils#304", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L118"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "pathlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "stat", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "unittest_mock", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "distutils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "distutils_dir_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "distutils_tests", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "jaraco_path", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "path", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "test_dir_util_stuff", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "test_dir_util_testdirutil", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L32", "weight": 1.0}, {"source": "test_dir_util_testdirutil", "target": "test_dir_util_testdirutil_test_mkpath_remove_tree_verbosity", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "target": "test_dir_util_test_mkpath_with_custom_mode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L48", "weight": 1.0}, {"source": "test_dir_util_testdirutil", "target": "test_dir_util_testdirutil_test_create_tree_verbosity", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L57", "weight": 1.0}, {"source": "test_dir_util_testdirutil", "target": "test_dir_util_testdirutil_test_copy_tree_verbosity", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L68", "weight": 1.0}, {"source": "test_dir_util_testdirutil", "target": "test_dir_util_testdirutil_test_copy_tree_skips_nfs_temp_files", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L87", "weight": 1.0}, {"source": "test_dir_util_testdirutil", "target": "test_dir_util_testdirutil_test_ensure_relative", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L98", "weight": 1.0}, {"source": "test_dir_util_testdirutil", "target": "test_dir_util_testdirutil_test_copy_tree_exception_in_listdir", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L106", "weight": 1.0}, {"source": "test_dir_util_testdirutil", "target": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L117", "weight": 1.0}, {"source": "test_dir_util_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_dir_util_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L1", "weight": 1.0}, {"source": "test_dir_util_rationale_107", "target": "test_dir_util_testdirutil_test_copy_tree_exception_in_listdir", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L107", "weight": 1.0}, {"source": "test_dir_util_rationale_118", "target": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L118", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_dir_util_stuff", "callee": "mkdtemp", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L26"}, {"caller_nid": "test_dir_util_stuff", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L27"}, {"caller_nid": "test_dir_util_stuff", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L28"}, {"caller_nid": "test_dir_util_stuff", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L29"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_remove_tree_verbosity", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L34"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_remove_tree_verbosity", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L36"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_remove_tree_verbosity", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L38"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_remove_tree_verbosity", "callee": "clear", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L41"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_remove_tree_verbosity", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L43"}, {"caller_nid": "test_dir_util_test_mkpath_with_custom_mode", "callee": "umask", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L50"}, {"caller_nid": "test_dir_util_test_mkpath_with_custom_mode", "callee": "umask", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L51"}, {"caller_nid": "test_dir_util_test_mkpath_with_custom_mode", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L52"}, {"caller_nid": "test_dir_util_test_mkpath_with_custom_mode", "callee": "S_IMODE", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L53"}, {"caller_nid": "test_dir_util_test_mkpath_with_custom_mode", "callee": "stat", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L53"}, {"caller_nid": "test_dir_util_test_mkpath_with_custom_mode", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L54"}, {"caller_nid": "test_dir_util_test_mkpath_with_custom_mode", "callee": "S_IMODE", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L55"}, {"caller_nid": "test_dir_util_test_mkpath_with_custom_mode", "callee": "stat", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L55"}, {"caller_nid": "test_dir_util_testdirutil_test_create_tree_verbosity", "callee": "create_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L58"}, {"caller_nid": "test_dir_util_testdirutil_test_create_tree_verbosity", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L60"}, {"caller_nid": "test_dir_util_testdirutil_test_create_tree_verbosity", "callee": "create_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L63"}, {"caller_nid": "test_dir_util_testdirutil_test_create_tree_verbosity", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L66"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L69"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "copy_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L71"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L74"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L76"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L77"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "build", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L78"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "copy_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L81"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L84"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_verbosity", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L85"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_skips_nfs_temp_files", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L88"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_skips_nfs_temp_files", "callee": "build", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L90"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_skips_nfs_temp_files", "callee": "copy_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L92"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_skips_nfs_temp_files", "callee": "listdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L93"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_skips_nfs_temp_files", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L95"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_skips_nfs_temp_files", "callee": "remove_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L96"}, {"caller_nid": "test_dir_util_testdirutil_test_ensure_relative", "callee": "ensure_relative", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L100"}, {"caller_nid": "test_dir_util_testdirutil_test_ensure_relative", "callee": "ensure_relative", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L101"}, {"caller_nid": "test_dir_util_testdirutil_test_ensure_relative", "callee": "ensure_relative", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L103"}, {"caller_nid": "test_dir_util_testdirutil_test_ensure_relative", "callee": "ensure_relative", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L104"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_exception_in_listdir", "callee": "patch", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L111"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_exception_in_listdir", "callee": "OSError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L111"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_exception_in_listdir", "callee": "raises", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L112"}, {"caller_nid": "test_dir_util_testdirutil_test_copy_tree_exception_in_listdir", "callee": "copy_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L115"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L129"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "callee": "raises", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L133"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L134"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "callee": "FailPath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L134"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L136"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L138"}, {"caller_nid": "test_dir_util_testdirutil_test_mkpath_exception_uncached", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py", "source_location": "L139"}]} |