Berthold Höllmann (el 2006-11-22 a les 17:04:38 +0100) va dir::

> Describing the Files class, page 55 of the PyTables 1.3.3 manual says:
> 
> trMap -- A dictionary that maps node names between PyTables and HDF5
>    domain names. Its initial values are set from the trMap parameter
>    passed to the openFile function. You can change its contents after
>    a file is opened and the new map will take effect over any new
>    object added to the tree.
> [...]

The reason why your test doesn't work is that anytime a group is loaded,
the names of its children are also loaded (so that tab-completion does
work, though children themselves are not loaded).  Thus, when you modify
the ``trMap``, the ``Xbsxffe_info`` name has already been loaded and the
``trMap`` has no effect on it.

Bad luck, though you still have ``File.getNode()`` as Francesc pointed
out in the other message. ;)

::

        Ivan Vilata i Balaguer   >qo<   http://www.carabos.com/
               Cárabos Coop. V.  V  V   Enjoy Data
                                  ""

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to