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

Method read

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

Source from the content-addressed store, hash-verified

44 pass # not available StdIn (but it can be expected to be in the stream interface)
45
46 def read(self, *args, **kwargs):
47 # in the interactive interpreter, a read and a readline are the same.
48 return self.readline()
49
50 def close(self, *args, **kwargs):
51 pass # expected in StdIn

Callers 15

mainFunction · 0.45
is_valid_py_fileFunction · 0.45
build_extensionFunction · 0.45
setup.pyFile · 0.45
parse_cmdlineFunction · 0.45
_reader_threadMethod · 0.45
iter_files_in_dirFunction · 0.45
_get_code_linesFunction · 0.45
request_load_sourceMethod · 0.45
_get_code_from_fileFunction · 0.45
on_source_requestMethod · 0.45

Calls 1

readlineMethod · 0.95

Tested by 6

get_log_contentsMethod · 0.36
runMethod · 0.36
test_convert_utilitiesFunction · 0.36
_test_find_bytecodeFunction · 0.36
test_set_pydevd_break_05Function · 0.36