## Thought it looks better without the breadcrumbs bar, and kinda redunant since we have the sidebar nav
Origen v2
:

Table Of Contents

Contents

_origen.producer

Classes

class _origen.producer.PyProducer
create_job()
current_job
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