class documentation

class RaisingCache: (source)

View In Hierarchy

A partial fake twisted.names.cache.Cache whose methods raise an exception containing the supplied arguments.

Exception CacheResultArguments Contains positional and keyword arguments in args.
Method cacheResult Raises the supplied arguments.
def cacheResult(self, *args, **kwargs): (source)

Raises the supplied arguments.

Parameters
*args:tuplePositional arguments
**kwargs:dictKeyword args