MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / check_output_redirect

Method check_output_redirect

pydevd.py:1629–1637  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1627 _init_stderr_redirect()
1628
1629 def check_output_redirect(self):
1630 global _global_redirect_stdout_to_server
1631 global _global_redirect_stderr_to_server
1632
1633 if _global_redirect_stdout_to_server:
1634 _init_stdout_redirect()
1635
1636 if _global_redirect_stderr_to_server:
1637 _init_stderr_redirect()
1638
1639 def init_gui_support(self):
1640 if self._installed_gui_support:

Callers 2

_on_runMethod · 0.80

Calls 2

_init_stdout_redirectFunction · 0.85
_init_stderr_redirectFunction · 0.85

Tested by

no test coverage detected