Home
last modified time | relevance | path

Searched refs:RExec (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Doc/library/
Drexec.rst19 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 remove
39 The :class:`RExec` class can prevent code from performing unsafe operations like
44 .. 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 make
55 :class:`RExec` object. This allows another level of flexibility, which can be
89 RExec Objects
92 :class:`RExec` instances support the following methods:
95 .. method:: RExec.r_eval(code)
[all …]
/external/python/cpython2/Lib/
DBastion.py173 r = rexec.RExec()
Drexec.py123 class RExec(ihooks._Verbose): class
545 r = RExec(verbose=verbose)
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py36 self.rexec = rexec.RExec()
/external/python/cpython2/Misc/
DHISTORY14864 hooks instance to the RExec class. rexec now also supports the dynamic
/external/python/cpython3/Misc/
DHISTORY32243 hooks instance to the RExec class. rexec now also supports the dynamic