Searched refs:studly (Results 1 – 1 of 1) sorted by relevance
43 def StudlyCapsToCamel(studly): argument44 return studly[0].lower() + studly[1:]