Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dropbox/dropbox-sdk-java
/ _fixreserved
Function
_fixreserved
core/generator/java/java.stoneg.py:96–99 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
94
95
96
def
_fixreserved(s):
97
if
s in _RESERVED_KEYWORDS:
98
s +=
'_'
99
return
s
100
101
102
def
_capwords(s):
Callers
3
capwords
Function · 0.85
camelcase
Function · 0.85
allcaps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected