MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / capwords

Function capwords

core/generator/java/java.stoneg.py:116–117  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

114
115
116def capwords(s):
117 return _fixreserved(_capwords(s))
118
119
120def camelcase(s):

Callers 1

classnameFunction · 0.85

Calls 2

_fixreservedFunction · 0.85
_capwordsFunction · 0.85

Tested by

no test coverage detected