|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| def | plural (noun) |
| def | pluralize (count, noun, showCount=True) |
| def | join_with_separators (list_of_strings, separator=', only_two_separator=" and ", last_separator=', and) |
| def webkitpy.tool.grammar.join_with_separators | ( | list_of_strings, | |
separator = ', |
|||
only_two_separator = " and ", |
|||
last_separator = ', |
|||
| and | |||
| ) |
| def webkitpy.tool.grammar.plural | ( | noun | ) |
| def webkitpy.tool.grammar.pluralize | ( | count, | |
| noun, | |||
showCount = True |
|||
| ) |
1.8.13