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

Method getOutput

pydevd_attach_to_process/winappdbg/textio.py:1144–1151  ·  view source on GitHub ↗

Get the text output for the table. @rtype: str @return: Text output.

(self)

Source from the content-addressed store, hash-verified

1142 return width
1143
1144 def getOutput(self):
1145 """
1146 Get the text output for the table.
1147
1148 @rtype: str
1149 @return: Text output.
1150 """
1151 return "%s\n" % "\n".join(self.yieldOutput())
1152
1153 def yieldOutput(self):
1154 """

Callers 5

showMethod · 0.95
dump_stack_traceMethod · 0.95
dump_codeMethod · 0.95
dump_memory_mapMethod · 0.95

Calls 2

yieldOutputMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected