OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHooks
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py
67
class
RHooks
(ihooks.Hooks):
71
# old interface was
RHooks
(rexec[, verbose])
72
# new interface is
RHooks
([verbose])
161
The hooks parameter is an instance of the
RHooks
class or a subclass
162
of it. If it is omitted or None, the default
RHooks
class is
167
system itself. Rather, it calls methods of an
RHooks
instance that
174
By providing an alternate
RHooks
object, we can control the file
177
made. For instance, we could substitute an
RHooks
object that
191
self.hooks = hooks or
RHooks
(verbose)
228
# Helpers for
RHooks
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py
67
class
RHooks
(ihooks.Hooks):
71
# old interface was
RHooks
(rexec[, verbose])
72
# new interface is
RHooks
([verbose])
161
The hooks parameter is an instance of the
RHooks
class or a subclass
162
of it. If it is omitted or None, the default
RHooks
class is
167
system itself. Rather, it calls methods of an
RHooks
instance that
174
By providing an alternate
RHooks
object, we can control the file
177
made. For instance, we could substitute an
RHooks
object that
191
self.hooks = hooks or
RHooks
(verbose)
228
# Helpers for
RHooks
[
all
...]
Completed in 32 milliseconds