Exemplo n.º 1
0
    def numChildren(self):
        """Get the number of children.

        Returns:
          int: The number of children that this Mo has.
        """
        return BaseMo._numChildren(self)
Exemplo n.º 2
0
    def numChildren(self):
        """Get the number of children.

        Returns:
          int: The number of children that this Mo has.
        """
        return BaseMo._numChildren(self)
Exemplo n.º 3
0
 def numChildren(self):
     """
     Returns the number of child managed objects (MOs).
     """    
     return BaseMo._numChildren(self)
Exemplo n.º 4
0
Arquivo: mo.py Projeto: tm0nk/cobra-j
 def numChildren(self):
     """
     Returns the number of child managed objects (MOs).
     """    
     return BaseMo._numChildren(self)