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

Method _set_native_id

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

Source from the content-addressed store, hash-verified

1052
1053 if _HAVE_THREAD_NATIVE_ID:
1054 def _set_native_id(self):
1055 self._native_id = get_native_id()
1056
1057 def _set_os_name(self):
1058 if _set_name is None or not self._name:

Callers 5

_after_forkMethod · 0.95
_bootstrap_innerMethod · 0.95
__init__Method · 0.80
__init__Method · 0.80
_bootstrapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected