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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 176 r.r_exec(testcode)
rexec.py 3 The class RExec exports methods r_exec(), r_eval(), r_execfile(), and
16 - r_exec etc. with explicit globals/locals? (Use rexec("exec ... in ...")?)
307 def r_exec(self, code): member in class:RExec
425 Similar to the r_exec() method, but the code will be granted access
434 return self.s_apply(self.r_exec, args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 176 r.r_exec(testcode)
rexec.py 3 The class RExec exports methods r_exec(), r_eval(), r_execfile(), and
16 - r_exec etc. with explicit globals/locals? (Use rexec("exec ... in ...")?)
307 def r_exec(self, code): member in class:RExec
425 Similar to the r_exec() method, but the code will be granted access
434 return self.s_apply(self.r_exec, args)

Completed in 165 milliseconds