webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
webkitpy.tool.grammar Namespace Reference

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)
 

Function Documentation

◆ join_with_separators()

def webkitpy.tool.grammar.join_with_separators (   list_of_strings,
  separator = ',
  only_two_separator = " and ",
  last_separator = ',
  and 
)

◆ plural()

def webkitpy.tool.grammar.plural (   noun)

◆ pluralize()

def webkitpy.tool.grammar.pluralize (   count,
  noun,
  showCount = True 
)