(cls, **kwargs)
| 2014 | |
| 2015 | @classmethod |
| 2016 | def get_default_variation(cls, **kwargs): |
| 2017 | return super().get_default_variation(with_rtti=settings.USE_RTTI, **kwargs) |
| 2018 | |
| 2019 | |
| 2020 | class libfetch(MTLibrary): |
nothing calls this directly
no test coverage detected