Beispiel #1
0
    def numChildren(self):
        """Get the number of children.

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

        Returns:
          int: The number of children that this Mo has.
        """
        return BaseMo._numChildren(self)
 def numChildren(self):
     """
     Returns the number of child managed objects (MOs).
     """    
     return BaseMo._numChildren(self)
Beispiel #4
0
 def numChildren(self):
     """
     Returns the number of child managed objects (MOs).
     """    
     return BaseMo._numChildren(self)