MCPcopy Create free account
hub / github.com/daviddrysdale/python-phonenumbers / prompt

Function prompt

python/appspot.py:22–24  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

20
21
22def prompt(msg):
23 result = input(msg)
24 return result.strip()
25
26
27def prompt_or_default(msg, default):

Callers 2

interactive_queryFunction · 0.85
prompt_or_defaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected