ray.serve.config.AggregationFunction.istitle#
- AggregationFunction.istitle()#
Return True if the string is a title-cased string, False otherwise.
In a title-cased string, upper- and title-case characters may only follow uncased characters and lowercase characters only cased ones.