git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6266 626c5289-ae23-0410-ae9c-e8d60b6d4f22
55 lines
2.1 KiB
Text
55 lines
2.1 KiB
Text
/* -----------------------------------------------------------------------------
|
|
* python.swg
|
|
*
|
|
* Python configuration module.
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* The runtime part
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <pyruntime.swg>
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Special user directives
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <pyuserdir.swg>
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Inner macros (ugly ones)
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <pymacros.swg>
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Look for user fragments file. If not found, include empty system one.
|
|
* ----------------------------------------------------------------------------- */
|
|
%include "pyfragments.swg"
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Typemap specializations
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <pyswigtype.swg>
|
|
%include <pyinout.swg>
|
|
%include <pyvoid.swg>
|
|
%include <pyobject.swg>
|
|
%include <pystrbase.swg>
|
|
%include <pystrings.swg>
|
|
%include <pyvaltypes.swg>
|
|
%include <pyptrtypes.swg>
|
|
%include <pyprimtypes.swg>
|
|
%include <pymisctypes.swg>
|
|
%include <pyenum.swg>
|
|
|
|
/* ------------------------------------------------------------
|
|
* Overloaded operator support
|
|
* ------------------------------------------------------------ */
|
|
%include <pyopers.swg>
|
|
|
|
/* ------------------------------------------------------------
|
|
* Warnings for Python keywords
|
|
* ------------------------------------------------------------ */
|
|
%include <pythonkw.swg>
|
|
|
|
/* ------------------------------------------------------------
|
|
* The Python initialization function
|
|
* ------------------------------------------------------------ */
|
|
%include <pyinit.swg>
|