mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
stdlib: add many missing __del__ methods (#11042)
This commit is contained in:
@@ -117,7 +117,8 @@ class FieldStorage:
|
||||
def __contains__(self, key: str) -> bool: ...
|
||||
def __len__(self) -> int: ...
|
||||
def __bool__(self) -> bool: ...
|
||||
# In Python 3 it returns bytes or str IO depending on an internal flag
|
||||
def __del__(self) -> None: ...
|
||||
# Returns bytes or str IO depending on an internal flag
|
||||
def make_file(self) -> IO[Any]: ...
|
||||
|
||||
def print_exception(
|
||||
|
||||
Reference in New Issue
Block a user