[h5py] 302/455: Update docs for h5f.mount
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:44 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 7be7e0d73b7138b59b7020eddfbb120311641e99
Author: andrewcollette <andrew.collette at gmail.com>
Date: Mon Jul 27 11:47:23 2009 +0000
Update docs for h5f.mount
---
h5py/h5f.pyx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/h5py/h5f.pyx b/h5py/h5f.pyx
index 1027660..931ba72 100644
--- a/h5py/h5f.pyx
+++ b/h5py/h5f.pyx
@@ -124,7 +124,8 @@ def is_hdf5(char* name):
def mount(ObjectID loc not None, char* name, FileID fid not None):
"""(ObjectID loc, STRING name, FileID fid)
- Mount an open file as "name" under group loc_id.
+ Mount an open file on the group "name" under group loc_id. Note that
+ "name" must already exist.
"""
H5Fmount(loc.id, name, fid.id, H5P_DEFAULT)
@@ -132,7 +133,7 @@ def mount(ObjectID loc not None, char* name, FileID fid not None):
def unmount(ObjectID loc not None, char* name):
"""(ObjectID loc, STRING name)
- Unmount a file, mounted as "name" under group loc_id.
+ Unmount a file, mounted at "name" under group loc_id.
"""
H5Funmount(loc.id, name)
--
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