# Debugging Tools
# Functions
top-level functions: |
---|
prefect.utilities.debug.is_serializable (obj, raise_on_error=False)[source] |
Checks whether a given object can be registered with Prefect Cloud. This requires that the object can be serialized in the current process and deserialized in a fresh process.
|
prefect.utilities.debug.raise_on_exception ()[source] |
Context manager for raising exceptions when they occur instead of trapping them. Intended to be used only for local debugging and testing.
|
This documentation was auto-generated from commit bd9182e
on July 31, 2024 at 18:02 UTC
← Context Diagnostics →