/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 330 def r_execfile(self, file): member in class:RExec 455 Similar to the r_execfile() method, but the code will be granted 460 return self.s_apply(self.r_execfile, 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 330 def r_execfile(self, file): member in class:RExec 455 Similar to the r_execfile() method, but the code will be granted 460 return self.s_apply(self.r_execfile, args)
|