mxcubecore.queue_entry.test_collection#
Classes
|
Defines the behaviour of a data collection. |
|
|
|
|
|
- class mxcubecore.queue_entry.test_collection.TestCollectionQueueEntry(view, data_model: TestCollectionQueueModel)[source]#
Bases:
BaseQueueEntry
Defines the behaviour of a data collection.
- Parameters:
data_model (TestCollectionQueueModel) –
- QMO#
alias of
TestCollectionQueueModel
- execute()[source]#
Execute method, should be overriden my subclasses, defines the main body of the procedure to be performed when the entry is executed.
The default executer calls excute on all child entries after this method but before post_execute.
- class mxcubecore.queue_entry.test_collection.TestCollectionQueueModel(**kwargs)[source]#
Bases:
DataCollection