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