assetQC
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
assetQC.api.config.memoized Class Reference

List of all members.

Public Member Functions

def __call__
def __get__
def __init__
def __repr__

Public Attributes

 cache
 func

Detailed Description

Decorator. Caches a function's return value each time it is called.
If called later with the same arguments, the cached value is returned
(not reevaluated).

From:
https://wiki.python.org/moin/PythonDecoratorLibrary#Memoize

Constructor & Destructor Documentation

def assetQC.api.config.memoized.__init__ (   self,
  func 
)

Member Function Documentation

def assetQC.api.config.memoized.__call__ (   self,
  args 
)

Here is the caller graph for this function:

def assetQC.api.config.memoized.__get__ (   self,
  obj,
  objtype 
)
Support instance methods.

Here is the call graph for this function:

Return the function's docstring.

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables