mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 18:31:14 +08:00
Use PEP 570 syntax in stdlib (#11250)
This commit is contained in:
@@ -48,7 +48,8 @@ class Stats:
|
||||
sort_arg_dict_default: _SortArgDict
|
||||
def __init__(
|
||||
self,
|
||||
__arg: None | str | Profile | _cProfile = ...,
|
||||
arg: None | str | Profile | _cProfile = ...,
|
||||
/,
|
||||
*args: None | str | Profile | _cProfile | Self,
|
||||
stream: IO[Any] | None = None,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user