visiomode.mixins.BaseClassMixin

class visiomode.mixins.BaseClassMixin

Bases: object

Provides convenience methods for identifying and tracking the progeny of Base classes.

__init__()

Methods

__init__()

get_child(child_id)

get_children()

Return all inheriting children as a list.

get_common_name()

"Return the human-readable, space-separated name for the class.

get_identifier()

Generate lowercase identifier for the class.

classmethod get_children()

Return all inheriting children as a list.

classmethod get_common_name()

“Return the human-readable, space-separated name for the class.

classmethod get_identifier()

Generate lowercase identifier for the class.