Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations.py355 def _split_space_separated(cls, space_separated_string): argument
357 return [part.strip() for part in space_separated_string.strip().split(' ')]