Public Member Functions | |
def | __init__ |
def | __call__ |
def | __nonzero__ |
Public Attributes | |
fetchProc | |
cachedValue | |
Private Member Functions | |
def | _fetchValue |
On the first call, it creates and returns an object. On next calls, it returns the same object.
Definition at line 38 of file CheckPhotonLibraryJobs.py.
def CheckPhotonLibraryJobs.CachedValue.__init__ | ( | self, | |
fetchProc | |||
) |
Definition at line 42 of file CheckPhotonLibraryJobs.py.
def CheckPhotonLibraryJobs.CachedValue.__call__ | ( | self, | |
args, | |||
kwargs, | |||
Returns, | |||
the, | |||
cached, | |||
value | |||
) |
Definition at line 43 of file CheckPhotonLibraryJobs.py.
def CheckPhotonLibraryJobs.CachedValue.__nonzero__ | ( | self, | |
Returns, | |||
whether, | |||
the, | |||
object, | |||
is, | |||
cached | |||
) |
Definition at line 47 of file CheckPhotonLibraryJobs.py.
|
private |
Definition at line 49 of file CheckPhotonLibraryJobs.py.
CheckPhotonLibraryJobs.CachedValue.cachedValue |
Definition at line 50 of file CheckPhotonLibraryJobs.py.
CheckPhotonLibraryJobs.CachedValue.fetchProc |
Definition at line 42 of file CheckPhotonLibraryJobs.py.