Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ register_no_pager_handler
Function
register_no_pager_handler
awscli/clidriver.py:222–226 ·
view source on GitHub ↗
(event_emitter)
Source
from the content-addressed store, hash-verified
220
221
222
def
register_no_pager_handler(event_emitter):
223
event_emitter.register(
224
'session-initialized'
,
225
no_pager_handler,
226
)
227
228
229
def
no_pager_handler(session, parsed_args, **kwargs):
Callers
nothing calls this directly
Calls
1
register
Method · 0.45
Tested by
no test coverage detected