mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
stdlib: audit more callback annotations (#8209)
This commit is contained in:
@@ -104,7 +104,7 @@ class Telnet:
|
||||
def read_lazy(self) -> bytes: ...
|
||||
def read_very_lazy(self) -> bytes: ...
|
||||
def read_sb_data(self) -> bytes: ...
|
||||
def set_option_negotiation_callback(self, callback: Callable[[socket.socket, bytes, bytes], Any] | None) -> None: ...
|
||||
def set_option_negotiation_callback(self, callback: Callable[[socket.socket, bytes, bytes], object] | None) -> None: ...
|
||||
def process_rawq(self) -> None: ...
|
||||
def rawq_getchar(self) -> bytes: ...
|
||||
def fill_rawq(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user