1 line
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "label": "test_windows_wrappers.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L1"}, {"id": "test_windows_wrappers_wrappertester", "label": "WrapperTester", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L28"}, {"id": "test_windows_wrappers_prep_script", "label": "prep_script()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L30"}, {"id": "test_windows_wrappers_create_script", "label": "create_script()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L35"}, {"id": "test_windows_wrappers_win_launcher_exe", "label": "win_launcher_exe()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L55"}, {"id": "test_windows_wrappers_testcli", "label": "TestCLI", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L64"}, {"id": "test_windows_wrappers_testcli_test_basic", "label": ".test_basic()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L82"}, {"id": "test_windows_wrappers_testcli_test_symlink", "label": ".test_symlink()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L130"}, {"id": "test_windows_wrappers_testcli_test_with_options", "label": ".test_with_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L167"}, {"id": "test_windows_wrappers_testgui", "label": "TestGUI", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L216"}, {"id": "test_windows_wrappers_testgui_test_basic", "label": ".test_basic()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L236"}, {"id": "test_windows_wrappers_rationale_1", "label": "Python Script Wrapper for Windows ================================= setuptools", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L1"}, {"id": "test_windows_wrappers_rationale_36", "label": "Create a simple script, foo-script.py Note that the script starts with", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L36"}, {"id": "test_windows_wrappers_rationale_56", "label": "A simple routine to select launcher script based on platform.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L56"}, {"id": "test_windows_wrappers_rationale_83", "label": "When the copy of cli.exe, foo.exe in this example, runs, it examines the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L83"}, {"id": "test_windows_wrappers_rationale_131", "label": "Ensure that symlink for the foo.exe is working correctly.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L131"}, {"id": "test_windows_wrappers_rationale_168", "label": "Specifying Python Command-line Options ---------------------------------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L168"}, {"id": "test_windows_wrappers_rationale_217", "label": "Testing the GUI Version -----------------------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L217"}, {"id": "test_windows_wrappers_rationale_237", "label": "Test the GUI version with the simple script, bar-script.py", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L237"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "pathlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "platform", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "subprocess", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "textwrap", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "setuptools_importlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "test_windows_wrappers_wrappertester", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "test_windows_wrappers_prep_script", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "test_windows_wrappers_create_script", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "test_windows_wrappers_win_launcher_exe", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "test_windows_wrappers_testcli", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L64", "weight": 1.0}, {"source": "test_windows_wrappers_testcli", "target": "test_windows_wrappers_wrappertester", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L64", "weight": 1.0}, {"source": "test_windows_wrappers_testcli", "target": "test_windows_wrappers_testcli_test_basic", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L82", "weight": 1.0}, {"source": "test_windows_wrappers_testcli", "target": "test_windows_wrappers_testcli_test_symlink", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L130", "weight": 1.0}, {"source": "test_windows_wrappers_testcli", "target": "test_windows_wrappers_testcli_test_with_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L167", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "target": "test_windows_wrappers_testgui", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L216", "weight": 1.0}, {"source": "test_windows_wrappers_testgui", "target": "test_windows_wrappers_wrappertester", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L216", "weight": 1.0}, {"source": "test_windows_wrappers_testgui", "target": "test_windows_wrappers_testgui_test_basic", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L236", "weight": 1.0}, {"source": "test_windows_wrappers_create_script", "target": "test_windows_wrappers_prep_script", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L44", "weight": 1.0}, {"source": "test_windows_wrappers_testcli_test_basic", "target": "test_windows_wrappers_create_script", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L102", "weight": 1.0}, {"source": "test_windows_wrappers_testcli_test_symlink", "target": "test_windows_wrappers_create_script", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L136", "weight": 1.0}, {"source": "test_windows_wrappers_testcli_test_with_options", "target": "test_windows_wrappers_create_script", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L178", "weight": 1.0}, {"source": "test_windows_wrappers_testcli_test_with_options", "target": "test_windows_wrappers_prep_script", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L193", "weight": 1.0}, {"source": "test_windows_wrappers_testgui_test_basic", "target": "test_windows_wrappers_create_script", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L238", "weight": 1.0}, {"source": "test_windows_wrappers_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_tests_test_windows_wrappers_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L1", "weight": 1.0}, {"source": "test_windows_wrappers_rationale_36", "target": "test_windows_wrappers_wrappertester_create_script", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L36", "weight": 1.0}, {"source": "test_windows_wrappers_rationale_56", "target": "test_windows_wrappers_win_launcher_exe", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L56", "weight": 1.0}, {"source": "test_windows_wrappers_rationale_83", "target": "test_windows_wrappers_testcli_test_basic", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L83", "weight": 1.0}, {"source": "test_windows_wrappers_rationale_131", "target": "test_windows_wrappers_testcli_test_symlink", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L131", "weight": 1.0}, {"source": "test_windows_wrappers_rationale_168", "target": "test_windows_wrappers_testcli_test_with_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L168", "weight": 1.0}, {"source": "test_windows_wrappers_rationale_217", "target": "test_windows_wrappers_testgui", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L217", "weight": 1.0}, {"source": "test_windows_wrappers_rationale_237", "target": "test_windows_wrappers_testgui_test_basic", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L237", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_windows_wrappers_prep_script", "callee": "list2cmdline", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L31"}, {"caller_nid": "test_windows_wrappers_prep_script", "callee": "locals", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L32"}, {"caller_nid": "test_windows_wrappers_create_script", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L46"}, {"caller_nid": "test_windows_wrappers_create_script", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L47"}, {"caller_nid": "test_windows_wrappers_create_script", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L50"}, {"caller_nid": "test_windows_wrappers_create_script", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L51"}, {"caller_nid": "test_windows_wrappers_create_script", "callee": "joinpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L51"}, {"caller_nid": "test_windows_wrappers_create_script", "callee": "files", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L51"}, {"caller_nid": "test_windows_wrappers_create_script", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L52"}, {"caller_nid": "test_windows_wrappers_win_launcher_exe", "callee": "machine", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L58"}, {"caller_nid": "test_windows_wrappers_testcli_test_basic", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L104"}, {"caller_nid": "test_windows_wrappers_testcli_test_basic", "callee": "Popen", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L111"}, {"caller_nid": "test_windows_wrappers_testcli_test_basic", "callee": "communicate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L118"}, {"caller_nid": "test_windows_wrappers_testcli_test_basic", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L119"}, {"caller_nid": "test_windows_wrappers_testcli_test_basic", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L120"}, {"caller_nid": "test_windows_wrappers_testcli_test_basic", "callee": "dedent", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L120"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L135"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L137"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "symlink_to", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L138"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L141"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "Popen", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L148"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "communicate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L155"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L156"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L157"}, {"caller_nid": "test_windows_wrappers_testcli_test_symlink", "callee": "dedent", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L157"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L179"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "dedent", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L179"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L192"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L193"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L194"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "Popen", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L195"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "communicate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L203"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L204"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L205"}, {"caller_nid": "test_windows_wrappers_testcli_test_with_options", "callee": "dedent", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L205"}, {"caller_nid": "test_windows_wrappers_testgui_test_basic", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L241"}, {"caller_nid": "test_windows_wrappers_testgui_test_basic", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L242"}, {"caller_nid": "test_windows_wrappers_testgui_test_basic", "callee": "Popen", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L245"}, {"caller_nid": "test_windows_wrappers_testgui_test_basic", "callee": "communicate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L253"}, {"caller_nid": "test_windows_wrappers_testgui_test_basic", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L256"}, {"caller_nid": "test_windows_wrappers_testgui_test_basic", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L257"}, {"caller_nid": "test_windows_wrappers_testgui_test_basic", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L257"}, {"caller_nid": "test_windows_wrappers_testgui_test_basic", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py", "source_location": "L258"}]} |