mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
committed by
Guido van Rossum
parent
91af6291b1
commit
53fde2ddf7
@@ -28,7 +28,7 @@ class Listener:
|
||||
class Connection:
|
||||
def close(self) -> None: ...
|
||||
def fileno(self) -> int: ...
|
||||
def poll(self, timeout: float = ...) -> bool: ...
|
||||
def poll(self, timeout: Optional[float] = ...) -> bool: ...
|
||||
def recv(self) -> Any: ...
|
||||
def recv_bytes(self, maxlength: Optional[int] = ...) -> bytes: ...
|
||||
def recv_bytes_into(self, buf: Any, offset: int = ...) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user