Add winreg.HKEYType.handle property (#10848)

This commit is contained in:
Nikita Sobolev
2023-10-06 21:20:12 +03:00
committed by GitHub
parent c5599572d4
commit 48d4f7a6a5
2 changed files with 2 additions and 1 deletions

View File

@@ -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: ...

View File

@@ -13,7 +13,6 @@ _winapi.VirtualQuerySize
ssl.SSLSocket.recvmsg
ssl.SSLSocket.recvmsg_into
ssl.SSLSocket.sendmsg
winreg.HKEYType.handle
_ctypes.FreeLibrary
_ctypes.LoadLibrary