udapi.core.run module

Class Run parses a scenario and executes it.

class udapi.core.run.Run(args)[source]

Bases: object

Processing unit that processes UD data; typically a sequence of blocks.

execute()[source]

Parse given scenario and execute it.

scenario_string()[source]

Return the scenario string.

udapi.core.run.create_block(block, **kwargs)[source]

A factory function for creating new block instances (handy for IPython).