mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add stubs for nt (#10917)
This commit is contained in:
@@ -40,6 +40,7 @@ asyncio.windows_events
|
||||
asyncio.windows_utils
|
||||
msilib(.[a-z]+)?
|
||||
msvcrt
|
||||
nt
|
||||
winreg
|
||||
winsound
|
||||
ossaudiodev
|
||||
|
||||
@@ -29,6 +29,7 @@ asyncio.windows_events
|
||||
asyncio.windows_utils
|
||||
msilib(.[a-z]+)?
|
||||
msvcrt
|
||||
nt
|
||||
winreg
|
||||
winsound
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ multiprocessing.reduction.AbstractReducer.DupHandle
|
||||
# Exists at runtime, but missing from stubs
|
||||
encodings.mbcs
|
||||
encodings.oem
|
||||
nt
|
||||
_winapi.CreateFileMapping
|
||||
_winapi.MapViewOfFile
|
||||
_winapi.OpenFileMapping
|
||||
|
||||
Reference in New Issue
Block a user