Exemplo n.º 1
0
    def children(self):
        """Get the children iterator.

        Returns:
          iterator: An iterator for the children of this Mo.
        """
        return BaseMo._children(self)
Exemplo n.º 2
0
    def children(self):
        """Get the children iterator.

        Returns:
          iterator: An iterator for the children of this Mo.
        """
        return BaseMo._children(self)
Exemplo n.º 3
0
 def children(self):
     """
     Returns the child managed objects (MOs).
     """    
     return BaseMo._children(self)
Exemplo n.º 4
0
Arquivo: mo.py Projeto: tm0nk/cobra-j
 def children(self):
     """
     Returns the child managed objects (MOs).
     """    
     return BaseMo._children(self)