Home | Trees | Indices | Help |
|
---|
|
object --+ | Message
Base class of Message data classes auto-generated from msg files.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Create a new Message instance. There are multiple ways of initializing Message instances, either using a 1-to-1 correspondence between constructor arguments and message fields (*args), or using Python "keyword" arguments (**kwds) to initialize named field and leave the rest with default values.
|
repr(x)
|
str(x)
|
Deserialize data in str into this instance. :param str_: serialized data, ``str`` |
Serialize data into buffer. :param buff: buffer, ``StringIO`` |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:39 2020 | http://epydoc.sourceforge.net |