/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
|