Home
Trees
Indices
Help
epydoc
object :: Class object
[
hide private
]
[
frames
] |
no frames
]
Class object
Known Subclasses:
basestring
, int
, buffer
, classmethod
, complex
, dict
, enumerate
, file
, float
, frozenset
, list
, long
, property
, reversed
, set
, slice
, staticmethod
, super
, tuple
, type
, xrange
, exceptions.BaseException
,
wafadmin.Options.Handler
,
wafadmin.pproc.Popen
,
unreachable
,
wafadmin.Runner.Parallel
,
wafadmin.Build.BuildContext
,
wafadmin.TaskGen.task_gen
,
wafadmin.Task.TaskManager
,
wafadmin.Task.TaskGroup
,
wafadmin.Task.TaskBase
,
wafadmin.Node.Node
,
wafadmin.Configure.ConfigurationContext
,
wafadmin.Environment.Environment
,
wafadmin.Logs.foo
,
wafadmin.Tools.UnitTest.unit_test
,
wafadmin.Tools.misc.CmdArg
,
wafadmin.Tools.d.d_parser
,
wafadmin.Tools.DirWatch.adaptor
,
wafadmin.Tools.config_c.enumerator_base
,
wafadmin.Tools.config_c.check_data
,
wafadmin.Tools.preproc.c_parser
,
wafadmin.Tools.qt4.XMLHandler
The most base type
Instance Methods
[
hide private
]
__delattr__
(
...
)
x.__delattr__('name') <==> del x.name
__getattribute__
(
...
)
x.__getattribute__('name') <==> x.name
__hash__
(
x
)
hash(x)
__init__
(
...
)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
a new object with type S, a subtype of T
__new__
(
T
,
S
,
...
)
__reduce__
(
...
)
helper for pickle
__reduce_ex__
(
...
)
helper for pickle
__repr__
(
x
)
repr(x)
__setattr__
(
...
)
x.__setattr__('name', value) <==> x.name = value
__str__
(
x
)
str(x)
Properties
[
hide private
]
__class__
the object's class
Home
Trees
Indices
Help
epydoc
Generated by Epydoc 3.0.1 on Sun Aug 3 22:22:49 2008
http://epydoc.sourceforge.net