Example #1
0
 def __setattr__(self, k, v):
     self.__dict__[k] = v
     if Utils.nonFlanged(k):
         self.__dirty__.add(k)