gov.llnl.babel.backend.python
Class PythonClientCSource
public class 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.
void | generateCode() - Generate the source file for the extendable with which this object was
created.
|
PythonClientCSource
public PythonClientCSource(Extendable ext,
Context context)
Create an object capable of generating the source C file for a
sidl extendable (ie class or interface).
ext
- an interface or class that needs a header
file for a Python C extension class.
generateCode
public void generateCode()
throws CodeGenerationException
Generate the source file for the extendable with which this object was
created.