mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
spwd: move to 2and3 and add missing argument
This commit is contained in:
committed by
Łukasz Langa
parent
16babfdfda
commit
7448f23d9f
@@ -12,4 +12,4 @@ class struct_spwd(object):
|
||||
sp_flag = ... # type: int
|
||||
|
||||
def getspall() -> List[struct_spwd]: ...
|
||||
def getspnam() -> struct_spwd: ...
|
||||
def getspnam(name: str) -> struct_spwd: ...
|
||||
Reference in New Issue
Block a user