Searched defs:r_eval (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
H A Drexec.py3 The class RExec exports methods r_exec(), r_eval(), r_execfile(), and
318 def r_eval(self, code): member in class:RExec
439 Similar to the r_eval() method, but the code will be granted access
449 return self.s_apply(self.r_eval, args)

Completed in 87 milliseconds