You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
422 B
ReStructuredText
30 lines
422 B
ReStructuredText
|
|
Getting Started
|
|
===============
|
|
|
|
xxx
|
|
|
|
|
|
RPC Serialization Rules
|
|
-----------------------
|
|
|
|
The following built-in types may be used as parameters or return values in
|
|
remote procedure calls:
|
|
|
|
* bool
|
|
* bytearray
|
|
* bytes
|
|
* dict
|
|
* int
|
|
* list
|
|
* long
|
|
* str
|
|
* tuple
|
|
* unicode
|
|
|
|
User-defined types may not be used, except for:
|
|
|
|
* :py:class:`mitogen.core.CallError`
|
|
* :py:class:`mitogen.core.Context`
|
|
* :py:class:`mitogen.core._Dead`
|