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

Method get_tid

pydevd_attach_to_process/winappdbg/thread.py:244–249  ·  view source on GitHub ↗

@rtype: int @return: Thread global ID.

(self)

Source from the content-addressed store, hash-verified

242 return dwProcessId
243
244 def get_tid(self):
245 """
246 @rtype: int
247 @return: Thread global ID.
248 """
249 return self.dwThreadId
250
251 def get_name(self):
252 """

Callers 5

__get_pid_by_scanningMethod · 0.95
get_windowsMethod · 0.95
get_wait_chainMethod · 0.95
__add_created_threadMethod · 0.45
_notify_exit_threadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected