Miguel Grinberg
1 year ago
Failed to extract signature
2 changed files with
2 additions and
2 deletions
-
src/socketio/async_simple_client.py
-
src/socketio/simple_client.py
|
|
@ -9,7 +9,7 @@ class AsyncSimpleClient: |
|
|
|
This class implements a simple, yet fully compliant Socket.IO web client |
|
|
|
with support for websocket and long-polling transports. |
|
|
|
|
|
|
|
Th positional and keyword arguments given in the constructor are passed |
|
|
|
The positional and keyword arguments given in the constructor are passed |
|
|
|
to the underlying :func:`socketio.AsyncClient` object. |
|
|
|
""" |
|
|
|
def __init__(self, *args, **kwargs): |
|
|
|
|
|
@ -9,7 +9,7 @@ class SimpleClient: |
|
|
|
This class implements a simple, yet fully compliant Socket.IO web client |
|
|
|
with support for websocket and long-polling transports. |
|
|
|
|
|
|
|
Th positional and keyword arguments given in the constructor are passed |
|
|
|
The positional and keyword arguments given in the constructor are passed |
|
|
|
to the underlying :func:`socketio.Client` object. |
|
|
|
""" |
|
|
|
def __init__(self, *args, **kwargs): |
|
|
|