Files
unison/bindings/python
Gustavo J. A. M. Carneiro 01c7e0e4dd Change Python bindings method for overriding virtual methods of C++ classes
To override the C++ virtual method 'DoStart', we new define a method in Python called 'DoStart', whilst before we would define '_DoStart'.  This change is to align pybindgen generated bindings with the other python bindings tools out there, such as boost.python, swig, and sip.  It is also simpler to understand for users.
2010-03-26 18:54:11 +00:00
..
2010-03-20 13:00:14 +00:00
2008-07-08 10:43:58 -07:00
2008-07-08 10:43:58 -07:00
2008-07-08 10:43:58 -07:00
2009-04-13 23:10:37 +01:00