SubsetDefinitionTranslatorRegistry#

class glue.config.SubsetDefinitionTranslatorRegistry#

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

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#

Methods Documentation

__call__(format, priority=0)#

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)#
remove(format)#