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

Method add_command

_pydevd_bundle/pydevd_comm.py:377–380  ·  view source on GitHub ↗

cmd is NetCommand

(self, cmd)

Source from the content-addressed store, hash-verified

375 self.timeout = 0.1
376
377 def add_command(self, cmd):
378 """cmd is NetCommand"""
379 if not self._kill_received: # we don't take new data after everybody die
380 self._cmd_queue.put(cmd, False)
381
382 @overrides(PyDBDaemonThread._on_run)
383 def _on_run(self):

Calls 1

putMethod · 0.80

Tested by

no test coverage detected