AFL.automation.APIServer.Driver#
Functions
|
Return the ceiling of x as an Integral. |
|
|
|
Return the square root of x. |
Classes
|
|
|
A dictionary-like class that serializes changes to disk |
- class AFL.automation.APIServer.Driver.Driver(name, defaults=None, overrides=None, useful_links=None)[source]#
- unqueued()#
- queued()#
- quickbar()#
- classmethod gather_defaults()[source]#
Gather all inherited static class-level dictionaries called default.
- pre_execute(**kwargs)[source]#
Executed before each call to execute
All of the kwargs passed to execute are also pass to this method. It is expected that this method be overridden by subclasses.
- post_execute(**kwargs)[source]#
Executed after each call to execute
All of the kwargs passed to execute are also pass to this method. It is expected that this method be overridden by subclasses.
- set_data(data: dict)[source]#
Set data in the DataPacket object
- Parameters:
data (dict) – Dictionary of data to store in the driver object
variables (Note! if the keys in data are not system or sample)
:param : :param they will be erased at the end of this function call.: