mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-22 16:10:29 +08:00
co-authored by
hauntsaninja <>
parent
f720ebb71e
commit
a30ef0db04
+2
-2
@@ -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