1 line
17 KiB
JSON
1 line
17 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "label": "test_install_scripts.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L1"}, {"id": "test_install_scripts_testinstallscripts", "label": "TestInstallScripts", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L13"}, {"id": "test_install_scripts_testinstallscripts_run_install_scripts", "label": "._run_install_scripts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L23"}, {"id": "test_install_scripts_test_sys_executable_escaping_unix", "label": "test_sys_executable_escaping_unix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L36"}, {"id": "test_install_scripts_test_sys_executable_escaping_win32", "label": "test_sys_executable_escaping_win32()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L50"}, {"id": "test_install_scripts_test_executable_with_spaces_escaping_unix", "label": "test_executable_with_spaces_escaping_unix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L64"}, {"id": "test_install_scripts_test_executable_arg_escaping_win32", "label": "test_executable_arg_escaping_win32()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L78"}, {"id": "test_install_scripts_rationale_1", "label": "install_scripts tests", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L1"}, {"id": "test_install_scripts_rationale_37", "label": "Ensure that shebang is not quoted on Unix when getting the Python exe fr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L37"}, {"id": "test_install_scripts_rationale_51", "label": "Ensure that shebang is quoted on Windows when getting the Python exe fro", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L51"}, {"id": "test_install_scripts_rationale_65", "label": "Ensure that shebang on Unix is not quoted, even when a value with spaces", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L65"}, {"id": "test_install_scripts_rationale_79", "label": "Ensure that shebang on Windows is quoted when getting a path with spaces", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L79"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "setuptools_command_install_scripts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "setuptools_dist", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "test_install_scripts_testinstallscripts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L13", "weight": 1.0}, {"source": "test_install_scripts_testinstallscripts", "target": "test_install_scripts_testinstallscripts_run_install_scripts", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "test_install_scripts_test_sys_executable_escaping_unix", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "test_install_scripts_test_sys_executable_escaping_win32", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "test_install_scripts_test_executable_with_spaces_escaping_unix", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "target": "test_install_scripts_test_executable_arg_escaping_win32", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L78", "weight": 1.0}, {"source": "test_install_scripts_test_sys_executable_escaping_unix", "target": "test_install_scripts_testinstallscripts_run_install_scripts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L44", "weight": 1.0}, {"source": "test_install_scripts_test_sys_executable_escaping_win32", "target": "test_install_scripts_testinstallscripts_run_install_scripts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L58", "weight": 1.0}, {"source": "test_install_scripts_test_executable_with_spaces_escaping_unix", "target": "test_install_scripts_testinstallscripts_run_install_scripts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L72", "weight": 1.0}, {"source": "test_install_scripts_test_executable_arg_escaping_win32", "target": "test_install_scripts_testinstallscripts_run_install_scripts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L86", "weight": 1.0}, {"source": "test_install_scripts_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_install_scripts_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L1", "weight": 1.0}, {"source": "test_install_scripts_rationale_37", "target": "test_install_scripts_testinstallscripts_test_sys_executable_escaping_unix", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L37", "weight": 1.0}, {"source": "test_install_scripts_rationale_51", "target": "test_install_scripts_testinstallscripts_test_sys_executable_escaping_win32", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L51", "weight": 1.0}, {"source": "test_install_scripts_rationale_65", "target": "test_install_scripts_testinstallscripts_test_executable_with_spaces_escaping_unix", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L65", "weight": 1.0}, {"source": "test_install_scripts_rationale_79", "target": "test_install_scripts_testinstallscripts_test_executable_arg_escaping_win32", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L79", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_install_scripts_testinstallscripts_run_install_scripts", "callee": "Distribution", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L24"}, {"caller_nid": "test_install_scripts_testinstallscripts_run_install_scripts", "callee": "install_scripts", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L26"}, {"caller_nid": "test_install_scripts_testinstallscripts_run_install_scripts", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L29"}, {"caller_nid": "test_install_scripts_testinstallscripts_run_install_scripts", "callee": "ensure_finalized", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L31"}, {"caller_nid": "test_install_scripts_testinstallscripts_run_install_scripts", "callee": "quiet", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L32"}, {"caller_nid": "test_install_scripts_testinstallscripts_run_install_scripts", "callee": "run", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L33"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_unix", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L42"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_unix", "callee": "as_cwd", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L43"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_unix", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L44"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_unix", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L45"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_unix", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L45"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_unix", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L45"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_unix", "callee": "readline", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L46"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_win32", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L56"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_win32", "callee": "as_cwd", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L57"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_win32", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L58"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_win32", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L59"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_win32", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L59"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_win32", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L59"}, {"caller_nid": "test_install_scripts_test_sys_executable_escaping_win32", "callee": "readline", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L60"}, {"caller_nid": "test_install_scripts_test_executable_with_spaces_escaping_unix", "callee": "as_cwd", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L71"}, {"caller_nid": "test_install_scripts_test_executable_with_spaces_escaping_unix", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L72"}, {"caller_nid": "test_install_scripts_test_executable_with_spaces_escaping_unix", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L73"}, {"caller_nid": "test_install_scripts_test_executable_with_spaces_escaping_unix", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L73"}, {"caller_nid": "test_install_scripts_test_executable_with_spaces_escaping_unix", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L73"}, {"caller_nid": "test_install_scripts_test_executable_with_spaces_escaping_unix", "callee": "readline", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L74"}, {"caller_nid": "test_install_scripts_test_executable_arg_escaping_win32", "callee": "as_cwd", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L85"}, {"caller_nid": "test_install_scripts_test_executable_arg_escaping_win32", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L86"}, {"caller_nid": "test_install_scripts_test_executable_arg_escaping_win32", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L87"}, {"caller_nid": "test_install_scripts_test_executable_arg_escaping_win32", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L87"}, {"caller_nid": "test_install_scripts_test_executable_arg_escaping_win32", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L87"}, {"caller_nid": "test_install_scripts_test_executable_arg_escaping_win32", "callee": "readline", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py", "source_location": "L88"}]} |