simple_tuple_property

PlasmaCalcs.tools.properties.simple_tuple_property(*internal_names, doc=None, default=NO_VALUE)

return a property which refers to a tuple of internal names.

if ‘default’ provided (i.e., not NO_VALUE):
- getter will have this default, if attr has not been set.
- setter will do nothing if value is default.
This applies to each name in internal_names, individually.