ISubscription#
- class carb.events.ISubscription#
Bases:
pybind11_object
Subscription holder.
Methods
__init__
(*args, **kwargs)unsubscribe
(self)Unsubscribes this subscription.
Attributes
Enable status of this subscription.
Returns the name of this subscription.
Order of this subscription.
- __init__(*args, **kwargs)#
- unsubscribe( ) None #
Unsubscribes this subscription.
- property enabled#
Enable status of this subscription.
- property name#
Returns the name of this subscription.
- Returns:
The name of this subscription.
- property order#
Order of this subscription.