Ejemplo n.º 1
0
 def __init__(self):
     self.__account = None
     self.__syncController = None
     self.__cache = {}
     self.__persistentCache = SimpleCache('account_caches', 'shop')
     self.__ignore = True
     self.__isSynchronizing = False
     self.__syncID = 0
     self.__isFirstSync = True
Ejemplo n.º 2
0
 def __init__(self):
     self.revision = 0
     self.__account = None
     self.__syncController = None
     self.__ignore = True
     self.__isSynchronized = False
     self.__syncID = 0
     self.__subscribers = []
     self.__isFirstSync = True
     self.__persistentCache = SimpleCache('account_caches', 'data')
     self.__persistentCache.data = None
     self.__persistentCache.isDirty = False