コード例 #1
0
ファイル: mo.py プロジェクト: bischatt78/cobra
    def parent(self):
        """Get the parent Mo.

        Returns:
          cobra.mit.mo.Mo: The parent Mo.
        """
        return BaseMo._parent(self)
コード例 #2
0
    def parent(self):
        """Get the parent Mo.

        Returns:
          cobra.mit.mo.Mo: The parent Mo.
        """
        return BaseMo._parent(self)
コード例 #3
0
 def parent(self):
     """
     Returns the parent managed object (MO).
     """    
     return BaseMo._parent(self)
コード例 #4
0
ファイル: mo.py プロジェクト: tm0nk/cobra-j
 def parent(self):
     """
     Returns the parent managed object (MO).
     """    
     return BaseMo._parent(self)