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
_______________________________________________
Quixote-users mailing list
[email protected]
http://mail.mems-exchange.org/mailman/listinfo/quixote-users

Reply via email to