mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
stdlib: add many missing __del__ methods (#11042)
This commit is contained in:
@@ -112,6 +112,7 @@ class Pool:
|
||||
def __exit__(
|
||||
self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_tb: TracebackType | None
|
||||
) -> None: ...
|
||||
def __del__(self) -> None: ...
|
||||
|
||||
class ThreadPool(Pool):
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user