mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 06:35:22 +08:00
Various packages stubtest fixes (#5221)
This commit is contained in:
@@ -4,5 +4,6 @@ def gnu_getopt(args: list[str], shortopts: str, longopts: list[str] = ...) -> tu
|
||||
class GetoptError(Exception):
|
||||
msg: str
|
||||
opt: str
|
||||
def __init__(self, msg: str, opt: str = ...) -> None: ...
|
||||
|
||||
error = GetoptError
|
||||
|
||||
Reference in New Issue
Block a user