Closed anschweitzer closed 2 months ago
By combining pythons Enum.missing() functionality with the our existing default() functions we remove need for an enum validator that converts a unknown value to the default. The values() function can also be moved into the base class
default()
By combining pythons Enum.missing() functionality with the our existing
default()
functions we remove need for an enum validator that converts a unknown value to the default. The values() function can also be moved into the base class