Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@mimesis.decorators.romanized('nil')
def user():
return 'Mimesis'@mimesis.decorators.romanized('ru')
def russian_name():
return 'Ликид Геимфари'@mimesis.decorators.romanized('ru')
def mixed_text():
return 'Что-то там_4352-!@#$%^&*()_+?"<>"' @mimesis.decorators.romanized('ru')
def some_name():
return 'Абырвалг Аристархович'@mimesis.decorators.romanized('kk')
def kazakh_text():
return 'Python - ең жақсы бағдарламалау тілі!'@mimesis.decorators.romanized('uk')
def ukrainian_text():
return 'Українська мова!'@mimesis.decorators.romanized('ru')
def russian_alphabet():
return ' '.join('АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ'
'абвгдеёжзийклмнопрстуфхцчшщъыьэюя')