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.
16 lines
233 B
16 lines
233 B
4 years ago
|
[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__.:
|