(cls, **kwargs)
| 769 | |
| 770 | @classmethod |
| 771 | def get_default_variation(cls, **kwargs): |
| 772 | return super().get_default_variation(is_debug=settings.ASSERTIONS, **kwargs) |
| 773 | |
| 774 | |
| 775 | class Exceptions(IntEnum): |
nothing calls this directly
no test coverage detected