Skip to content

BaseProtocolMixin

Full path: schola.core.protocols.base_protocol.BaseProtocolMixin

Mixin class for protocol implementations.

BaseProtocolMixin

Methods

on_close

on_close()

Hook called when the protocol is being closed.

Returns

Return type: None


on_start

on_start()

Hook called when the protocol is starting.

Returns

Return type: None

Attributes

mixin_properties

mixin_properties

Get mixin-specific properties.