Trees | Indices | Help |
|
---|
|
object --+ | Flag
A base class for objects which have a set of flags that can be set.
You should never be instantiating this class directly - it only exists for other classes to inherit from.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
bool |
|
||
None |
|
||
Inherited from |
|
|||
Inherited from |
|
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
|
x.__setattr__('name', value) <==> x.name = value
|
Gets the specified flag. The parameter should be one of the FlagType constants.
|
Set or clear the specified flag. The flag parameter should be one of the FlagType constants and value should be True or False.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 23 08:52:26 2012 | http://epydoc.sourceforge.net |