mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
@@ -10,5 +10,5 @@ class struct_passwd(Tuple[str, str, int, int, str, str, str]):
|
||||
pw_shell: str
|
||||
|
||||
def getpwall() -> List[struct_passwd]: ...
|
||||
def getpwuid(uid: int) -> struct_passwd: ...
|
||||
def getpwnam(name: str) -> struct_passwd: ...
|
||||
def getpwuid(__uid: int) -> struct_passwd: ...
|
||||
def getpwnam(__name: str) -> struct_passwd: ...
|
||||
|
||||
Reference in New Issue
Block a user