(cls, **kwargs)
| 2064 | |
| 2065 | @classmethod |
| 2066 | def get_default_variation(cls, **kwargs): |
| 2067 | return super().get_default_variation(ignore_case=settings.CASE_INSENSITIVE_FS, **kwargs) |
| 2068 | |
| 2069 | def get_files(self): |
| 2070 | backends = files_in_path( |
nothing calls this directly
no test coverage detected