MCPcopy Index your code
hub / github.com/aws/aws-cli / _upper

Function _upper

awscli/customizations/arguments.py:222–223  ·  view source on GitHub ↗
(match)

Source from the content-addressed store, hash-verified

220
221
222def _upper(match):
223 return match.group(1).lstrip('-').upper()
224
225
226def _reverse_xform_name(name):

Callers

nothing calls this directly

Calls 1

lstripMethod · 0.45

Tested by

no test coverage detected