HomeSort by relevance Sort by last modified time
    Searched refs:join_with_separators (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/
grammar_unittest.py 30 from webkitpy.grammar import join_with_separators namespace
35 self.assertEqual(join_with_separators(["one", "two", "three"]), "one, two, and three")
grammar.py 48 def join_with_separators(list_of_strings, separator=', ', last_separator=', and '): function
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py 44 from webkitpy.grammar import pluralize, join_with_separators namespace
72 return join_with_separators(what_was_cleared)

Completed in 81 milliseconds