Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/pgen2/
Dliterals.py40 def evalString(s): function
54 e = evalString(s)
/external/python/cpython3/Lib/lib2to3/pgen2/
Dliterals.py40 def evalString(s): function
54 e = evalString(s)
/external/python/cpython3/Lib/lib2to3/
Dpatcomp.py143 value = str(literals.evalString(node.value))
/external/python/cpython2/Lib/lib2to3/
Dpatcomp.py143 value = unicode(literals.evalString(node.value))