mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 11:11:26 +08:00
Bump mypy to 1.11.1 (#12463)
This commit is contained in:
@@ -23,7 +23,7 @@ class PopenSpawn(SpawnBase[AnyStr]):
|
||||
preexec_fn: Callable[[], None] | None = None,
|
||||
) -> None: ...
|
||||
flag_eof: bool
|
||||
def read_nonblocking(self, size, timeout): ...
|
||||
def read_nonblocking(self, size, timeout): ... # type: ignore[override]
|
||||
def write(self, s) -> None: ...
|
||||
def writelines(self, sequence) -> None: ...
|
||||
def send(self, s): ...
|
||||
|
||||
Reference in New Issue
Block a user