_origen.producer#

Classes#

class _origen.producer.PyProducer#
create_job(command, file=None)#
current_job#
class _origen.producer.PyPattern#
class _origen.producer.PyJob#
add_file(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