SubsetDefinitionTranslatorRegistry#

class glue.config.SubsetDefinitionTranslatorRegistry[source]#

Bases: Registry

Stores subset state translators, which are classes that define methods to translate between SubsetState objects and other kinds of selection representations.

Attributes Summary

supported_classes

Methods Summary

__call__(format[, priority])

This is provided so that registry instances can be used as decorators.

get_handler_for(format)

remove(format)

Attributes Documentation

supported_classes[source]#

Methods Documentation

__call__(format, priority=0)[source]#

This is provided so that registry instances can be used as decorators. The decorators should add the decorated code object to the registry, and return the original function

get_handler_for(format)[source]#
remove(format)[source]#