is_strict
No overview available.
def is_strict(
schema: &Bound< '_, PyDict >,
config: Option< &Bound< '_, PyDict > >
) - > boolean
Determines if the current execution context requires strict validation or error handling.
Returns
| Type | Description |
|---|---|
boolean | True if strict mode is enabled, False otherwise. |