ai-content-maker/.venv/Lib/site-packages/pypinyin/style/finals.pyi

15 lines
389 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
from typing import Any, Text
class FinalsConverter(object):
def to_finals(self, pinyin: Text, **kwargs: Any) -> Text: ...
def to_finals_tone(self, pinyin: Text, **kwargs: Any) -> Text: ...
def to_finals_tone2(self, pinyin: Text, **kwargs: Any) -> Text: ...
def to_finals_tone3(self, pinyin: Text, **kwargs: Any) -> Text: ...
converter = ... # type: FinalsConverter