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

Method set_name

pydevd_attach_to_process/winappdbg/thread.py:258–265  ·  view source on GitHub ↗

Sets the thread's name. @type name: str @param name: Thread name, or C{None} if the thread is nameless.

(self, name=None)

Source from the content-addressed store, hash-verified

256 return self.name
257
258 def set_name(self, name=None):
259 """
260 Sets the thread's name.
261
262 @type name: str
263 @param name: Thread name, or C{None} if the thread is nameless.
264 """
265 self.name = name
266
267 # ------------------------------------------------------------------------------
268

Callers 2

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected