OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_exec
(Results
1 - 4
of
4
) 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
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)
Bastion.py
176
r.
r_exec
(testcode)
/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
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)
Bastion.py
176
r.
r_exec
(testcode)
Completed in 129 milliseconds