MCPcopy Create free account
hub / github.com/dropbox/dropbox-sdk-java / _camelcase

Function _camelcase

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

Source from the content-addressed store, hash-verified

105
106
107def _camelcase(s):
108 s = _capwords(s)
109 return s[:1].lower() + s[1:]
110
111
112def _allcaps(s):

Callers 1

camelcaseFunction · 0.85

Calls 1

_capwordsFunction · 0.85

Tested by

no test coverage detected