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

Method __getattr__

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

Source from the content-addressed store, hash-verified

50 self._stream = None
51
52 def __getattr__(self, item):
53 if self._stream is None:
54 self._stream = self._process.initialize().stdin
55 return getattr(self._stream, item)
56
57 def flush(self):
58 # if stream has not been created yet there is no reason to create it

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.80

Tested by

no test coverage detected