mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +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: ...
|
||||
|
||||
@@ -13,7 +13,6 @@ _winapi.VirtualQuerySize
|
||||
ssl.SSLSocket.recvmsg
|
||||
ssl.SSLSocket.recvmsg_into
|
||||
ssl.SSLSocket.sendmsg
|
||||
winreg.HKEYType.handle
|
||||
_ctypes.FreeLibrary
|
||||
_ctypes.LoadLibrary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user