Skip to content

cute-omega/python_goto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

python_goto

为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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published