On Jan 7, 2010, at 8:40 AM, Neil Ludban wrote: > Forgot to ask, what if I wanted to add final/inline/whatever to the > entire class?
I don't think it's possible to prevent a class from being subclassed in Python-land. (Well, not without checking raising some kind of a runtime exception on instantiation or something like that...) - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
