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

Method _get_configured_pager

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

Source from the content-addressed store, hash-verified

454 yield get_stdout_text_writer()
455
456 def _get_configured_pager(self):
457 return self._session.get_component('config_store').get_config_variable(
458 'pager'
459 )
460
461 def _get_process_pager_kwargs(self, pager_cmd):
462 kwargs = get_popen_kwargs_for_pager_cmd(pager_cmd)

Callers 2

get_output_streamMethod · 0.95
get_pager_streamMethod · 0.95

Calls 2

get_config_variableMethod · 0.45
get_componentMethod · 0.45

Tested by

no test coverage detected