#################### Private functions #################### .. _moobius.network.ws_client.WSClient._queue_consume: WSClient._queue_consume --------------------------------------------------------------------------------------------------------------------- Consumes tasks from an internal asyncio queue. .. raw:: html

Signature:

* **WSClient._queue_consume**(self) .. raw:: html

Parameters:

* __(this class constructor accepts no arguments):__ .. raw:: html

Returns:

* The Never. .. raw:: html

Raises:

* (this function does not raise any notable errors) .. _moobius.network.ws_client.WSClient.__str__: WSClient.__str__ --------------------------------------------------------------------------------------------------------------------- The string output function for debugging. .. raw:: html

Signature:

* **WSClient.__str__**(self) .. raw:: html

Parameters:

* __(this class constructor accepts no arguments):__ .. raw:: html

Returns:

* The easy-to-read string summary. .. raw:: html

Raises:

* (this function does not raise any notable errors) .. _moobius.network.ws_client.WSClient.__repr__: WSClient.__repr__ --------------------------------------------------------------------------------------------------------------------- The string output function for debugging. .. raw:: html

Signature:

* **WSClient.__repr__**(self) .. raw:: html

Parameters:

* __(this class constructor accepts no arguments):__ .. raw:: html

Returns:

* The easy-to-read string summary. .. raw:: html

Raises:

* (this function does not raise any notable errors) #################### Private attributes #################### (None)