class documentation

Special attribute model for functions decorated with functools.lru_cache. The said decorators patches at decoration time some functions onto the decorated function.

Property attr___wrapped__ Undocumented
Property attr_cache_clear Undocumented
Property attr_cache_info Undocumented

Inherited from FunctionModel:

Property attr___annotations__ Undocumented
Property attr___defaults__ Undocumented
Property attr___dict__ Undocumented
Property attr___doc__ Undocumented
Property attr___get__ Undocumented
Property attr___kwdefaults__ Undocumented
Property attr___module__ Undocumented
Property attr___name__ Undocumented
Property attr___ne__ Undocumented
Property attr___qualname__ Undocumented

Inherited from ObjectModel (via FunctionModel):

Method __call__ Undocumented
Method __contains__ Undocumented
Method __get__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method attributes Get the attributes which are exported by this object model.
Method lookup Look up the given *name* in the current model.
Property attr___init__ Calling cls.__init__() normally returns None.
Property attr___new__ Calling cls.__new__(type) on an object returns an instance of 'type'.
Instance Variable _instance Undocumented
@property
attr___wrapped__ = (source)

Undocumented

@property
attr_cache_clear = (source)

Undocumented

@property
attr_cache_info = (source)

Undocumented