Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _set_ident
Method
_set_ident
Lib/threading.py:1050–1051 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1048
raise
1049
1050
def
_set_ident(self):
1051
self._ident = get_ident()
1052
1053
if
_HAVE_THREAD_NATIVE_ID:
1054
def
_set_native_id(self):
Callers
2
_bootstrap_inner
Method · 0.95
__init__
Method · 0.80
Calls
1
get_ident
Function · 0.70
Tested by
no test coverage detected