Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_event
Method · 0.45
input_thread_list
Method · 0.45
input_address
Method · 0.45
print_thread_start
Method · 0.45
print_thread_end
Method · 0.45
print_debug_string
Method · 0.45
get_thread_id_from_prefix
Method · 0.45
get_process_and_thread_ids_from_prefix
Method · 0.45
get_thread
Method · 0.45
prompt
Method · 0.45
do_threadlist
Method · 0.45
do_kill
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected