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

Method _set_ident

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

Source from the content-addressed store, hash-verified

1041 raise
1042
1043 def _set_ident(self):
1044 self._ident = get_ident()
1045
1046 if _HAVE_THREAD_NATIVE_ID:
1047 def _set_native_id(self):

Callers 2

_bootstrap_innerMethod · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected