10 Jul 2012 15:45
10 Jul 2012 16:22
Re: inheriting from object
Stefan Behnel <stefan_ml <at> behnel.de>
2012-07-10 14:22:22 GMT
2012-07-10 14:22:22 GMT
Henry Gomersall, 10.07.2012 15:45: > What is the consequence of a cdefd class inheriting from object? None. Pure convenience syntax for the pure Python mode > Are the cython classes new-style? They are "built-in classes" or "extension types". "new-style" and "classic" refer to plain Python classes. Stefan
10 Jul 2012 16:28
Re: inheriting from object
Henry Gomersall <heng <at> cantab.net>
2012-07-10 14:28:32 GMT
2012-07-10 14:28:32 GMT
On Tue, 2012-07-10 at 16:22 +0200, Stefan Behnel wrote: > > > Are the cython classes new-style? > > They are "built-in classes" or "extension types". "new-style" and > "classic" > refer to plain Python classes. Does that mean one can use them like any other built in? (subclassing and suchlike) Cheers, Henry
RSS Feed