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

Method _get_process_pager_kwargs

awscli/utils.py:461–469  ·  view source on GitHub ↗
(self, pager_cmd)

Source from the content-addressed store, hash-verified

459 )
460
461 def _get_process_pager_kwargs(self, pager_cmd):
462 kwargs = get_popen_kwargs_for_pager_cmd(pager_cmd)
463 kwargs['stdin'] = PIPE
464 env = self._environ.copy()
465 if 'LESS' not in env:
466 env['LESS'] = self._default_less_flags
467 kwargs['env'] = env
468 kwargs['universal_newlines'] = True
469 return kwargs
470
471
472def write_exception(ex, outfile):

Callers 1

get_pager_streamMethod · 0.95

Calls 2

copyMethod · 0.45

Tested by

no test coverage detected