MCPcopy
hub / github.com/awslabs/aws-shell / create_aws_shell

Function create_aws_shell

awsshell/app.py:35–36  ·  view source on GitHub ↗
(completer, model_completer, docs)

Source from the content-addressed store, hash-verified

33
34
35def create_aws_shell(completer, model_completer, docs):
36 return AWSShell(completer, model_completer, docs)
37
38
39class InputInterrupt(Exception):

Callers

nothing calls this directly

Calls 1

AWSShellClass · 0.85

Tested by

no test coverage detected