Ft.Lib.boolean

Classes

class BooleanType(__builtin__.object)
__and__(...)
__cmp__(...)
__coerce__(...)
__float__(...)
__hex__(...)
__int__(...)
__long__(...)
__nonzero__(...)
__oct__(...)
__or__(...)
__rand__(...)
__repr__(...)
__ror__(...)
__rxor__(...)
__str__(...)
__xor__(...)

Data and other non-method functions defined here:

__doc__ = None

Functions

bool(...)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/boolean.so'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Lib.boolean'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
false = false
true = true