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

Function _allcaps

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

Source from the content-addressed store, hash-verified

110
111
112def _allcaps(s):
113 return s.replace('/', '_').upper()
114
115
116def capwords(s):

Callers 1

allcapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected