Skip to main content

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

TypeDescription
booleanTrue if strict mode is enabled, False otherwise.