~ubuntu-branches/ubuntu/natty/pytables/natty-updates

« back to all changes in this revision

Viewing changes to doc/html/x4290.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2006-06-28 10:45:03 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060628104503-cc251q5o5j3e2k10
  * Fixed call to pyversions in debian/rules which failed on recent versions 
    of pyversions
  * Fixed clean rule in debian/rules which left the stamp files behind
  * Acknowledge NMU
  * Added Alexandre Fayolle to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>The UnImplemented class</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
9
REL="HOME"
 
10
TITLE="PyTables User's Guide"
 
11
HREF="index.html"><LINK
 
12
REL="UP"
 
13
TITLE="Library Reference"
 
14
HREF="c1381.html"><LINK
 
15
REL="PREVIOUS"
 
16
TITLE="The VLArray class"
 
17
HREF="x4133.html"><LINK
 
18
REL="NEXT"
 
19
TITLE="The AttributeSet
 
20
            class"
 
21
HREF="x4306.html"></HEAD
 
22
><BODY
 
23
CLASS="sect1"
 
24
BGCOLOR="#FFFFFF"
 
25
TEXT="#000000"
 
26
LINK="#0000FF"
 
27
VLINK="#840084"
 
28
ALINK="#0000FF"
 
29
><DIV
 
30
CLASS="NAVHEADER"
 
31
><TABLE
 
32
SUMMARY="Header navigation table"
 
33
WIDTH="100%"
 
34
BORDER="0"
 
35
CELLPADDING="0"
 
36
CELLSPACING="0"
 
37
><TR
 
38
><TH
 
39
COLSPAN="3"
 
40
ALIGN="center"
 
41
><SPAN
 
42
CLASS="markup"
 
43
>PyTables</SPAN
 
44
> User's Guide: Hierarchical datasets in Python - Release 1.3.2</TH
 
45
></TR
 
46
><TR
 
47
><TD
 
48
WIDTH="10%"
 
49
ALIGN="left"
 
50
VALIGN="bottom"
 
51
><A
 
52
HREF="x4133.html"
 
53
ACCESSKEY="P"
 
54
>Prev</A
 
55
></TD
 
56
><TD
 
57
WIDTH="80%"
 
58
ALIGN="center"
 
59
VALIGN="bottom"
 
60
>Chapter 4. Library Reference</TD
 
61
><TD
 
62
WIDTH="10%"
 
63
ALIGN="right"
 
64
VALIGN="bottom"
 
65
><A
 
66
HREF="x4306.html"
 
67
ACCESSKEY="N"
 
68
>Next</A
 
69
></TD
 
70
></TR
 
71
></TABLE
 
72
><HR
 
73
ALIGN="LEFT"
 
74
WIDTH="100%"></DIV
 
75
><DIV
 
76
CLASS="sect1"
 
77
><H1
 
78
CLASS="sect1"
 
79
><A
 
80
NAME="section4.14"
 
81
>4.14. The <SPAN
 
82
CLASS="markup"
 
83
>UnImplemented</SPAN
 
84
> class</A
 
85
></H1
 
86
><A
 
87
NAME="UnImplementedClassDescr"
 
88
></A
 
89
><P
 
90
>Instances of this class represents an unimplemented dataset
 
91
            in a generic HDF5 file. When reading such a file (i.e. one
 
92
            that has not been created with <SAMP
 
93
CLASS="computeroutput"
 
94
>PyTables</SAMP
 
95
>, but
 
96
            with some other HDF5 library based tool), chances are that
 
97
            the specific combination of <SPAN
 
98
CLASS="emphasis"
 
99
><I
 
100
CLASS="emphasis"
 
101
>datatypes</I
 
102
></SPAN
 
103
> and/or
 
104
            <SPAN
 
105
CLASS="emphasis"
 
106
><I
 
107
CLASS="emphasis"
 
108
>dataspaces</I
 
109
></SPAN
 
110
> in some dataset might not be supported
 
111
            by <SAMP
 
112
CLASS="computeroutput"
 
113
>PyTables</SAMP
 
114
> yet. In such a case, this dataset
 
115
            will be mapped into the <SAMP
 
116
CLASS="computeroutput"
 
117
>UnImplemented</SAMP
 
118
> class and
 
119
            hence, the user will still be able to build the complete
 
120
            object tree of this generic HDF5 file, as well as enabling
 
121
            the access (both read and <SPAN
 
122
CLASS="emphasis"
 
123
><I
 
124
CLASS="emphasis"
 
125
>write</I
 
126
></SPAN
 
127
>) of the attributes
 
128
            of this dataset and some metadata. Of course, the user won't
 
129
            be able to read the actual data on it.
 
130
          </P
 
131
><P
 
132
>This is an elegant way to allow users to work with generic
 
133
            HDF5 files despite the fact that some of its datasets would
 
134
            not be supported by <SAMP
 
135
CLASS="computeroutput"
 
136
>PyTables</SAMP
 
137
>. However, if you
 
138
            are really interested in having access to an unimplemented
 
139
            dataset, please, get in contact with the developer team.
 
140
          </P
 
141
><P
 
142
>This class does not have any public instance variables,
 
143
            except those inherited from the <SAMP
 
144
CLASS="computeroutput"
 
145
>Leaf</SAMP
 
146
> class
 
147
            (<A
 
148
HREF="x2806.html#LeafClassDescr"
 
149
>see�4.5</A
 
150
>).
 
151
          </P
 
152
></DIV
 
153
><DIV
 
154
CLASS="NAVFOOTER"
 
155
><HR
 
156
ALIGN="LEFT"
 
157
WIDTH="100%"><TABLE
 
158
SUMMARY="Footer navigation table"
 
159
WIDTH="100%"
 
160
BORDER="0"
 
161
CELLPADDING="0"
 
162
CELLSPACING="0"
 
163
><TR
 
164
><TD
 
165
WIDTH="33%"
 
166
ALIGN="left"
 
167
VALIGN="top"
 
168
><A
 
169
HREF="x4133.html"
 
170
ACCESSKEY="P"
 
171
>Prev</A
 
172
></TD
 
173
><TD
 
174
WIDTH="34%"
 
175
ALIGN="center"
 
176
VALIGN="top"
 
177
><A
 
178
HREF="index.html"
 
179
ACCESSKEY="H"
 
180
>Home</A
 
181
></TD
 
182
><TD
 
183
WIDTH="33%"
 
184
ALIGN="right"
 
185
VALIGN="top"
 
186
><A
 
187
HREF="x4306.html"
 
188
ACCESSKEY="N"
 
189
>Next</A
 
190
></TD
 
191
></TR
 
192
><TR
 
193
><TD
 
194
WIDTH="33%"
 
195
ALIGN="left"
 
196
VALIGN="top"
 
197
>The <SPAN
 
198
CLASS="markup"
 
199
>VLArray</SPAN
 
200
> class</TD
 
201
><TD
 
202
WIDTH="34%"
 
203
ALIGN="center"
 
204
VALIGN="top"
 
205
><A
 
206
HREF="c1381.html"
 
207
ACCESSKEY="U"
 
208
>Up</A
 
209
></TD
 
210
><TD
 
211
WIDTH="33%"
 
212
ALIGN="right"
 
213
VALIGN="top"
 
214
>The <SPAN
 
215
CLASS="markup"
 
216
>AttributeSet</SPAN
 
217
>
 
218
            class</TD
 
219
></TR
 
220
></TABLE
 
221
></DIV
 
222
></BODY
 
223
></HTML
 
224
>
 
 
b'\\ No newline at end of file'