(cls, location, filetypes=tuple())
| 988 | |
| 989 | @classmethod |
| 990 | def is_datafile(cls, location, filetypes=tuple()): |
| 991 | return super().is_datafile(location, filetypes=filetypes) and not is_yarn_v2(location) |
| 992 | |
| 993 | @classmethod |
| 994 | def parse(cls, location, package_only=False): |
nothing calls this directly
no test coverage detected