Unsafe
If you take a closer look at a model inherited from the Exact
model, there's a __unsafe_init__()
function which allows you to skip all type checks.
However, if directly called, you'd get an error:
If you take a closer look at a model inherited from the Exact
model, there's a __unsafe_init__()
function which allows you to skip all type checks.
However, if directly called, you'd get an error: