/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rexec.py | 3 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)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rexec.py | 3 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)
|