Class Inheritance

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Thu Mar 13 03:53:42 EDT 2008


On Thu, 13 Mar 2008 00:06:52 -0500, "Andrew Rekdal" < wrote:

> Problem is layout_ext and Layout code is dependant on a Class instance 
> 'css'.

Then pass that instance to the `Layout` class in the `__init__()` so both,
the base class and the subclass use the same `CSS` instance.

Ciao,
	Marc 'BlackJack'



More information about the Python-list mailing list