mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
stdlib: add many missing __del__ methods (#11042)
This commit is contained in:
@@ -718,3 +718,10 @@ typing(_extensions)?\.IO\.__iter__ # See https://github.com/python/typeshed/com
|
||||
|
||||
# Omit internal _KEEP argument
|
||||
tarfile.TarInfo.replace
|
||||
|
||||
# Private parameters are deliberately omitted in the stubs (see https://github.com/python/mypy/issues/16443)
|
||||
asyncio.(base_events.)?BaseEventLoop.__del__
|
||||
asyncio.(base_subprocess.)?BaseSubprocessTransport.__del__
|
||||
asyncio.(sslproto.)?_SSLProtocolTransport.__del__
|
||||
multiprocessing.pool.Pool.__del__
|
||||
subprocess.Popen.__del__
|
||||
|
||||
Reference in New Issue
Block a user