Class Summary |
DualGenerator |
|
GenPythonClient |
This class is responsible for generating the Python client-side code. |
GenPythonServer |
This class is responsible for generating the Python server-side code. |
Python |
This class defines some of the fundamental mapping rules for translating
a symbol in the SIDL file into Python. |
PythonClientCSource |
This class will write the C source file for a Python C extension
module to provide access from Python to a class or interface. |
PythonClientHeader |
Create and write a header for a Python C extension class to wrap a
BABEL extendable in a Python object. |
PythonServerCSource |
The purpose of this class is to generate the C skeleton code to support
SIDL objects implemented in Python. |
PythonServerLaunch |
|
PythonServerPySource |
The purpose of this class is to generate Python source code to implement
a SIDL class. |
SetupGenerator |
This class writes a setup.py file to build all the
Python extension modules and implementation code. |
TranslateArguments |
|