Dispatcher API
The Dispatcher abstraction was not mapped to Python yet. The only kind of dispatchers you can create in Python are servants.
Servants
In Python, a servant is a concrete class derived from class Ice.Object
.
The most common type of Python servants are classes derived from skeleton classes generated by the Slice compiler.