Python Reference Guide
 
Loading...
Searching...
No Matches
bool Class Reference

Python built-in bool class. More...

#include <pyfbsdk.h>

Inheritance diagram for bool:

Detailed Description

Python built-in bool class.

The bool class has only two instances: True and False. For further information on this class, please consult http://docs.python.org/lib/node31.html