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 9fe5997 commit ce6bd41Copy full SHA for ce6bd41
Doc/library/sys.monitoring.rst
@@ -319,13 +319,6 @@ To register a callable for events call
319
Functions can be unregistered by calling
320
``sys.monitoring.register_callback(tool_id, event, None)``.
321
322
-Callback functions can be registered and unregistered at any time.
323
-
324
-Callbacks are called only once regardless if the event is turned on both
325
-globally and locally. As such, if an event could be turned on for both global
326
-and local events by your code then the callback needs to be written to handle
327
-either trigger.
328
329
330
Callback function arguments
331
'''''''''''''''''''''''''''
0 commit comments