mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Use PEP 570 syntax in stdlib (#11250)
This commit is contained in:
@@ -38,4 +38,4 @@ if sys.platform != "win32":
|
||||
def sp_flag(self) -> int: ...
|
||||
|
||||
def getspall() -> list[struct_spwd]: ...
|
||||
def getspnam(__arg: str) -> struct_spwd: ...
|
||||
def getspnam(arg: str, /) -> struct_spwd: ...
|
||||
|
||||
Reference in New Issue
Block a user