BlackDynamite.run_zeo ===================== .. py:module:: BlackDynamite.run_zeo Classes ------- .. autoapisummary:: BlackDynamite.run_zeo.RunZEO Functions --------- .. autoapisummary:: BlackDynamite.run_zeo.getRunFromScript Module Contents --------------- .. py:class:: RunZEO Bases: :py:obj:`BlackDynamite.zeoobject.ZEOObject` .. py:method:: serialize_dict() .. py:method:: get_params() .. py:method:: get_keys() .. py:method:: getJob() .. py:method:: start() .. py:method:: finish() .. py:method:: fail(state='FAILURE') .. py:method:: setLaunchState(mydir, params) .. py:method:: setContextRequirements() .. py:method:: attachToJob(job, commit=True) .. py:method:: getExecFile() .. py:method:: setExecFile(file_name, commit=True) .. py:method:: annotateHostName(host) .. py:method:: listFiles(subdir='', cache=None) List files in run directory / specified sub-directory .. py:method:: getFile(filename, cache=None) .. py:method:: getFullFileName(filename) .. py:method:: addConfigFiles(file_list, regex_params=None) .. py:method:: getConfigFiles() .. py:method:: getConfigFile(file_id) .. py:method:: getPythonRequirements() .. py:method:: replaceBlackDynamiteVariables(text) .. py:method:: getUpdatedConfigFile(conf) .. py:method:: listQuantities() .. py:method:: getLastStep() .. py:method:: getQuantity(name, step=None) .. py:method:: getQuantities(names, step=None) .. py:method:: saveStepTimeStamp(step) .. py:method:: pushQuantity(vals, steps, name, description=None) .. py:method:: create_blob(name) .. py:method:: getQuantityBlob(name) .. py:method:: getQuantityArrayFromBlob(name) .. py:method:: saveQuantityArrayToBlob(name, step, array_val) .. py:method:: delete() .. py:method:: deleteData() .. py:attribute:: configfiles .. py:attribute:: quantities .. py:method:: getScalarQuantity(name, step=None) .. py:method:: getVectorQuantity(name, step=None) .. py:method:: getScalarQuantities(names, step=None) .. py:method:: getVectorQuantities(names, step=None) .. py:method:: pushVectorQuantity(vals, step, name, description=None) .. py:method:: pushScalarQuantity(val, step, name, description=None) .. py:method:: pushScalarQuantities(vals, steps, name, description=None) .. py:function:: getRunFromScript()