Use C++ style constructor declarations rather than __init__.
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 15 Dec 2009 10:36:32 +0000 (02:36 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 15 Dec 2009 10:36:32 +0000 (02:36 -0800)
commit16bf4f7648cd6d95fc797b3c253ab3cfea4a2fff
treed5e95d824f31bba57a1802aedfc1fe2f7990ecfd
parentbcb70be9d11375daf397f19b036442739bb15817
Use C++ style constructor declarations rather than __init__.
Cython/Compiler/ExprNodes.py
Cython/Compiler/Symtab.py
tests/compile/cpp_templates.pyx
tests/run/cpp_classes.pyx