Home | History | Annotate | Download | only in python

Lines Matching refs:Python

111 /* Python.h has to appear first */
112 #include <Python.h>
782 /* http://www.python.org/dev/peps/pep-0353/#conversion-guidelines */
927 * Python API portion that goes into the runtime
969 * This file contains the runtime support for Python modules
1193 /* The python void return value */
1434 printf("swig/python detected a memory leak of type '%s', no destructor found.\n", name);
2239 /* PyModule_AddObject function was introduced in Python 2.0. The following function
2240 is copied out of Python/modsupport.c in python version 2.3.4 */
2300 /* The python cached type query */
2464 # error "This python version requires swig to be run with the '-classic' option"
2687 In python the user should not be able to modify the inner
2689 SWIG_PYTHON_SAFE_CSTRINGS, a new/copy of the python string
4903 /* Python-specific SWIG API */