def __init__(self):
     LockableObject.__init__(self)
     self.queue = {}
Example #2
0
 def __init__(self, config, name):
     LockableObject.__init__(self)
     self.__config = config
     self.__name = name
Example #3
0
 def __init__(self, obj_id):
     LockableObject.__init__(self)
     self.id = obj_id
     self.folksonomy_tags = {}
     self.item = None
Example #4
0
 def __init__(self, config, name):
     LockableObject.__init__(self)
     self.__config = config
     self.__name = name
Example #5
0
 def __init__(self):
     LockableObject.__init__(self)
     self.queue = {}
Example #6
0
 def __init__(self, id):
     LockableObject.__init__(self)
     self.id = id
     self.folksonomy_tags = {}
Example #7
0
 def __init__(self, obj_id):
     LockableObject.__init__(self)
     self.id = obj_id
     self.folksonomy_tags = {}
     self.item = None