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

Method __getattr__

awscli/utils.py:78–79  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

76 return self._process
77
78 def __getattr__(self, item):
79 return getattr(self.initialize(), item)
80
81 def communicate(self, *args, **kwargs):
82 # if pager process has not been created yet it means we didn't

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected