This is used to display a customized name of the output from the UI.
This is used to display a customized name of the output from the UI.
The display name for this object.
Get the number of columns in the table.
Get the number of columns in the table.
The number of columns.
Get the number of rows in the table.
Get the number of rows in the table.
The number of rows.
Get an iterator of all the rows.
Get an iterator of all the rows.
An iterator of all the rows.
An IOBase object is always output by an operator.
An IOBase object is always output by an operator. Off-shelf IOBase implementations use this function to return the identifying information of the most recent operator that returned this object. Note that if the user has changed the name of the operator since this IOBase object was created, the source operator name here will be the previous name, not the current one.
Will be None if this is a Tuple or List representing IOBase objects from several operators, or for IONone.
The UUID is unique to each operator within a workflow, and does not change for the lifetime of the operator.
The name of the source operator that returned this.
Default implementation. Developers wanting to change behaviour can extend AbstractLocalTable.