HomeSort by relevance Sort by last modified time
    Searched refs:r_eval (Results 1 - 2 of 2) sorted by null

  /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)

Completed in 63 milliseconds