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

Method _do_popen

awscli/utils.py:89–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 return None, None
88
89 def _do_popen(self):
90 try:
91 return self._popen(**self._popen_kwargs)
92 except FileNotFoundError as e:
93 raise PagerInitializationException(e)
94
95
96class IMDSRegionProvider(BaseProvider):

Callers 1

initializeMethod · 0.95

Calls 2

_popenMethod · 0.45

Tested by

no test coverage detected