Skip to content

Commit 9a01b81

Browse files
ymyzkJelleZijlstra
authored andcommitted
Add sockets attribute to asyncio.events.AbstractServer (#2364)
1 parent 92a697c commit 9a01b81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/3/asyncio/events.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class TimerHandle(Handle):
3434
def __hash__(self) -> int: ...
3535

3636
class AbstractServer:
37+
sockets: Optional[List[socket]]
3738
def close(self) -> None: ...
3839
@coroutine
3940
def wait_closed(self) -> Generator[Any, None, None]: ...

0 commit comments

Comments
 (0)