mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 17:28:40 +08:00
third-party stubs: Add several missing __del__ methods (#11054)
This commit is contained in:
@@ -56,6 +56,7 @@ class SpooledIOBase(metaclass=abc.ABCMeta):
|
||||
def __eq__(self, other): ...
|
||||
def __ne__(self, other): ...
|
||||
def __bool__(self): ...
|
||||
def __del__(self) -> None: ...
|
||||
__nonzero__: Incomplete
|
||||
|
||||
class SpooledBytesIO(SpooledIOBase):
|
||||
|
||||
Reference in New Issue
Block a user