Files
mnote/wolai-backend/.venv312/Lib/site-packages/pypinyin/style/gwoyeu.pyi
T

11 lines
283 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
from typing import Any, Text, Tuple
GWOYEU_REPLACE = ... # type: Tuple[Tuple[Any]]
class GwoyeuConverter(object):
def to_wade_glides(self, pinyin: Text, **kwargs: Any) -> Text: ...
def _pre_convert(self, pinyin: Text) -> Text: ...
converter = ... # type: GwoyeuConverter