Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e355b2 commit 012ed5dCopy full SHA for 012ed5d
1 file changed
Lib/types.py
@@ -16,6 +16,7 @@
16
IntType = int
17
LongType = long
18
FloatType = float
19
+BooleanType = bool
20
try:
21
ComplexType = complex
22
except NameError:
0 commit comments