The name of QueueModelObjects rae handled in several different ways in the code.
The base class has get_name, and set_name, ._name and ._names,=,
Basket and Sample have self.name, in addition to the abocve
The return value of get_name() is defined in a number of different ways, most of them adds to the return value ratehr than just returning an internal attribute.
If I want the name of a QMO, what should I call? Is it documented anywhere what the various options mean? For Sample, in particular, which of the alternatives is the sample name?
The name of QueueModelObjects rae handled in several different ways in the code. The base class has get_name, and set_name, ._name and ._names,=, Basket and Sample have self.name, in addition to the abocve The return value of get_name() is defined in a number of different ways, most of them adds to the return value ratehr than just returning an internal attribute.
If I want the name of a QMO, what should I call? Is it documented anywhere what the various options mean? For Sample, in particular, which of the alternatives is the sample name?