MCPcopy Create free account
hub / github.com/aws/aws-cli / initialize

Function initialize

awscli/customizations/cloudsearch.py:146–151  ·  view source on GitHub ↗

The entry point for CloudSearch customizations.

(cli)

Source from the content-addressed store, hash-verified

144
145
146def initialize(cli):
147 """
148 The entry point for CloudSearch customizations.
149 """
150 flattened = FlattenArguments('cloudsearch', FLATTEN_CONFIG)
151 flattened.register(cli)

Callers

nothing calls this directly

Calls 2

registerMethod · 0.95
FlattenArgumentsClass · 0.90

Tested by

no test coverage detected