DictRegistry

class glue.config.DictRegistry[source]

Bases: glue.config.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(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

default_members(self)[source]

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