Home | History | Annotate | Download | only in python
      1 /* ------------------------------------------------------------
      2  * python.swg
      3  *
      4  * Python configuration module.
      5  * ------------------------------------------------------------ */
      6 
      7 /* ------------------------------------------------------------
      8  *  Inner macros
      9  * ------------------------------------------------------------ */
     10 %include <pymacros.swg>
     11 
     12 
     13 /* ------------------------------------------------------------
     14  *  The runtime part
     15  * ------------------------------------------------------------ */
     16 %include <pyruntime.swg>
     17 
     18 /* ------------------------------------------------------------
     19  *  Special user directives
     20  * ------------------------------------------------------------ */
     21 %include <pyuserdir.swg>
     22 
     23 /* ------------------------------------------------------------
     24  *  Typemap specializations
     25  * ------------------------------------------------------------ */
     26 %include <pytypemaps.swg>
     27 
     28 /* ------------------------------------------------------------
     29  *  Overloaded operator support
     30  * ------------------------------------------------------------ */
     31 %include <pyopers.swg>
     32 
     33 /* ------------------------------------------------------------
     34  * Warnings for Python keywords
     35  * ------------------------------------------------------------ */
     36 %include <pythonkw.swg>
     37 
     38 /* ------------------------------------------------------------
     39  * The Python autodoc support
     40  * ------------------------------------------------------------ */
     41 %include <pydocs.swg>
     42 
     43 /* ------------------------------------------------------------
     44  * The Python classes, for C++
     45  * ------------------------------------------------------------ */
     46 %include <pyclasses.swg>
     47 
     48 /* ------------------------------------------------------------
     49  * The Python initialization function
     50  * ------------------------------------------------------------ */
     51 %include <pyinit.swg>
     52 
     53 
     54 /* ------------------------------------------------------------
     55  * For backward compatibility
     56  * ------------------------------------------------------------ */
     57 %include <pybackward.swg>
     58 
     59 
     60