(cls, location, filetypes=tuple())
| 868 | |
| 869 | @classmethod |
| 870 | def is_datafile(cls, location, filetypes=tuple()): |
| 871 | return super().is_datafile(location, filetypes=filetypes) and is_yarn_v2(location) |
| 872 | |
| 873 | @classmethod |
| 874 | def parse(cls, location, package_only=False): |