文件名称:opposite:Python的相反库
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-16 18:36:21
Python
对面的 Python的相反库 2014-01-27:完全支持 Python 2.X。 用法 >>> from opposite import True >>> True == False True >>> from opposite import * >>> True == False False >>> ^D ====== 感谢大家的支持,Opposite 现在将作为 Python 3.4 标准库的一部分发布。
【文件预览】:
opposite-master
----setup.py(265B)
----opposite.py(26B)
----LICENSE(1KB)
----README.md(335B)
----test.py(266B)