| Home | Trees | Index | Help |
|
|---|
| Module wmii :: Class WMIIBase |
|
object --+
|
WMIIBase
WMII,
WMIIClient,
WMIIColumn,
WMIIView| Method Summary | |
|---|---|
Tries to retrieve an unknown attribute via _get_ATTRNAME, or raises AttributeError | |
Searches for a setter method - _set_ATTRNAME, invokes it if found, or writes the new value to the instance dict | |
| Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__getattr__(self,
attr)
Tries to retrieve an unknown attribute via _get_ATTRNAME, or raises
AttributeError
|
__setattr__(self, attr, val)Searches for a setter method - _set_ATTRNAME, invokes it if found, or writes the new value to the instance dict
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Jun 12 22:49:30 2007 | http://epydoc.sf.net |