Python: Apply suggestions from code review

This commit is contained in:
Rasmus Wriedt Larsen
2023-09-07 10:28:46 +02:00
committed by GitHub
parent 7aa5d2dc8a
commit 54c456d95d

View File

@@ -4429,6 +4429,11 @@ private module StdlibPrivate {
}
}
/**
* A call to the `asyncio.create_subprocess_shell` function (also accessible via the `subprocess` module of `asyncio`)
*
* See https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
*/
private class CreateSubprocessShell extends SystemCommandExecution::Range,
FileSystemAccess::Range, API::CallNode
{