Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|
OverviewThis method allows you to switch make the group's parent holder usable or unusable. This can be useful when you want to be able to "switch" between a group of holders with a parent, and without. An example of this is in the AbstractTransform where a checkbox is used to determine if the function's output should be directed to the parent list (in which case we'd want this function to enable the parent holder). Otherwise the function will direct its output to the free variables (in which case we'd want the function to disable the parent holder).
|
OverviewThis method will return either True or False depending on whether all of the input holders have been filled in. It utilizes getNumberOfIns and compares it to the length of self._inputHolders.
|
OverviewThis method will returnthe number of input holders which have a _item member. The method does not take in to account the total number of holders.
|
GenericGroupHolder.getInNames (self, careful = True) This method will generalls return a list of the names on items in the input holders. If careful is True, then it will return False if it ever encounters an empty holder. It defaults to this. If careful is False, then it will always return a list of strings, and if an input holder has no _item member, then it won't append anything to the result list. |
GenericGroupHolder.getInAccesses (self, careful = True) This method will generalls return a list of the ipython shell access strings on items in the input holders. If careful is True, then it will return False if it ever encounters an empty holder. It defaults to this. If careful is False, then it will always return a list of strings, and if an input holder has no _item member, then it won't append anything to the result list. |
GenericGroupHolder.getOutNames (self, careful = True) This method will generalls return a list of the names on items in the output holders. If careful is True, then it will return False if it ever encounters an empty holder. It defaults to this. If careful is False, then it will always return a list of strings, and if an output holder has no _item member, then it won't append anything to the result list. |
OverviewThis is a convenience method which simply calls the
return: none |
OverviewThis method will run through all of the input holders and check if their parent item is the current parent item. If any of the input holders don't meet that condition, then their clear method is called individually, effectively purging it from the group. return: none |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 21 09:10:23 2008 | http://epydoc.sourceforge.net |