mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
add missing ctypes things (#13147)
This commit is contained in:
@@ -66,10 +66,6 @@ xml.sax.expatreader
|
||||
# TODO: Module members that exist at runtime, but are missing from stubs
|
||||
# ==========
|
||||
_thread.RLock
|
||||
ctypes.ARRAY
|
||||
ctypes.SetPointerType
|
||||
ctypes.c_voidp
|
||||
ctypes.util.test
|
||||
multiprocessing.managers.Server.accepter
|
||||
multiprocessing.managers.Server.create
|
||||
multiprocessing.managers.Server.debug_info
|
||||
@@ -101,12 +97,6 @@ multiprocessing.synchronize.Semaphore.get_value
|
||||
tkinter.Misc.config
|
||||
tkinter.font.Font.counter
|
||||
|
||||
_ctypes.PyObj_FromPtr
|
||||
_ctypes.Py_DECREF
|
||||
_ctypes.Py_INCREF
|
||||
_ctypes.buffer_info
|
||||
_ctypes.call_cdeclfunction
|
||||
_ctypes.call_function
|
||||
|
||||
# ==========
|
||||
# Modules that exist at runtime, but are deliberately missing from stubs
|
||||
|
||||
Reference in New Issue
Block a user