DictRegistry¶
-
class
glue.config.DictRegistry[source]¶ Bases:
glue.config.RegistryBase class for registries that are based on dictionaries instead of lists of objects.
Attributes Summary
A list of the members in the registry.
Methods Summary
default_members(self)The member items provided by default.
Attributes Documentation
-
members[source]¶ A list of the members in the registry. The return value is a list. The contents of the list are specified in each subclass
Methods Documentation
-