MCPcopy 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
51class ServiceId(str):
52 def hyphenize(self):
53 return hyphenize_service_id(self)
54
55
56class Shape:

Callers 15

_create_client_classMethod · 0.80
__getattr__Method · 0.80
_register_handlersMethod · 0.80
_make_api_callMethod · 0.80
_make_requestMethod · 0.80
_emit_api_paramsMethod · 0.80
create_requestMethod · 0.80
_get_responseMethod · 0.80

Calls 1

hyphenize_service_idFunction · 0.90