mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-24 17:54:01 +08:00
Enable Ruff flake8-todos (TD) (#13748)
This commit is contained in:
@@ -2556,7 +2556,7 @@ class Popen(Generic[AnyStr]):
|
||||
def poll(self) -> int | None: ...
|
||||
def wait(self, timeout: float | None = None) -> int: ...
|
||||
# morally the members of the returned tuple should be optional
|
||||
# TODO this should allow ReadableBuffer for Popen[bytes], but adding
|
||||
# TODO: this should allow ReadableBuffer for Popen[bytes], but adding
|
||||
# overloads for that runs into a mypy bug (python/mypy#14070).
|
||||
def communicate(self, input: AnyStr | None = None, timeout: float | None = None) -> tuple[AnyStr, AnyStr]: ...
|
||||
def send_signal(self, sig: int) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user