Searched refs:_element_to_string (Results 1 – 1 of 1) sorted by relevance
3113 def _element_to_string(x): function3127 return ", " + _element_to_string(arr[0]) + _list_tail_with_ellipsis(arr[1:])3134 return "[" + _element_to_string(arr[0]) + _list_tail_with_ellipsis(arr[1:])