python-websocketd
Python module for creating a http server which uses WebSockets.
|
◆ call()
Make a call to a function or generator. If target is a generator, the call will return when it finishes. Yielded values are ignored. Extra arguments are passed to target.
Definition at line 447 of file websocketd.py. |