Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.17 KB

bool.rst

File metadata and controls

46 lines (25 loc) · 1.17 KB

c

布尔对象

Booleans in Python are implemented as a subclass of integers. There are only two booleans, Py_False and Py_True. As such, the normal creation and deletion functions don't apply to booleans. The following macros are available, however.