Stores multiple pdg.AttributeConfig instances that track the attributes used or consumed by the pdg.Node that owns this object. If the owner is a template, then entries match the definition in the JSON template, otherwise the entries reflect the current state of the node from the last cook.
Methods ¶
inputAttribs
: pdg.AttributeConfig
Property
The attributes consumed by the node.
outputAttribs
: pdg.AttributeConfig
Property
The attributes produced by the node.
upstreamAttribs
: pdg.AttributeConfig
Property
The attributes available from connected upstream nodes. The config object returned by this property is always empty if the owning node is a template.
InputFiles
: str
Static method Property
The string name of the built-in input file work item attribute.
inputFiles
: str
Static method Property
The string name of the built-in input file work item attribute.
This constant is deprecated – pdg.AttributeInfo.InputFiles
should be used instead.
OutputFiles
: str
Static method Property
The string name of the built-in output file work item attribute.
outputFiles
: str
Static method Property
The string name of the built-in output file work item attribute.
This constant is deprecated – pdg.AttributeInfo.InputFiles
should be used instead.
Version
: int
Property
The integer value for the current attribute data version.