betty.datas.ordered_plugin_definition module

Ordered plugin definition data.

class betty.datas.ordered_plugin_definition.OrderedPluginDefinitionData

Bases: PluginDefinitionData, Generic

Configure a betty.plugin.ordered.OrderedPluginDefinition.

betty.datas.ordered_plugin_definition:OrderedPluginDefinitionData
__init__(after: Iterable[ResolvablePluginId] = (), before: Iterable[ResolvablePluginId] = (), **kwargs: Any)
after

An object attribute that stores its collection of data on owner instances.

before

An object attribute that stores its collection of data on owner instances.