MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / input

Function input

pydev_sitecustomize/sitecustomize.py:198–200  ·  view source on GitHub ↗
(prompt="")

Source from the content-addressed store, hash-verified

196 raw_input.__doc__ = original_raw_input.__doc__
197
198 def input(prompt=""):
199 # input must also be rebinded for using the new raw_input defined
200 return eval(raw_input(prompt))
201
202 input.__doc__ = original_input.__doc__
203

Callers 3

executeFunction · 0.85
raw_inputMethod · 0.85
call_editorFunction · 0.85

Calls 1

raw_inputFunction · 0.85

Tested by

no test coverage detected