Searched refs:RExec (Results 1 – 6 of 6) sorted by relevance
19 This module contains the :class:`RExec` class, which supports :meth:`r_eval`,24 functions that are deemed safe; you can subclass :class:`RExec` to add or remove39 The :class:`RExec` class can prevent code from performing unsafe operations like44 .. class:: RExec([hooks[, verbose]])46 Returns an instance of the :class:`RExec` class.53 created by its constructor. (Actually, the :class:`RExec` object doesn't make55 :class:`RExec` object. This allows another level of flexibility, which can be89 RExec Objects92 :class:`RExec` instances support the following methods:95 .. method:: RExec.r_eval(code)[all …]
173 r = rexec.RExec()
123 class RExec(ihooks._Verbose): class545 r = RExec(verbose=verbose)
36 self.rexec = rexec.RExec()
14864 hooks instance to the RExec class. rexec now also supports the dynamic
32243 hooks instance to the RExec class. rexec now also supports the dynamic