mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-16 23:13:37 +08:00
stdlib: add many missing __del__ methods (#11042)
This commit is contained in:
@@ -29,6 +29,7 @@ class Shelf(MutableMapping[str, _VT]):
|
||||
def __exit__(
|
||||
self, type: type[BaseException] | None, value: BaseException | None, traceback: TracebackType | None
|
||||
) -> None: ...
|
||||
def __del__(self) -> None: ...
|
||||
def close(self) -> None: ...
|
||||
def sync(self) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user