Private functions#

WSClient._queue_consume#

Consumes tasks from an internal asyncio queue.

Signature:

  • **WSClient._queue_consume**(self)

Parameters:

  • __(this class constructor accepts no arguments):__

Returns:

  • The Never.

Raises:

  • (this function does not raise any notable errors)

WSClient.__str__#

The string output function for debugging.

Signature:

  • **WSClient.__str__**(self)

Parameters:

  • __(this class constructor accepts no arguments):__

Returns:

  • The easy-to-read string summary.

Raises:

  • (this function does not raise any notable errors)

WSClient.__repr__#

The string output function for debugging.

Signature:

  • **WSClient.__repr__**(self)

Parameters:

  • __(this class constructor accepts no arguments):__

Returns:

  • The easy-to-read string summary.

Raises:

  • (this function does not raise any notable errors)

Private attributes#

(None)