l.s.p.IPropertyCache(Interface) : interface documentation

Part of lp.services.propertycache View In Hierarchy

No interface docstring
Method __getattr__ Return the cached value corresponding to name.
Method __setattr__ Cache value for name.
Method __delattr__ Delete value for name.
Method __contains__ Whether or not name is cached.
Method __iter__ Iterate over the cached names.
def __getattr__(name):
Return the cached value corresponding to name.

Raise AttributeError if no value is cached.

def __setattr__(name, value):
Cache value for name.
def __delattr__(name):
Delete value for name.

If no value is cached for name this is a no-op.

def __contains__(name):
Whether or not name is cached.
def __iter__():
Iterate over the cached names.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.