コード例 #1
0
ファイル: mo.py プロジェクト: bischatt78/cobra
    def dirtyProps(self):
        """Get the properties that are marked as dirty.

        Returns:
          set: The set of properties that are dirty.
        """
        return BaseMo._dirtyProps(self)
コード例 #2
0
    def dirtyProps(self):
        """Get the properties that are marked as dirty.

        Returns:
          set: The set of properties that are dirty.
        """
        return BaseMo._dirtyProps(self)
コード例 #3
0
 def dirtyProps(self):
     """
     Returns modified properties that have not been committed.
     """    
     return BaseMo._dirtyProps(self)
コード例 #4
0
ファイル: mo.py プロジェクト: tm0nk/cobra-j
 def dirtyProps(self):
     """
     Returns modified properties that have not been committed.
     """    
     return BaseMo._dirtyProps(self)