def __init__(self):
     LockableObject.__init__(self)
     self.queue = {}
예제 #2
0
 def __init__(self, config, name):
     LockableObject.__init__(self)
     self.__config = config
     self.__name = name
예제 #3
0
 def __init__(self, obj_id):
     LockableObject.__init__(self)
     self.id = obj_id
     self.folksonomy_tags = {}
     self.item = None
예제 #4
0
파일: config.py 프로젝트: b333z/picard
 def __init__(self, config, name):
     LockableObject.__init__(self)
     self.__config = config
     self.__name = name
예제 #5
0
 def __init__(self):
     LockableObject.__init__(self)
     self.queue = {}
예제 #6
0
 def __init__(self, id):
     LockableObject.__init__(self)
     self.id = id
     self.folksonomy_tags = {}
예제 #7
0
 def __init__(self, obj_id):
     LockableObject.__init__(self)
     self.id = obj_id
     self.folksonomy_tags = {}
     self.item = None