StateAttributeSingleValueHelper

class glue.core.state_objects.StateAttributeSingleValueHelper(state, attribute, function, mode='values', **kwargs)[source]

Bases: glue.core.state_objects.StateAttributeCacheHelper

Attributes Summary

modifiers_names

values_names

Methods Summary

update_values(self[, use_default_modifiers])

Attributes Documentation

modifiers_names = ()
values_names = ('value',)

Methods Documentation

update_values(self, use_default_modifiers=False, **properties)[source]