Home
last modified time | relevance | path

Searched refs:r_exec (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
DBastion.py176 r.r_exec(testcode)
Drexec.py307 def r_exec(self, code): member in RExec
434 return self.s_apply(self.r_exec, args)
/external/python/cpython2/Doc/library/
Drexec.rst20 :meth:`r_execfile`, :meth:`r_exec`, and :meth:`r_import` methods, which are
103 .. method:: RExec.r_exec(code)
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py405 rexec.r_exec("from __future__ import division\n" +