You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/third_party/python-pinyin/.coveragerc

16 lines
233 B

[run]
branch = True
omit =
# pypinyin/runner.py
pypinyin/__main__.py
[report]
exclude_lines =
pragma: no cover
except NameError
except ImportError
pass
def main
if py3:
if __name__ == .__main__.: