Skip to content

Commit ce6bd41

Browse files
Update sys.monitoring.rst
1 parent 9fe5997 commit ce6bd41

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Doc/library/sys.monitoring.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,6 @@ To register a callable for events call
319319
Functions can be unregistered by calling
320320
``sys.monitoring.register_callback(tool_id, event, None)``.
321321

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-
329322

330323
Callback function arguments
331324
'''''''''''''''''''''''''''

0 commit comments

Comments
 (0)