Class | Description |
---|---|
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.
|
PythonClientC | |
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.
|
PythonClientStructSource | |
PythonServerCSource |
The purpose of this class is to generate the C skeleton code to support
sidl objects implemented in Python.
|
PythonServerLaunch | |
PythonServerPyAux | |
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 |