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

Method _popen

awscli/help.py:108–109  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

106 raise NotImplementedError
107
108 def _popen(self, *args, **kwargs):
109 return Popen(*args, **kwargs)
110
111 def _convert_doc_content(self, contents):
112 return contents

Callers 6

_send_output_to_pagerMethod · 0.45
_send_output_to_pagerMethod · 0.45
_convert_doc_contentMethod · 0.45
_convert_doc_contentMethod · 0.45
_do_popenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected