You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: