durusmail: quixote-users: q exports question
q exports question
2005-06-29
q exports question
Neil Schemenauer
2005-06-29
On Wed, Jun 29, 2005 at 02:55:33PM -0500, David Driver wrote:
> class RootDirectory(Directory):
>
>     _q_exports = ["","AR"]
>
>     def _q_index [html] (self):
>         '''blablabla'''
>
>     AR = AR.getRootDir()
>
> Is the above assignment (AR=AR.GetRootDir()) going to do weird things
> ir is it just assigning an instance variable to the result get root
> dir?

It's actually assigning a class variable.  I don't think it's a
weird thing to do.

  Neil
reply