mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
pywin32: Annotate win32com.client.constants (#10888)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from _typeshed import Incomplete
|
||||
from typing_extensions import TypeAlias
|
||||
from typing_extensions import Final, TypeAlias
|
||||
|
||||
import _win32typing
|
||||
from win32com.client import dynamic as dynamic, gencache as gencache
|
||||
@@ -36,7 +36,7 @@ class Constants:
|
||||
__dicts__: Incomplete
|
||||
def __getattr__(self, a: str): ...
|
||||
|
||||
constants: Incomplete
|
||||
constants: Final[Constants]
|
||||
|
||||
class EventsProxy:
|
||||
def __init__(self, ob) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user