mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 03:51:06 +08:00
Update mypy to 1.18.1 (#14699)
This commit is contained in:
@@ -17,7 +17,7 @@ class error(Exception):
|
||||
class com_error(Exception): ...
|
||||
|
||||
class HANDLEType:
|
||||
def __init__(self, *args: Never) -> NoReturn: ...
|
||||
def __new__(self, *args: Never) -> NoReturn: ...
|
||||
@property
|
||||
def handle(self) -> int: ...
|
||||
def Close(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user