MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_input

Function get_input

configure.py:94–102  ·  view source on GitHub ↗
(question)

Source from the content-addressed store, hash-verified

92
93
94def get_input(question):
95 try:
96 try:
97 answer = raw_input(question)
98 except NameError:
99 answer = input(question) # pylint: disable=bad-builtin
100 except EOFError:
101 answer = ''
102 return answer
103
104
105def symlink_force(target, link_name):

Callers 3

setup_pythonFunction · 0.85
get_varFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected