mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Various stubtest fixes (#5230)
This commit is contained in:
@@ -8,7 +8,7 @@ class error(Exception):
|
||||
pos: Optional[int]
|
||||
lineno: int
|
||||
colno: int
|
||||
def __init__(self, msg: str, pattern: Union[str, bytes] = ..., pos: int = ...) -> None: ...
|
||||
def __init__(self, msg: str, pattern: Optional[Union[str, bytes]] = ..., pos: Optional[int] = ...) -> None: ...
|
||||
|
||||
class _NamedIntConstant(int):
|
||||
name: Any
|
||||
|
||||
Reference in New Issue
Block a user