コード例 #1
0
ファイル: mo.py プロジェクト: bischatt78/cobra
    def children(self):
        """Get the children iterator.

        Returns:
          iterator: An iterator for the children of this Mo.
        """
        return BaseMo._children(self)
コード例 #2
0
    def children(self):
        """Get the children iterator.

        Returns:
          iterator: An iterator for the children of this Mo.
        """
        return BaseMo._children(self)
コード例 #3
0
 def children(self):
     """
     Returns the child managed objects (MOs).
     """    
     return BaseMo._children(self)
コード例 #4
0
ファイル: mo.py プロジェクト: tm0nk/cobra-j
 def children(self):
     """
     Returns the child managed objects (MOs).
     """    
     return BaseMo._children(self)