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

Method _get_internal_component

awscli/botocore/session.py:770–774  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

768 raise
769
770 def _get_internal_component(self, name):
771 # While this method may be called by botocore classes outside of the
772 # Session, this method should **never** be used by a class that lives
773 # outside of botocore.
774 return self._internal_components.get_component(name)
775
776 def _register_internal_component(self, name, component):
777 # While this method may be called by botocore classes outside of the

Calls 1

get_componentMethod · 0.45