[h5py] 262/455: Doc update for new properties

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:39 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 62fde218a0c046b1d892017eb089a764c6ed4c45
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Tue Jun 2 18:53:27 2009 +0000

    Doc update for new properties
---
 docs/source/guide/dataset.rst | 8 ++++++++
 docs/source/guide/group.rst   | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/docs/source/guide/dataset.rst b/docs/source/guide/dataset.rst
index 9ca82ca..2952aa2 100644
--- a/docs/source/guide/dataset.rst
+++ b/docs/source/guide/dataset.rst
@@ -180,6 +180,14 @@ Reference
 
         Provides access to HDF5 attributes; see :ref:`attributes`.
 
+    .. attribute:: fileobj
+        
+        The ``File`` instance used to open this HDF5 file.
+
+    .. attribute:: parent
+
+        A group which contains this object, according to basename(obj.name).
+
     .. attribute:: shape
 
         Numpy-style shape tuple with dataset dimensions
diff --git a/docs/source/guide/group.rst b/docs/source/guide/group.rst
index 5c73903..e336548 100644
--- a/docs/source/guide/group.rst
+++ b/docs/source/guide/group.rst
@@ -46,6 +46,14 @@ Reference
         Dictionary-like object which provides access to this group's
         HDF5 attributes.  See :ref:`attributes` for details.
 
+    .. attribute:: fileobj
+        
+        The ``File`` instance used to open this HDF5 file.
+
+    .. attribute:: parent
+
+        A group which contains this object, according to basename(obj.name).
+
     .. method:: __getitem__(name) -> Group or Dataset
 
         Open an object in this group.

-- 
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