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.
3 lines
49 B
Python
3 lines
49 B
Python
from template_static import *
|
|
|
|
Foo.bar_double(1)
|