Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14086cf commit 236329eCopy full SHA for 236329e
1 file changed
Doc/library/threading.rst
@@ -291,10 +291,10 @@ since it is impossible to detect the termination of alien threads.
291
.. attribute:: ident
292
293
The 'thread identifier' of this thread or ``None`` if the thread has not
294
- been started. This is a nonzero integer. See the
295
- :func:`_thread.get_ident()` function. Thread identifiers may be recycled
296
- when a thread exits and another thread is created. The identifier is
297
- available even after the thread has exited.
+ been started. This is a nonzero integer. See the :func:`get_ident`
+ function. Thread identifiers may be recycled when a thread exits and
+ another thread is created. The identifier is available even after the
+ thread has exited.
298
299
.. method:: is_alive()
300
0 commit comments