文件名称:冰淇淋::soft_ice_cream:永远不要使用print()再次调试
文件大小:21KB
文件格式:ZIP
更新时间:2024-02-24 17:17:21
python debugging library python3 debug
IceCream-永远不要使用print()再次调试 您是否曾经使用过print()或log()来调试代码? 当然可以IceCream(或简称ic使打印调试更轻松一些。 IceCream经过严格测试,,并支持Python 2,Python 3,PyPy2和PyPy3。 检查变量 您是否曾经打印过变量或表达式来调试程序? 如果您曾经输入过类似 print ( foo ( '123' )) 或更彻底 print ( "foo('123')" , foo ( '123' )) 那么ic()可以为您提供帮助。 带有参数的ic()检查自身并打印其自身的参数以及这些参数的值。 from icecr
【文件预览】:
icecream-master
----MANIFEST.in(30B)
----.travis.yml(417B)
----changelog.txt(2KB)
----tests()
--------test_icecream.py(17KB)
--------install_test_import.py(182B)
--------test_install.py(896B)
----tox.ini(113B)
----logo.svg(13KB)
----setup.cfg(67B)
----setup.py(3KB)
----.gitignore(65B)
----icecream()
--------builtins.py(386B)
--------__init__.py(507B)
--------coloring.py(4KB)
--------icecream.py(10KB)
--------__version__.py(485B)
----README.md(7KB)
----LICENSE.txt(1KB)