def parseexpr(self, text): """Return a modified parse tree for the given expression text.""" return self.transform(parser.expr(text))