MCPcopy Index your code
hub / github.com/python/cpython / _set_os_name

Method _set_os_name

Lib/threading.py:1050–1056  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1048 self._native_id = get_native_id()
1049
1050 def _set_os_name(self):
1051 if _set_name is None or not self._name:
1052 return
1053 try:
1054 _set_name(self._name)
1055 except OSError:
1056 pass
1057
1058 def _bootstrap_inner(self):
1059 try:

Callers 2

_bootstrap_innerMethod · 0.95
nameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected