resort.engine.execution¶
-
class
resort.engine.execution.Context(base_dir, prof_dir, prof_name)¶ Bases:
objectExecution context.
Parameters: -
resolve(value)¶ Resolve contextual value.
Parameters: value – Contextual value. Returns: If value is a function with a single parameter, which is a read-only dictionary, the return value of the function called with context properties as its parameter. If not, the value itself.
-
-
class
resort.engine.execution.Insert(name, comp)¶ Bases:
resort.engine.execution.OperationInsert operation.
Parameters:
-
class
resort.engine.execution.Delete(name, comp)¶ Bases:
resort.engine.execution.OperationDelete operation.
Parameters: