美文网首页
4. Built-in Constants

4. Built-in Constants

作者: xncode | 来源:发表于2017-12-07 19:49 被阅读0次

False 类型bool
True 类型bool
None 类型NoneType

NotImplemented NotImplementedType
用于说明某方法未实现,应在binary方法(eq lt add rsub)或in_place方法(imul iand)返回

Ellipsis ellipsis ... 配合扩展切片的语法

debug 是在python不拿 -O选项启动时会有 会影响assert

site模块添加的常数

site模块是在启动时自动引入的,除非拿 -S选项启动,这些常数只对交互式终端有用

quit([code])
exit([code])
copyright
license
credits

相关文章

网友评论

      本文标题:4. Built-in Constants

      本文链接:https://www.haomeiwen.com/subject/axpjixtx.html