Home | History | Annotate | Download | only in python

Lines Matching refs:Python

3 // SWIG file embedding the Python interpreter in something else.
4 // This file is based on Python-1.5. It will not work with
7 // This file makes it possible to extend Python and all of its
16 Python executable. This will be necessary on systems that do
19 a new version of Python from include files and libraries normally
20 installed with the Python language.
22 This module will automatically grab all of the Python modules
23 present in your current Python executable (including any special
27 This library file only works with Python 1.5. A version
28 compatible with Python 1.4 is available as embed14.i and
33 %echo "embed.i : Using Python 1.5"
38 #include <Python.h>
47 /* Grab Python's inittab[] structure */
63 /* Function for adding modules to Python */
73 /* Function to add all of Python's build in modules to our interpreter */