mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Bump mypy (and a few other test dependencies) (#11196)
This commit is contained in:
@@ -83,6 +83,7 @@ if sys.platform != "win32":
|
||||
def write(self, data: bytes, flags: int = ...) -> int: ...
|
||||
def close(self) -> None: ...
|
||||
def fileno(self) -> int: ...
|
||||
def __del__(self) -> None: ...
|
||||
|
||||
class file_dispatcher(dispatcher):
|
||||
def __init__(self, fd: FileDescriptorLike, map: _MapType | None = None) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user