Home
last modified time | relevance | path

Searched refs:RHooks (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Drexec.rst48 *hooks* is an instance of the :class:`RHooks` class or a subclass of it. If it
49 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 or
59 By providing an alternate :class:`RHooks` object, we can control the file system
62 substitute an :class:`RHooks` object that passes all filesystem requests to a
/external/python/cpython2/Lib/
Drexec.py67 class RHooks(ihooks.Hooks): class
191 self.hooks = hooks or RHooks(verbose)