Searched refs:RHooks (Results 1 – 2 of 2) sorted by relevance
48 *hooks* is an instance of the :class:`RHooks` class or a subclass of it. If it49 is omitted or ``None``, the default :class:`RHooks` class is instantiated.52 Rather, it calls methods of an :class:`RHooks` instance that was passed to or59 By providing an alternate :class:`RHooks` object, we can control the file system62 substitute an :class:`RHooks` object that passes all filesystem requests to a
67 class RHooks(ihooks.Hooks): class191 self.hooks = hooks or RHooks(verbose)