File: message.rst

package info (click to toggle)
python-proto-plus 1.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 816 kB
  • sloc: python: 4,649; makefile: 27
file content (21 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Message and Field
-----------------

.. autoclass:: proto.message.Message
    :members:

    .. automethod:: pb
    .. automethod:: wrap
    .. automethod:: serialize
    .. automethod:: deserialize
    .. automethod:: to_json
    .. automethod:: from_json
    .. automethod:: to_dict
    .. automethod:: copy_from

.. automodule:: proto.fields
  :members:


.. automodule:: proto.enums
  :members: