| Trees | Indices | Help |
|
|---|
|
|
object --+
|
int --+
|
bool
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
x&y
|
|
x|y
|
y&x
|
repr(x)
|
y|x
|
y^x
|
str(x)
|
x^y
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 13 23:37:27 2008 | http://epydoc.sourceforge.net |