コード例 #1
0
ファイル: mo.py プロジェクト: bischatt78/cobra
    def rn(self):  # pylint:disable=invalid-name
        """Get the relative name.

        Returns:
          cobra.mit.naming.Rn: The relative name for this Mo.
        """
        return BaseMo._rn(self)
コード例 #2
0
    def rn(self):  # pylint:disable=invalid-name
        """Get the relative name.

        Returns:
          cobra.mit.naming.Rn: The relative name for this Mo.
        """
        return BaseMo._rn(self)
コード例 #3
0
 def rn(self):
     """
     Returns the relative name (Rn) of the managed object (MO).
     """    
     return BaseMo._rn(self)
コード例 #4
0
ファイル: mo.py プロジェクト: tm0nk/cobra-j
 def rn(self):
     """
     Returns the relative name (Rn) of the managed object (MO).
     """    
     return BaseMo._rn(self)