MCPcopy 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
96def _fixreserved(s):
97 if s in _RESERVED_KEYWORDS:
98 s += '_'
99 return s
100
101
102def _capwords(s):

Callers 3

capwordsFunction · 0.85
camelcaseFunction · 0.85
allcapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected