Searched refs:_count_nested_array_level (Results 1 – 1 of 1) sorted by relevance
784 def _count_nested_array_level(self, array): member in ArcTest787 return 1 + self._count_nested_array_level(array[0])792 level = self._count_nested_array_level(array)