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

Method get_tid

pydevd_attach_to_process/winappdbg/interactive.py:84–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82 return self._pid
83
84 def get_tid(self):
85 return self._tid
86
87 def get_process(self):
88 return self._process

Callers 14

set_fake_last_eventMethod · 0.45
input_thread_listMethod · 0.45
input_addressMethod · 0.45
print_thread_startMethod · 0.45
print_thread_endMethod · 0.45
print_debug_stringMethod · 0.45
get_threadMethod · 0.45
promptMethod · 0.45
do_threadlistMethod · 0.45
do_killMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected