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
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
Methods Documentation