swig/Examples/python
William S Fulton cf8788c411 Update Python tests to not use flatstaticmethod access
Use Python class staticmethod syntax to access C++ static member functions,
such as Klass.memberfunction, instead of Klass_memberfunction.
Examples and test-suite changes in preparation for issue #2137.
2022-01-14 22:48:11 +00:00
..
callback Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
class Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
constants Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
contract Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
docstrings Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
doxygen Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
enum Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
exception Fix testcase -Wstringop-truncation warning in gcc11 2021-11-12 19:00:20 +00:00
exceptproxy Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
extend Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
funcptr Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
funcptr2 Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
functor Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
import Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
import_packages Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
import_template Update Python tests to not use flatstaticmethod access 2022-01-14 22:48:11 +00:00
libffi Correct docs and examples to call SWIG_fail after setting a Python error 2016-10-23 20:16:35 +01:00
multimap Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
operator Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
performance Examples: Unify string quoting in the Python sources 2019-07-14 14:12:23 +10:00
pointer Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
reference Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
simple Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
smartptr Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
std_map Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
std_vector Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
template Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
varargs Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
variables Modify examples to be both Python 2 and 3 compatible 2020-08-15 16:46:01 +01:00
check.list Alphabetise testing of examples 2020-08-13 20:07:10 +01:00
index.html Remove need for Python 2to3 2020-08-15 18:04:58 +01:00