예제 #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)