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.

__call__(*args)[source]

Call self as a function.

__init__(f)[source]