swig/Examples/test-suite/python/template_static_runme.py
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

3 lines
49 B
Python

from template_static import *
Foo.bar_double(1)