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

Method get_name

pydevd_attach_to_process/winappdbg/thread.py:251–256  ·  view source on GitHub ↗

@rtype: str @return: Thread name, or C{None} if the thread is nameless.

(self)

Source from the content-addressed store, hash-verified

249 return self.dwThreadId
250
251 def get_name(self):
252 """
253 @rtype: str
254 @return: Thread name, or C{None} if the thread is nameless.
255 """
256 return self.name
257
258 def set_name(self, name=None):
259 """

Callers 2

do_threadlistMethod · 0.45
find_threads_by_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected