Home
last modified time | relevance | path

Searched refs:r_eval (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Drexec.py318 def r_eval(self, code): member in RExec
449 return self.s_apply(self.r_eval, args)
/external/python/cpython2/Doc/library/
Drexec.rst19 This module contains the :class:`RExec` class, which supports :meth:`r_eval`,
95 .. method:: RExec.r_eval(code)
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py407 self.value = rexec.r_eval("__value__")