Searched refs:_convert_to_ast (Results 1 – 1 of 1) sorted by relevance
218 def _convert_to_ast(n): function228 return [_convert_to_ast(e) for e in n]230 return tuple(_convert_to_ast(e) for e in n)262 replacements[k] = _convert_to_ast(replacements[k])