예제 #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)