pr170.py
来自「mallet是自然语言处理、机器学习领域的一个开源项目。」· Python 代码 · 共 8 行
PY
8 行
# This flexes PR#170 which is caused by a suspected JIT bug. Said bug for# some reason breaks exception matching. There is now a workaround that seems# to do the trick most of the time.try: int("foo")except ValueError: pass
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?