Esempio n. 1
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)
Esempio n. 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)
Esempio n. 3
0
 def dirtyProps(self):
     """
     Returns modified properties that have not been committed.
     """    
     return BaseMo._dirtyProps(self)
Esempio n. 4
0
File: mo.py Progetto: tm0nk/cobra-j
 def dirtyProps(self):
     """
     Returns modified properties that have not been committed.
     """    
     return BaseMo._dirtyProps(self)