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

7 lines
128 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
# -*- coding: utf-8 -*-
from typing import Text, Optional
def right_mark_index(pinyin_no_number: Text) -> Optional[int]: ...