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

Function allcaps

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

Source from the content-addressed store, hash-verified

122
123
124def allcaps(s):
125 return _fixreserved(_allcaps(s))
126
127
128def collapse_whitespace(s):

Callers 3

field_enum_nameMethod · 0.85
field_tag_enum_nameMethod · 0.85
field_static_instanceMethod · 0.85

Calls 2

_fixreservedFunction · 0.85
_allcapsFunction · 0.85

Tested by

no test coverage detected