This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-websocket-client
Code
Issues
Proposed changes
Files
5bfad93a7fc1d370b9058d2cbf35afc897dd68ee
deb-python-websocket-client
/
websocket
/
tests
History
Stuart Axel Owen
266c6b0e79
Add
__iter__
,
__next__
, and
next
methods to WebSocket, allowing them to be iterated over. This means you can slice, map, filter, etc, websockets without having to roll your own generator each time.
2015-04-20 04:27:19 +00:00
..
data
-
fixed
#112
2014-10-07 09:28:13 +09:00
__init__.py
-
fixed
#112
2014-10-07 09:28:13 +09:00
test_websocket.py
Add
__iter__
,
__next__
, and
next
methods to WebSocket, allowing them to be iterated over. This means you can slice, map, filter, etc, websockets without having to roll your own generator each time.
2015-04-20 04:27:19 +00:00