python-websocketd
Python module for creating a http server which uses WebSockets.

◆ closed()

def websocketd.Websocket.closed (   self)

This function does nothing by default, but can be overridden by the application.

It is called when the websocket is closed.

Returns
None.

Definition at line 426 of file websocketd.py.