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 46fe8e3 commit a45d3fdCopy full SHA for a45d3fd
Doc/library/sys.monitoring.rst
@@ -314,14 +314,13 @@ To register a callable for events call
314
it is unregistered and returned.
315
Otherwise :func:`register_callback` returns ``None``.
316
317
+ .. audit-event:: sys.monitoring.register_callback func sys.monitoring.register_callback
318
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
-Registering or unregistering a callback function will generate a :func:`sys.audit` event.
324
-
325
326
Callback function arguments
327
'''''''''''''''''''''''''''
0 commit comments