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

Method readline

tests_python/test_pydevd_io.py:65–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63
64 class OriginalStdin(object):
65 def readline(self):
66 # On a readline we keep the patched version.
67 assert sys_mod.stdin is not original_stdin
68 actions.append("readline")
69 return "read"
70
71 def getpass_stub(*args, **kwargs):
72 # On getpass we need to revert to the original version.

Callers 3

case_stdinFunction · 0.45
read_processFunction · 0.45
test_patch_stdinFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected