gov.llnl.babel.backend.python
Class PythonServerPySource
java.lang.Object
gov.llnl.babel.backend.python.PythonServerPySource
public class PythonServerPySource
extends java.lang.Object
The purpose of this class is to generate Python source code to implement
a sidl class. Parts of the Python source code must be filled by the
developer, and these parts are retained using a CodeSplicer
.
Each locally defined method is partially implemented in this file.
PythonServerPySource
public PythonServerPySource(Class cls,
Context context)