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

Method set_messages_timeout

tests_python/debugger_unittest.py:203–204  ·  view source on GitHub ↗
(self, timeout)

Source from the content-addressed store, hash-verified

201 self.on_message_found = lambda msg: None
202
203 def set_messages_timeout(self, timeout):
204 self.MESSAGES_TIMEOUT = timeout
205
206 def get_next_message(self, context_message, timeout=None):
207 if timeout is None:

Callers 2

test_case_scapyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected