Home | Trees | Index | Help |
|
---|
Module Instant :: Class Instant |
|
Method Summary | |
---|---|
Instant constructor | |
Check if the md5sum of the generated interface file has changed since the last time the module was compiled. | |
Clean up files the current session. | |
Call this function to instantly create an extension module. | |
print out all instance variable | |
Use this function to generate a SWIG interface file. | |
Generates a project dependent Makefile, which includes and uses SWIG's own Makefile to create an extension module of the supplied C/C++ code. | |
Generates a setup.py file | |
get the md5 value of filename modified based on Python24\Tools\Scripts\md5sum.py | |
A method for parsing arguments. | |
writemd5sumfile(self,
filenames,
md5out)
|
Method Details |
---|
__init__(self)
Instant constructor
|
check_md5sum(self)Check if the md5sum of the generated interface file has changed since the last time the module was compiled. If it has changed then recompilation is necessary. |
clean(self)Clean up files the current session. |
create_extension(self, **args)Call this function to instantly create an extension module. SWIG is used to generate code that can be compiled and used as an ordinary Python module.Arguments:
|
debug(self)print out all instance variable |
generate_Interfacefile(self)Use this function to generate a SWIG interface file. To generate an interface file it uses the following class-variables:
|
generate_Makefile(self)Generates a project dependent Makefile, which includes and uses SWIG's own Makefile to create an extension module of the supplied C/C++ code. |
generate_setup(self)Generates a setup.py file |
getmd5sumfiles(self, filenames)get the md5 value of filename modified based on Python24\Tools\Scripts\md5sum.py |
parse_args(self, dict)A method for parsing arguments. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Jan 30 13:30:03 2007 | http://epydoc.sf.net |