capwords(s [,sep]) -> string Split the argument into words using split, capitalize each word using capitalize, and join the capitalized words using join. If the optional second argument sep is absent or None, runs of whitespace characters are replaced by a single space and lead
(s, sep=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected