为Python提供goto支持 源于python包goto-statement,并使用第三方补丁修改了goto.py以提供Python3.11及以上版本支持。 理论上支持Python2/3,在Python 3.8.0/3.9.1/3.12.0rc1上实测有效。
下载whl包后在其目录下执行pip install goto
from dominate.tags import label#自行使用pip install dominate=2.8.0安装
from goto import goto
label .start
#...
goto .start