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

Method _call_input_hook

pydevd.py:1706–1714  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1704 self.activate_gui_function = None
1705
1706 def _call_input_hook(self):
1707 try:
1708 from pydev_ipython.inputhook import get_inputhook
1709
1710 inputhook = get_inputhook()
1711 if inputhook:
1712 inputhook()
1713 except:
1714 pass
1715
1716 def notify_skipped_step_in_because_of_filters(self, frame):
1717 self.writer.add_command(self.cmd_factory.make_skipped_step_in_because_of_filters(self, frame))

Callers 2

_do_wait_suspendMethod · 0.95
wait_for_commandsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected