示例#1
0
 def __init__(self, file_path, *args, **kwds):
     self.file_path = file_path
     TempDict.__init__(self, *args, **kwds)
示例#2
0
 def __init__(self, *args, **kwds):
     TempDict.__init__(self, *args, **kwds)
示例#3
0
 def __init__(self, state, file_path):
     self.timeout = Token.ttl
     self.state = state
     self.file_path = file_path
     TempDict.__init__(self, self.timeout)
示例#4
0
 def __init__(self, *args, **kwds):
     TempDict.__init__(self, *args, **kwds)
示例#5
0
 def __init__(self, state, file_path, *args, **kwds):
     self.state = state
     self.file_path = file_path
     TempDict.__init__(self, *args, **kwds)