Esempio n. 1
0
    def status(self):
        """Get the status.

        Returns:
          cobra.internal.base.moimpl.MoStatus: The status for this Mo.
        """
        return BaseMo._status(self)
Esempio n. 2
0
    def status(self):
        """Get the status.

        Returns:
          cobra.internal.base.moimpl.MoStatus: The status for this Mo.
        """
        return BaseMo._status(self)
Esempio n. 3
0
 def status(self):
     """
     Returns the managed object (MO) status.
     """    
     return BaseMo._status(self)
Esempio n. 4
0
File: mo.py Progetto: tm0nk/cobra-j
 def status(self):
     """
     Returns the managed object (MO) status.
     """    
     return BaseMo._status(self)