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