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.
|
[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__.:
|