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 9d70831 commit 46500c4Copy full SHA for 46500c4
1 file changed
Doc/library/sys.monitoring.rst
@@ -54,6 +54,13 @@ Registering and using tools
54
55
Should be called once a tool no longer requires *tool_id*.
56
57
+.. note::
58
+
59
+ :func:`free_tool_id` will not disable global or local events associated
60
+ with *tool_id*, nor will it unregister any callback functions. This
61
+ function is only intended to be used to notify the VM that the
62
+ particular *tool_id* is no longer in use.
63
64
.. function:: get_tool(tool_id: int, /) -> str | None
65
66
Returns the name of the tool if *tool_id* is in use,
0 commit comments