Example #1
0
 def __init__(self, file_path, *args, **kwds):
     self.file_path = file_path
     TempDict.__init__(self, *args, **kwds)
Example #2
0
 def __init__(self, *args, **kwds):
     TempDict.__init__(self, *args, **kwds)
Example #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)
Example #4
0
 def __init__(self, *args, **kwds):
     TempDict.__init__(self, *args, **kwds)
Example #5
0
 def __init__(self, state, file_path, *args, **kwds):
     self.state = state
     self.file_path = file_path
     TempDict.__init__(self, *args, **kwds)