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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 4 r_import(), which correspond roughly to the built-in operations
242 m.__import__ = self.r_import
338 def r_import(self, mname, globals={}, locals={}, fromlist=[]): member in class:RExec
470 Similar to the r_import() method, but has access to restricted
475 return self.s_apply(self.r_import, args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 4 r_import(), which correspond roughly to the built-in operations
242 m.__import__ = self.r_import
338 def r_import(self, mname, globals={}, locals={}, fromlist=[]): member in class:RExec
470 Similar to the r_import() method, but has access to restricted
475 return self.s_apply(self.r_import, args)

Completed in 39 milliseconds