_origen.producer¶
Classes¶
PyProducer: Undocumented.PyPattern: Undocumented.PyJob: Undocumented.
-
class
_origen.producer.PyPattern¶
-
class
_origen.producer.PyJob¶ -
add_file()¶ Add the given file to the job’s files stack
-
current_file¶ Returns the current file being executed by the job. This may be the same as the source_file or it could be different, for example if a flow has included a sub-flow file.
-
id¶
-
pop_file()¶ Pop a file off the job’s files stack
-
source_file¶ Returns the source file at the root of the job
-