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

Method _get_client_methods

awscli/botocore/docs/client.py:61–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 self._add_client_methods(client_methods)
60
61 def _get_client_methods(self):
62 client_methods = get_instance_public_methods(self._client)
63 return self._filter_client_methods(client_methods)
64
65 def _filter_client_methods(self, client_methods):
66 filtered_methods = {}

Callers 1

document_clientMethod · 0.95

Calls 2

Tested by

no test coverage detected