
riffenstein at gmail
Sep 28, 2009, 11:25 PM
Post #5 of 6
(845 views)
Permalink
|
|
Re: Accessing object properties from __init__.py
[In reply to]
|
|
I need to be able to read a data structure from a file and use it in another product. But the FS path of this file has to be a property. And I need to do the reading just once, which is why I want to do it in __init__.py. Thanks, A On Tue, Sep 29, 2009 at 11:27 AM, Andreas Jung <lists[at]zopyx.com> wrote: > Am 29.09.09 07:55, schrieb Ajay Deshpande: > > Hi All: > > > > I would like to access a certain property of an object from the > > __init__.py of my Products folder. Is this possible? > What is the usecase? > > The initialize() method of the Product code get the 'context' parameter > during the startup phase. > Not sure that you are able to proceed from that. > > -aj > -- "And the trees are all kept equal By hatchet, axe, and saw"
|