You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This throws error or returns `<Ping{data='pong!'}>`
63
63
64
+
### Options
65
+
You can also pass to the Config initializer:
66
+
*`request_timeout=` sets timeout for requests (seconds), default: none (see [requests docs](http://docs.python-requests.org/en/master/user/quickstart/#timeouts) for details)
67
+
64
68
## Usage
65
69
66
70
The library is based on [promises](https://pypi.python.org/pypi/promise) (mechanism similar to futures).
0 commit comments