Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
def
_camelcase(s):
108
s = _capwords(s)
109
return
s[:1].lower() + s[1:]
110
111
112
def
_allcaps(s):
Callers
1
camelcase
Function · 0.85
Calls
1
_capwords
Function · 0.85
Tested by
no test coverage detected