tombstonepy:删除死代码的工具

时间:2024-07-31 18:36:23
【文件属性】:

文件名称:tombstonepy:删除死代码的工具

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-31 18:36:23

Python

墓碑py 用于删除死代码和记录模块执行时间的 Python 模块。 安装 tombstone-py 需要一个正在运行的 Redis 服务器。 有关安装说明,请参阅Redis's quickstart _。 要安装 tombstone-py,只需: $ sudo python setup.py install 入门 import tombstone import datetime class HelloWorld: def __init__(self): pass #time isn't a necessary argument. If not provided, it takes the current time. # module name needs to be there @tombstone.log


【文件预览】:
tombstonepy-master
----setup.py(1008B)
----.gitignore(73B)
----tombstone()
--------__init__.py(104B)
--------modules()
----README.md(1KB)
----README.rst(1KB)
----tests()
--------__init__.py(0B)
--------helloworld.py(485B)
--------cherrypy_server.py(182B)

网友评论