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 fab9824 commit 298e57aCopy full SHA for 298e57a
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