Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ hyphenize
Method
hyphenize
awscli/botocore/model.py:52–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
51
class
ServiceId(str):
52
def
hyphenize(self):
53
return
hyphenize_service_id(self)
54
55
56
class
Shape:
Callers
15
test_hypenize_replaces_spaces
Method · 0.80
test_hyphenize_lower_cases
Method · 0.80
test_hyphenize_service_id
Method · 0.80
_create_client_class
Method · 0.80
_register_endpoint_discovery
Method · 0.80
__getattr__
Method · 0.80
_register_handlers
Method · 0.80
_make_api_call
Method · 0.80
_make_request
Method · 0.80
_emit_api_params
Method · 0.80
create_request
Method · 0.80
_get_response
Method · 0.80
Calls
1
hyphenize_service_id
Function · 0.90
Tested by
3
test_hypenize_replaces_spaces
Method · 0.64
test_hyphenize_lower_cases
Method · 0.64
test_hyphenize_service_id
Method · 0.64