Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ get_thread
Method
get_thread
pydevd_attach_to_process/winappdbg/event.py:300–301 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
298
return
Process(self.get_pid())
299
300
def
get_thread(self):
301
return
Thread(self.get_tid())
302
303
304
# ==============================================================================
Callers
nothing calls this directly
Calls
2
get_tid
Method · 0.95
Thread
Class · 0.90
Tested by
no test coverage detected