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 5334732 commit 8e6b516Copy full SHA for 8e6b516
1 file changed
Doc/library/sys.monitoring.rst
@@ -335,14 +335,13 @@ To register a callable for events call
335
it is unregistered and returned.
336
Otherwise :func:`register_callback` returns ``None``.
337
338
+ .. audit-event:: sys.monitoring.register_callback func sys.monitoring.register_callback
339
340
Functions can be unregistered by calling
341
``sys.monitoring.register_callback(tool_id, event, None)``.
342
343
Callback functions can be registered and unregistered at any time.
344
-Registering or unregistering a callback function will generate a :func:`sys.audit` event.
345
-
346
347
Callback function arguments
348
'''''''''''''''''''''''''''
0 commit comments