def get_or_create_from_source_and_translation_data()

in src/wagtail_localize_smartling/models.py [0:0]


    def get_or_create_from_source_and_translation_data(
        cls,
        translation_source: TranslationSource,
        translations: Iterable[Translation],
        *,
        user: AbstractBaseUser,
        due_date: datetime | None,