[Zope-dev] File per ZCLass Instance

Phillip J. Eby pje@telecommunity.com
Wed, 19 Apr 2000 22:58:19 -0500


At 08:50 PM 4/19/00 -0600, Chimezie Ogbuji wrote:
>I've created a new ZClass which inherits from Object manager.  I want all
>instances of the class to have two File variables (should be unique).

Edit your ZClass' constructor so that it creates the File objects when the
object is created.  Then each instance will have its own, seperate File
objects.