[h5py] 396/455: Add docs

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 3ada82e51adfba0577183ef64808e65a78889166
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Mon Feb 8 03:02:10 2010 +0000

    Add docs
---
 h5py/highlevel.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/h5py/highlevel.py b/h5py/highlevel.py
index 0b44376..a1fe9e7 100644
--- a/h5py/highlevel.py
+++ b/h5py/highlevel.py
@@ -245,8 +245,14 @@ class Group(HLObject, _DictCompat):
             HLObject.__init__(self, id)
 
     def _set18(self, name, obj):
-        """ HDF5 1.8 __setitem__.  PHIL should already be held. """
+        """ HDF5 1.8 __setitem__.  PHIL should already be held. 
+
+        Distinct from 1.6 version in that it uses the proper link creation
+        and access property lists, which enable creation of intermediate
+        groups and proper handling of external links.
+        """
         plists = {'lcpl': self._lcpl, 'lapl': self._lapl}
+
         if isinstance(obj, HLObject):
             h5o.link(obj.id, self.id, name, **plists)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list