mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Add winreg.HKEYType.handle property (#10848)
This commit is contained in:
@@ -99,3 +99,5 @@ if sys.platform == "win32":
|
||||
def Close(self) -> None: ...
|
||||
def Detach(self) -> int: ...
|
||||
def __hash__(self) -> int: ...
|
||||
@property
|
||||
def handle(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user