Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
222
def
_upper(match):
223
return
match.group(1).lstrip(
'-'
).upper()
224
225
226
def
_reverse_xform_name(name):
Callers
nothing calls this directly
Calls
1
lstrip
Method · 0.45
Tested by
no test coverage detected