MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / readline

Method readline

_pydev_bundle/pydev_console_utils.py:34–38  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

32 pass
33
34 def readline(self, *args, **kwargs):
35 # sys.stderr.write('Cannot readline out of the console evaluation\n') -- don't show anything
36 # This could happen if the user had done input('enter number).<-- upon entering this, that message would appear,
37 # which is not something we want.
38 return "\n"
39
40 def write(self, *args, **kwargs):
41 pass # not available StdIn (but it can be expected to be in the stream interface)

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected