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

Method append

_pydev_bundle/pydev_console_utils.py:155–158  ·  view source on GitHub ↗
(self, code_fragment)

Source from the content-addressed store, hash-verified

153 self.is_single_line = is_single_line
154
155 def append(self, code_fragment):
156 self.text = self.text + "\n" + code_fragment.text
157 if not code_fragment.is_single_line:
158 self.is_single_line = False
159
160
161# =======================================================================================================================

Callers 15

notifyTestMethod · 0.45
runMethod · 0.45
_reportErrorsMethod · 0.45
addErrorMethod · 0.45
addFailureMethod · 0.45
runMethod · 0.45
run_clientFunction · 0.45
parse_cmdlineFunction · 0.45
__adjust_pathMethod · 0.45
__add_filesMethod · 0.45
find_import_filesMethod · 0.45

Calls

no outgoing calls

Tested by 4

_reportErrorsMethod · 0.36
addErrorMethod · 0.36
addFailureMethod · 0.36