mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-26 02:34:03 +08:00
stdlib: add some parameter defaults (#14610)
This commit is contained in:
@@ -26,7 +26,7 @@ if sys.version_info >= (3, 11):
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
def run(
|
||||
main: Coroutine[Any, Any, _T], *, debug: bool | None = ..., loop_factory: Callable[[], AbstractEventLoop] | None = ...
|
||||
main: Coroutine[Any, Any, _T], *, debug: bool | None = None, loop_factory: Callable[[], AbstractEventLoop] | None = None
|
||||
) -> _T: ...
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user