Elias

With your hint, I was able to do this:
for a in ff:
        x= a._v_attrs
        l=x._f_list()
        for i in l: print x.__getattr__(i)

I suspect there might be a more 'pytables' way of doing the last step, but I'm 
in business now.

Thanks !!!
Bryan


On Friday 12 October 2007 14:25:07 [EMAIL PROTECTED] wrote:
> Bryan, in my previous reply, I should have noted that to see the attributes
> in the AttributeSet, you'll have to iterate through them as well. The print
> statement won't show the attributes themselves. Sorry about that!
>
> If you're in an interactive session, you can just type the node without a
>
> print statement:
> >>> for a in ff:
> >>>      a._v_attrs
>
> I'll have to defer to the real experts on how to iterate through the
> AttributeSets...
>
> Eli



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to