Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ _load_registry
Function
_load_registry
awscli/plugin.py:66–70 ·
view source on GitHub ↗
(event_hooks)
Source
from the content-addressed store, hash-verified
64
65
@singledispatch
66
def
_load_registry(event_hooks):
67
raise
NotImplementedError(
68
f
'No _load_registry implementation for '
69
f
'{type(event_hooks).__name__}'
70
)
71
72
73
@_load_registry.register
Callers
1
load_plugins
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected