Package pyraf :: Module graphcap :: Class GraphCap
[hide private]
[frames] | no frames]

Class GraphCap

source code


Graphcap class that automatically updates if file changes

Instance Methods [hide private]
 
__init__(self, graphcapPath) source code
 
updateValue(self)
Called on init and if file changes
source code
 
getValue(self)
Get info associated with file.
source code
 
__getitem__(self, key)
Get up-to-date version of dictionary
source code
 
has_key(self, key) source code

Inherited from filecache.FileCache: get, newValue

Method Details [hide private]

__init__(self, graphcapPath)
(Constructor)

source code 
Overrides: filecache.FileCache.__init__

updateValue(self)

source code 

Called on init and if file changes

Overrides: filecache.FileCache.updateValue

getValue(self)

source code 

Get info associated with file.

Usually this is not called directly by the user (use the get() method instead.)

Overrides: filecache.FileCache.getValue
(inherited documentation)