mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
add BooleanType
This commit is contained in:
parent
5e355b244f
commit
012ed5da5e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ ObjectType = object
|
||||||
IntType = int
|
IntType = int
|
||||||
LongType = long
|
LongType = long
|
||||||
FloatType = float
|
FloatType = float
|
||||||
|
BooleanType = bool
|
||||||
try:
|
try:
|
||||||
ComplexType = complex
|
ComplexType = complex
|
||||||
except NameError:
|
except NameError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue