Inheritance diagram for read.cache:

Public Member Functions

def __init__ (self, maxitems, max_workers=None, args, kwargs)
 
def __setitem__ (self, key, val)
 
def __getitem__ (self, key)
 
def __del__ (self)
 

Public Attributes

 pool
 
 maxitems
 

Detailed Description

Definition at line 232 of file read.py.

Constructor & Destructor Documentation

◆ __init__()

def read.cache.__init__ (   self,
  maxitems,
  max_workers = None,
  args,
  kwargs 
)

Definition at line 234 of file read.py.

◆ __del__()

def read.cache.__del__ (   self)

Definition at line 250 of file read.py.

Member Function Documentation

◆ __getitem__()

def read.cache.__getitem__ (   self,
  key 
)

Definition at line 246 of file read.py.

◆ __setitem__()

def read.cache.__setitem__ (   self,
  key,
  val 
)

Definition at line 240 of file read.py.

Member Data Documentation

◆ maxitems

read.cache.maxitems

Definition at line 238 of file read.py.

◆ pool

read.cache.pool

Definition at line 237 of file read.py.


The documentation for this class was generated from the following file:
  • /home/webadmin/src/fosite/src/tools/plot/read.py