duplicity.cached_ops module

Cache-wrapped functions for grp and pwd lookups.

class duplicity.cached_ops.CachedCall(f)[source]

Bases: object

Decorator for caching the results of function calls.

__init__(f)[source]