MCPcopy Create free account
hub / github.com/aws/aws-cli / _prompt

Method _prompt

awscli/customizations/login/utils.py:331–337  ·  view source on GitHub ↗
(
        prompt_text,
    )

Source from the content-addressed store, hash-verified

329
330 @staticmethod
331 def _prompt(
332 prompt_text,
333 ):
334 response = compat_input(f'{prompt_text}: ')
335 if not response:
336 response = None
337 return response
338
339
340def base64_url_decode(data):

Callers 1

fetch_tokenMethod · 0.95

Calls 1

compat_inputFunction · 0.90

Tested by

no test coverage detected