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

« back to all changes in this revision

Viewing changes to doc/html/x5744.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
>Finding a FileNode
 
6
            node</TITLE
 
7
><META
 
8
NAME="GENERATOR"
 
9
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
10
REL="HOME"
 
11
TITLE="PyTables User's Guide"
 
12
HREF="index.html"><LINK
 
13
REL="UP"
 
14
TITLE="FileNode - simulating a filesystem with PyTables"
 
15
HREF="c5708.html"><LINK
 
16
REL="PREVIOUS"
 
17
TITLE="FileNode - simulating a filesystem with PyTables"
 
18
HREF="c5708.html"><LINK
 
19
REL="NEXT"
 
20
TITLE="FileNode - simulating
 
21
            files inside PyTables"
 
22
HREF="x5755.html"></HEAD
 
23
><BODY
 
24
CLASS="sect1"
 
25
BGCOLOR="#FFFFFF"
 
26
TEXT="#000000"
 
27
LINK="#0000FF"
 
28
VLINK="#840084"
 
29
ALINK="#0000FF"
 
30
><DIV
 
31
CLASS="NAVHEADER"
 
32
><TABLE
 
33
SUMMARY="Header navigation table"
 
34
WIDTH="100%"
 
35
BORDER="0"
 
36
CELLPADDING="0"
 
37
CELLSPACING="0"
 
38
><TR
 
39
><TH
 
40
COLSPAN="3"
 
41
ALIGN="center"
 
42
><SPAN
 
43
CLASS="markup"
 
44
>PyTables</SPAN
 
45
> User's Guide: Hierarchical datasets in Python - Release 1.3.2</TH
 
46
></TR
 
47
><TR
 
48
><TD
 
49
WIDTH="10%"
 
50
ALIGN="left"
 
51
VALIGN="bottom"
 
52
><A
 
53
HREF="c5708.html"
 
54
ACCESSKEY="P"
 
55
>Prev</A
 
56
></TD
 
57
><TD
 
58
WIDTH="80%"
 
59
ALIGN="center"
 
60
VALIGN="bottom"
 
61
>Chapter 6. FileNode - simulating a filesystem with <SPAN
 
62
CLASS="markup"
 
63
>PyTables</SPAN
 
64
></TD
 
65
><TD
 
66
WIDTH="10%"
 
67
ALIGN="right"
 
68
VALIGN="bottom"
 
69
><A
 
70
HREF="x5755.html"
 
71
ACCESSKEY="N"
 
72
>Next</A
 
73
></TD
 
74
></TR
 
75
></TABLE
 
76
><HR
 
77
ALIGN="LEFT"
 
78
WIDTH="100%"></DIV
 
79
><DIV
 
80
CLASS="sect1"
 
81
><H1
 
82
CLASS="sect1"
 
83
><A
 
84
NAME="section6.2"
 
85
>6.2. Finding a <SPAN
 
86
CLASS="markup"
 
87
>FileNode</SPAN
 
88
>
 
89
            node</A
 
90
></H1
 
91
><P
 
92
><SPAN
 
93
CLASS="markup"
 
94
>FileNode</SPAN
 
95
> nodes can be
 
96
            recognized because they have a <SAMP
 
97
CLASS="computeroutput"
 
98
>NODE_TYPE</SAMP
 
99
> system attribute
 
100
            with a <SAMP
 
101
CLASS="computeroutput"
 
102
>'file'</SAMP
 
103
> value.  It is recommended that
 
104
            you use the <SAMP
 
105
CLASS="computeroutput"
 
106
>getNodeAttr()</SAMP
 
107
> method (see <A
 
108
HREF="x1533.html#File.getNodeAttr"
 
109
>4.2.2</A
 
110
>) of <SAMP
 
111
CLASS="computeroutput"
 
112
>tables.File</SAMP
 
113
>
 
114
            class to get the <SAMP
 
115
CLASS="computeroutput"
 
116
>NODE_TYPE</SAMP
 
117
> attribute independently
 
118
            of the nature (group or leaf) of the node, so you do not
 
119
            need to care about.
 
120
          </P
 
121
></DIV
 
122
><DIV
 
123
CLASS="NAVFOOTER"
 
124
><HR
 
125
ALIGN="LEFT"
 
126
WIDTH="100%"><TABLE
 
127
SUMMARY="Footer navigation table"
 
128
WIDTH="100%"
 
129
BORDER="0"
 
130
CELLPADDING="0"
 
131
CELLSPACING="0"
 
132
><TR
 
133
><TD
 
134
WIDTH="33%"
 
135
ALIGN="left"
 
136
VALIGN="top"
 
137
><A
 
138
HREF="c5708.html"
 
139
ACCESSKEY="P"
 
140
>Prev</A
 
141
></TD
 
142
><TD
 
143
WIDTH="34%"
 
144
ALIGN="center"
 
145
VALIGN="top"
 
146
><A
 
147
HREF="index.html"
 
148
ACCESSKEY="H"
 
149
>Home</A
 
150
></TD
 
151
><TD
 
152
WIDTH="33%"
 
153
ALIGN="right"
 
154
VALIGN="top"
 
155
><A
 
156
HREF="x5755.html"
 
157
ACCESSKEY="N"
 
158
>Next</A
 
159
></TD
 
160
></TR
 
161
><TR
 
162
><TD
 
163
WIDTH="33%"
 
164
ALIGN="left"
 
165
VALIGN="top"
 
166
>FileNode - simulating a filesystem with <SPAN
 
167
CLASS="markup"
 
168
>PyTables</SPAN
 
169
></TD
 
170
><TD
 
171
WIDTH="34%"
 
172
ALIGN="center"
 
173
VALIGN="top"
 
174
><A
 
175
HREF="c5708.html"
 
176
ACCESSKEY="U"
 
177
>Up</A
 
178
></TD
 
179
><TD
 
180
WIDTH="33%"
 
181
ALIGN="right"
 
182
VALIGN="top"
 
183
><SPAN
 
184
CLASS="markup"
 
185
>FileNode</SPAN
 
186
> - simulating
 
187
            files inside <SPAN
 
188
CLASS="markup"
 
189
>PyTables</SPAN
 
190
></TD
 
191
></TR
 
192
></TABLE
 
193
></DIV
 
194
></BODY
 
195
></HTML
 
196
>
 
 
b'\\ No newline at end of file'