René's URL Explorer Experiment


Title: sys.monitoring — Execution event monitoring — Python 3.15.0a5 documentation

Open Graph Title: sys.monitoring — Execution event monitoring

Description: This namespace provides access to the functions and constants necessary to activate and control event monitoring. As programs execute, events occur that might be of interest to tools that monitor e...

Open Graph Description: This namespace provides access to the functions and constants necessary to activate and control event monitoring. As programs execute, events occur that might be of interest to tools that monitor e...

Opengraph URL: https://docs.python.org/3/library/sys.monitoring.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_sys.monitoring_6f9b6e00.png
og:image:altThis namespace provides access to the functions and constants necessary to activate and control event monitoring. As programs execute, events occur that might be of interest to tools that monitor e...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
sys.monitoring — Execution event monitoringhttps://docs.python.org/dev/library/sys.monitoring.html
Tool identifiershttps://docs.python.org/dev/library/sys.monitoring.html#tool-identifiers
Registering and using toolshttps://docs.python.org/dev/library/sys.monitoring.html#registering-and-using-tools
Eventshttps://docs.python.org/dev/library/sys.monitoring.html#events
Local eventshttps://docs.python.org/dev/library/sys.monitoring.html#local-events
Deprecated eventhttps://docs.python.org/dev/library/sys.monitoring.html#deprecated-event
Ancillary eventshttps://docs.python.org/dev/library/sys.monitoring.html#ancillary-events
Other eventshttps://docs.python.org/dev/library/sys.monitoring.html#other-events
The STOP_ITERATION eventhttps://docs.python.org/dev/library/sys.monitoring.html#the-stop-iteration-event
Turning events on and offhttps://docs.python.org/dev/library/sys.monitoring.html#turning-events-on-and-off
Setting events globallyhttps://docs.python.org/dev/library/sys.monitoring.html#setting-events-globally
Per code object eventshttps://docs.python.org/dev/library/sys.monitoring.html#per-code-object-events
Disabling eventshttps://docs.python.org/dev/library/sys.monitoring.html#disabling-events
Registering callback functionshttps://docs.python.org/dev/library/sys.monitoring.html#registering-callback-functions
Callback function argumentshttps://docs.python.org/dev/library/sys.monitoring.html#callback-function-arguments
sys — System-specific parameters and functionshttps://docs.python.org/dev/library/sys.html
sysconfig — Provide access to Python’s configuration informationhttps://docs.python.org/dev/library/sysconfig.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/sys.monitoring.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/sysconfig.html
previoushttps://docs.python.org/dev/library/sys.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Python Runtime Serviceshttps://docs.python.org/dev/library/python.html
sys.monitoring — Execution event monitoringhttps://docs.python.org/dev/library/sys.monitoring.html
https://docs.python.org/dev/library/sys.monitoring.html#module-sys.monitoring
sys.monitoringhttps://docs.python.org/dev/library/sys.monitoring.html#module-sys.monitoring
syshttps://docs.python.org/dev/library/sys.html#module-sys
sys.monitoringhttps://docs.python.org/dev/library/sys.monitoring.html#module-sys.monitoring
Tool identifiershttps://docs.python.org/dev/library/sys.monitoring.html#tool-identifiers
Eventshttps://docs.python.org/dev/library/sys.monitoring.html#events
Callbackshttps://docs.python.org/dev/library/sys.monitoring.html#callbacks
https://docs.python.org/dev/library/sys.monitoring.html#tool-identifiers
https://docs.python.org/dev/library/sys.monitoring.html#registering-and-using-tools
inthttps://docs.python.org/dev/library/functions.html#int
strhttps://docs.python.org/dev/library/stdtypes.html#str
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.use_tool_id
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
inthttps://docs.python.org/dev/library/functions.html#int
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.clear_tool_id
inthttps://docs.python.org/dev/library/functions.html#int
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.free_tool_id
clear_tool_id()https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.clear_tool_id
inthttps://docs.python.org/dev/library/functions.html#int
strhttps://docs.python.org/dev/library/stdtypes.html#str
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.get_tool
https://docs.python.org/dev/library/sys.monitoring.html#events
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-BRANCH_LEFT
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-BRANCH_RIGHT
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-CALL
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RAISE
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RETURN
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-EXCEPTION_HANDLED
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-INSTRUCTION
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-JUMP
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-LINE
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_RESUME
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_RETURN
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_START
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_THROW
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_UNWIND
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_YIELD
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-RAISE
STOP_ITERATIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-STOP_ITERATION
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-RERAISE
finallyhttps://docs.python.org/dev/reference/compound_stmts.html#finally
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-STOP_ITERATION
StopIterationhttps://docs.python.org/dev/library/exceptions.html#StopIteration
the STOP_ITERATION eventhttps://docs.python.org/dev/library/sys.monitoring.html#the-stop-iteration-event
PY_RETURNhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_RETURN
PY_STARThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_START
https://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-NO_EVENTS
https://docs.python.org/dev/library/sys.monitoring.html#local-events
PY_STARThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_START
PY_RESUMEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_RESUME
PY_RETURNhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_RETURN
PY_YIELDhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_YIELD
CALLhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-CALL
LINEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-LINE
INSTRUCTIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-INSTRUCTION
JUMPhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-JUMP
BRANCH_LEFThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-BRANCH_LEFT
BRANCH_RIGHThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-BRANCH_RIGHT
STOP_ITERATIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-STOP_ITERATION
https://docs.python.org/dev/library/sys.monitoring.html#deprecated-event
BRANCH_LEFThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-BRANCH_LEFT
BRANCH_RIGHThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-BRANCH_RIGHT
https://docs.python.org/dev/library/sys.monitoring.html#ancillary-events
C_RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RAISE
C_RETURNhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RETURN
C_RETURNhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RETURN
C_RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RAISE
CALLhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-CALL
C_RETURNhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RETURN
C_RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RAISE
CALLhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-CALL
https://docs.python.org/dev/library/sys.monitoring.html#other-events
DISABLEhttps://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.DISABLE
PY_THROWhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_THROW
PY_UNWINDhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_UNWIND
RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-RAISE
EXCEPTION_HANDLEDhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-EXCEPTION_HANDLED
https://docs.python.org/dev/library/sys.monitoring.html#the-stop-iteration-event
PEP 380https://peps.python.org/pep-0380/#use-of-stopiteration-to-return-values
StopIterationhttps://docs.python.org/dev/library/exceptions.html#StopIteration
STOP_ITERATIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-STOP_ITERATION
STOP_ITERATIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-STOP_ITERATION
RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-RAISE
STOP_ITERATIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-STOP_ITERATION
RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-RAISE
StopIterationhttps://docs.python.org/dev/library/exceptions.html#StopIteration
STOP_ITERATIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-STOP_ITERATION
RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-RAISE
StopIterationhttps://docs.python.org/dev/library/exceptions.html#StopIteration
https://docs.python.org/dev/library/sys.monitoring.html#turning-events-on-and-off
https://docs.python.org/dev/library/sys.monitoring.html#setting-events-globally
inthttps://docs.python.org/dev/library/functions.html#int
inthttps://docs.python.org/dev/library/functions.html#int
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.get_events
inthttps://docs.python.org/dev/library/functions.html#int
inthttps://docs.python.org/dev/library/functions.html#int
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.set_events
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/sys.monitoring.html#per-code-object-events
types.CodeTypehttps://docs.python.org/dev/library/types.html#types.CodeType
Monitoring C APIhttps://docs.python.org/dev/c-api/monitoring.html#c-api-monitoring
inthttps://docs.python.org/dev/library/functions.html#int
CodeTypehttps://docs.python.org/dev/library/types.html#types.CodeType
inthttps://docs.python.org/dev/library/functions.html#int
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.get_local_events
local eventshttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-local
inthttps://docs.python.org/dev/library/functions.html#int
CodeTypehttps://docs.python.org/dev/library/types.html#types.CodeType
inthttps://docs.python.org/dev/library/functions.html#int
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.set_local_events
local eventshttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-local
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/sys.monitoring.html#disabling-events
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.DISABLE
Local eventshttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-local
sys.monitoring.DISABLEhttps://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.DISABLE
DISABLEhttps://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.DISABLE
global eventhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-global
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.restart_events
sys.monitoring.DISABLEhttps://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.DISABLE
https://docs.python.org/dev/library/sys.monitoring.html#registering-callback-functions
inthttps://docs.python.org/dev/library/functions.html#int
inthttps://docs.python.org/dev/library/functions.html#int
Callablehttps://docs.python.org/dev/library/collections.abc.html#collections.abc.Callable
Nonehttps://docs.python.org/dev/library/constants.html#None
Callablehttps://docs.python.org/dev/library/collections.abc.html#collections.abc.Callable
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.register_callback
register_callback()https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.register_callback
auditing eventhttps://docs.python.org/dev/library/sys.html#auditing
https://docs.python.org/dev/library/sys.monitoring.html#callback-function-arguments
https://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.MISSING
DISABLEhttps://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.DISABLE
PY_STARThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_START
PY_RESUMEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_RESUME
PY_RETURNhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_RETURN
PY_YIELDhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_YIELD
CALLhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-CALL
C_RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RAISE
C_RETURNhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-C_RETURN
MISSINGhttps://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.MISSING
sys.monitoring.MISSINGhttps://docs.python.org/dev/library/sys.monitoring.html#sys.monitoring.MISSING
RAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-RAISE
RERAISEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-RERAISE
EXCEPTION_HANDLEDhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-EXCEPTION_HANDLED
PY_UNWINDhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_UNWIND
PY_THROWhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-PY_THROW
STOP_ITERATIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-STOP_ITERATION
LINEhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-LINE
BRANCH_LEFThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-BRANCH_LEFT
BRANCH_RIGHThttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-BRANCH_RIGHT
JUMPhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-JUMP
INSTRUCTIONhttps://docs.python.org/dev/library/sys.monitoring.html#monitoring-event-INSTRUCTION
Table of Contentshttps://docs.python.org/dev/contents.html
sys.monitoring — Execution event monitoringhttps://docs.python.org/dev/library/sys.monitoring.html
Tool identifiershttps://docs.python.org/dev/library/sys.monitoring.html#tool-identifiers
Registering and using toolshttps://docs.python.org/dev/library/sys.monitoring.html#registering-and-using-tools
Eventshttps://docs.python.org/dev/library/sys.monitoring.html#events
Local eventshttps://docs.python.org/dev/library/sys.monitoring.html#local-events
Deprecated eventhttps://docs.python.org/dev/library/sys.monitoring.html#deprecated-event
Ancillary eventshttps://docs.python.org/dev/library/sys.monitoring.html#ancillary-events
Other eventshttps://docs.python.org/dev/library/sys.monitoring.html#other-events
The STOP_ITERATION eventhttps://docs.python.org/dev/library/sys.monitoring.html#the-stop-iteration-event
Turning events on and offhttps://docs.python.org/dev/library/sys.monitoring.html#turning-events-on-and-off
Setting events globallyhttps://docs.python.org/dev/library/sys.monitoring.html#setting-events-globally
Per code object eventshttps://docs.python.org/dev/library/sys.monitoring.html#per-code-object-events
Disabling eventshttps://docs.python.org/dev/library/sys.monitoring.html#disabling-events
Registering callback functionshttps://docs.python.org/dev/library/sys.monitoring.html#registering-callback-functions
Callback function argumentshttps://docs.python.org/dev/library/sys.monitoring.html#callback-function-arguments
sys — System-specific parameters and functionshttps://docs.python.org/dev/library/sys.html
sysconfig — Provide access to Python’s configuration informationhttps://docs.python.org/dev/library/sysconfig.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/sys.monitoring.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/sysconfig.html
previoushttps://docs.python.org/dev/library/sys.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Python Runtime Serviceshttps://docs.python.org/dev/library/python.html
sys.monitoring — Execution event monitoringhttps://docs.python.org/dev/library/sys.monitoring.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.