HomeSort by relevance Sort by last modified time
    Searched refs:r_execfile (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
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)

Completed in 38 milliseconds