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

Method get_tid

pydevd_attach_to_process/winappdbg/event.py:294–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

292 return -1
293
294 def get_tid(self):
295 return -1
296
297 def get_process(self):
298 return Process(self.get_pid())

Callers 1

get_threadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected