Package picalo :: Package base :: Module Boolean :: Class boolean
[show private | hide private]
[frames | no frames]

Class boolean


A flag type, such as on/off, true/false, etc. The following values are considered true (case is always ignored):
Method Summary
  __init__(self, *args, **kargs)
Creates a new boolean object
  __eq__(self, other)
Returns whether this boolean value matches the other one
  __repr__(self)

Method Details

__init__(self, *args, **kargs)
(Constructor)

Creates a new boolean object

__eq__(self, other)
(Equality operator)

Returns whether this boolean value matches the other one

Generated by Epydoc 2.1 on Mon Aug 20 05:38:17 2007 http://epydoc.sf.net