Home | Trees | Index | Help |
|
---|
|
object
--+ |MucItemBase
--+ | MucStatus
Method Summary | |
---|---|
Initialize a MucStatus element. | |
libxml2.xmlNode |
Create XML representation of self . |
Initialize a MucStatus element from an XML node. | |
Initialize a MucStatus element from a status code. | |
Inherited from object | |
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.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Instance Variable Summary | |
---|---|
int |
code : staus code, as defined in JEP 45 |
Method Details |
---|
__init__(self,
xmlnode_or_code)
Initialize a |
as_xml(self, parent)Create XML representation ofself .
|
__from_xmlnode(self, xmlnode)Initialize aMucStatus element from an XML node.
|
__init(self, code)Initialize aMucStatus element from a status code.
|
Instance Variable Details |
---|
codestaus code, as defined in JEP 45
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:37 2005 | http://epydoc.sf.net |