MCPcopy Index your code
hub / github.com/aws/aws-cli / get_data

Method get_data

awscli/botocore/session.py:536–543  ·  view source on GitHub ↗

Retrieve the data associated with `data_path`. :type data_path: str :param data_path: The path to the data you wish to retrieve.

(self, data_path)

Source from the content-addressed store, hash-verified

534 return base
535
536 def get_data(self, data_path):
537 """
538 Retrieve the data associated with `data_path`.
539
540 :type data_path: str
541 :param data_path: The path to the data you wish to retrieve.
542 """
543 return self.get_component('data_loader').load_data(data_path)
544
545 def get_service_model(self, service_name):
546 """Get the service model object.

Callers 1

_get_cli_dataMethod · 0.45

Calls 2

get_componentMethod · 0.95
load_dataMethod · 0.80

Tested by

no test coverage detected