Home
last modified time | relevance | path

Searched refs:string_to_split (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py790 def _natural_sort_key(self, string_to_split): argument
803 return [tryint(chunk) for chunk in re.split('(\d+)', string_to_split)]