mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
add contextlib._GeneratorContextManagerBase (#12885)
Actually putting methods on it may be currently infeasible, but I don't see why it shouldn't exist at all.
This commit is contained in:
@@ -31,6 +31,7 @@ configparser.SectionProxy.__getattr__ # SectionProxy can have arbitrary attribu
|
||||
configparser.SectionProxy.getboolean
|
||||
configparser.SectionProxy.getfloat
|
||||
configparser.SectionProxy.getint
|
||||
contextlib._GeneratorContextManagerBase.__init__ # skipped in the stubs in favor of its child classes
|
||||
copy.PyStringMap # defined only in Jython
|
||||
ctypes.CDLL._FuncPtr # None at class level but initialized in __init__ to this value
|
||||
ctypes.memmove # CFunctionType
|
||||
|
||||
Reference in New Issue
Block a user