MCPcopy Index your code
hub / github.com/RustPython/RustPython / _set_os_name

Method _set_os_name

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

Source from the content-addressed store, hash-verified

1055 self._native_id = get_native_id()
1056
1057 def _set_os_name(self):
1058 if _set_name is None or not self._name:
1059 return
1060 try:
1061 _set_name(self._name)
1062 except OSError:
1063 pass
1064
1065 def _bootstrap_inner(self):
1066 try:

Callers 2

_bootstrap_innerMethod · 0.95
nameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected