DictRegistry#

class glue.config.DictRegistry[source]#

Bases: Registry

Base class for registries that are based on dictionaries instead of lists of objects.

Attributes Summary

members

A list of the members in the registry.

Methods Summary

default_members()

The member items provided by default.

Attributes Documentation

members[source]#

Methods Documentation

default_members()[source]#

The member items provided by default. These are put in this method so that code is only imported when needed