conductor.houdini.hda.submission_tree module

class conductor.houdini.hda.submission_tree.SubmissionTree(parent=None)

Bases: sphinx.ext.autodoc.importer._MockObject

A Window to display the submission object.

Shows a tree view with expandable sections to view the whole state of the submission. The user can use this view to:

  1. Check or debug issues with the submission structure.
  2. Check find out what tokens are available and what their values look like.
populate(submission)

Put formatted submission information in the tree widget.

conductor.houdini.hda.submission_tree.appendRow(parent, key, value=None)