mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Stubtest fixes (#5391)
This commit is contained in:
@@ -7,5 +7,5 @@ class struct_group(NamedTuple):
|
||||
gr_mem: List[str]
|
||||
|
||||
def getgrall() -> List[struct_group]: ...
|
||||
def getgrgid(gid: int) -> struct_group: ...
|
||||
def getgrgid(id: int) -> struct_group: ...
|
||||
def getgrnam(name: str) -> struct_group: ...
|
||||
|
||||
Reference in New Issue
Block a user