Searched refs:string_to_split (Results 1 – 1 of 1) sorted by relevance
790 def _natural_sort_key(self, string_to_split): argument803 return [tryint(chunk) for chunk in re.split('(\d+)', string_to_split)]