Home
last modified time | relevance | path

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

/external/chromium_org/testing/gtest/scripts/
Dpump.py438 def __init__(self, token, python_exp): argument
440 self.python_exp = python_exp
471 python_exp = re.sub(r'([_A-Za-z]\w*)', r'self.GetValue("\1")', token.value)
472 return ExpNode(token, python_exp)
624 result = eval(exp.python_exp)
628 (exp.python_exp, exp.token.start))