Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ register_init_uri_param_handler
Function
register_init_uri_param_handler
awscli/paramfile.py:27–31 ·
view source on GitHub ↗
(event_emitter)
Source
from the content-addressed store, hash-verified
25
26
27
def
register_init_uri_param_handler(event_emitter):
28
event_emitter.register(
29
'session-initialized'
,
30
register_uri_param_handler,
31
)
32
33
34
def
register_uri_param_handler(session, **kwargs):
Callers
nothing calls this directly
Calls
1
register
Method · 0.45
Tested by
no test coverage detected