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