Ask a question to get started
Enter to send•Shift+Enter new line
Default init validator that blocks jinja2 templates.
This is the default validator used by load() and loads() when no custom validator is provided.
load()
loads()
default_init_validator( class_path: tuple[str, ...], kwargs: dict[str, Any], ) -> None
class_path
tuple[str, ...]
The class path tuple being deserialized.
kwargs
dict[str, Any]
The kwargs dict for the class constructor.