swig/Examples/python
William S Fulton 51dadaeacd Add example to test the Python module being renamed to __init__.py
This examples tests the SWIG generated module being placed into a directory and
then renamed __init__.py to convert the module into a package. This ability
stopped working in swig-3.0.9. However, only Python 2.7 or 3.3 and later work. If
Python 3.2 support is needed, use moduleimport in %module to customise the import
code.

Issue #1282
2018-12-08 22:31:26 +00:00
..
callback Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
class Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
constants Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
contract Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
docstrings Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
doxygen Add Python doxygen example 2018-05-31 20:48:02 +01:00
enum Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
exception Examples update to support C++17: exception specification throw removal 2018-05-04 20:02:13 +01:00
exceptproxy Drop support for Python classic classes 2018-10-12 07:10:47 +01:00
extend Remove random statement glued onto comment line 2017-07-28 09:37:41 +12:00
funcptr Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
funcptr2 Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
functor Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
import Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
import_packages Add example to test the Python module being renamed to __init__.py 2018-12-08 22:31:26 +00:00
import_template Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
libffi Correct docs and examples to call SWIG_fail after setting a Python error 2016-10-23 20:16:35 +01:00
multimap Add missing checks for failures in calls to PyUnicode_AsUTF8String. 2017-12-04 20:14:04 +00:00
operator Fix operator Python example for -builtin 2018-11-28 08:18:28 +00:00
performance Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
pointer Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
reference Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
simple Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
smartptr Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
std_map Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
std_vector Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
template Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
varargs Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
variables Misc. typos 2018-05-17 10:04:23 -04:00
check.list Revert "Temporarily remove Python import_packages testcase" 2018-12-06 06:55:24 +00:00
index.html Update one dead link and remove another 2014-02-24 10:11:11 +13:00