Searched refs:_expr_to_str (Results 1 – 2 of 2) sorted by relevance
160 def _expr_to_str(expr): function203 call_name = _expr_to_str(ctx.exprlist().expr(0))223 srcs = map(_expr_to_str, ctx.expr().unaryexpr().primaryexpr().exprlist().expr())
1620 return _expr_to_str(expr)1625 return "{0} (value: {1})".format(_expr_to_str(expr), _expr_to_str(val))1633 s = _expr_to_str3392 def _expr_to_str(expr): function