示例#1
0
 def __init__(self, id=None):
     Persistent.__init__(self)
     self.id = id
     self.events = {}
     self.time = 0L
     self.nextEventId = 1
     self.stopped = False
     self.debug = False
示例#2
0
 def __init__(self,id=None):
     Persistent.__init__(self)
     self.id = id
     self.events = {}
     self.time = 0L
     self.nextEventId=1
     self.stopped = False
     self.debug = False
示例#3
0
 def __init__(self,id=None):
     Persistent.__init__(self,id)