~ubuntu-branches/ubuntu/warty/python-gnuplot/warty

« back to all changes in this revision

Viewing changes to doc/PlotItems.py_TempArrayFile.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2003-11-16 12:36:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031116123626-1knq7mn30ta2q6ds
Tags: 1.7-3
Fix typo in README.Debian (closes: #219485).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
 
3
 
        <head>
4
 
        <title>Class: TempArrayFile</title>
5
 
        </head>
6
 
 
7
 
        <body bgcolor="#ffffff">
8
 
 
9
 
        <p><i><a href="index.html">Table of Contents</a></i></p>
10
 
        
11
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%">
12
 
        <tr bgcolor="#88bbee">
13
 
            <th rowspan="2"
14
 
                valign="top"
15
 
                align="left"
16
 
                width="10%"><font color="#000000">Class: TempArrayFile</font>
17
 
            </th>
18
 
            <th align="right"><font color="#000000">./PlotItems.py</font></th>
19
 
        </tr>
20
 
        <tr>
21
 
        <td>
22
 
        <p>An ArrayFile that is deleted automatically.</p>
23
 
 
24
 
        
25
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
26
 
        
27
 
        <tr>
28
 
            <th bgcolor="#99ccff"
29
 
                rowspan="2"
30
 
                valign="top"
31
 
                align="left"
32
 
                width="20%"
33
 
                >
34
 
                <font color="#000000">
35
 
                  <a name="Base Classes">Base Classes</a>&nbsp;
36
 
                </font>
37
 
            </th>
38
 
            <th bgcolor="#99ccff"
39
 
                valign="top"
40
 
                align="left"
41
 
                >
42
 
                <font color="#000000">&nbsp;</font>
43
 
            </th>
44
 
        </tr>
45
 
        <tr>
46
 
        <td>
47
 
        
48
 
<a href="PlotItems.py_ArrayFile.html">ArrayFile</a><br>
49
 
<ul>
50
 
 
51
 
<a href="PlotItems.py_AnyFile.html">AnyFile</a><br>
52
 
 
53
 
</ul>
54
 
<a href="PlotItems.py_TempFile.html">TempFile</a><br>
55
 
<ul>
56
 
 
57
 
<a href="PlotItems.py_AnyFile.html">AnyFile</a><br>
58
 
 
59
 
</ul>
60
 
 
61
 
 
62
 
        </td>
63
 
        </tr>
64
 
        </table>
65
 
                
66
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
67
 
        
68
 
        <tr>
69
 
            <th bgcolor="#99ccff"
70
 
                rowspan="2"
71
 
                valign="top"
72
 
                align="left"
73
 
                width="20%"
74
 
                >
75
 
                <font color="#000000">
76
 
                  <a name="Methods">Methods</a>&nbsp;
77
 
                </font>
78
 
            </th>
79
 
            <th bgcolor="#99ccff"
80
 
                valign="top"
81
 
                align="left"
82
 
                >
83
 
                <font color="#000000">&nbsp;</font>
84
 
            </th>
85
 
        </tr>
86
 
        <tr>
87
 
        <td>
88
 
        
89
 
<a href="#__init__">__init__</a><br>
90
 
 
91
 
 
92
 
        <tr>
93
 
            <th bgcolor="#99ccff"
94
 
                rowspan="2"
95
 
                valign="top"
96
 
                align="left"
97
 
                width="20%"
98
 
                >
99
 
                <font color="#000000">
100
 
                  <a name="__init__"></a>&nbsp;
101
 
                </font>
102
 
            </th>
103
 
            <th bgcolor="#99ccff"
104
 
                valign="top"
105
 
                align="left"
106
 
                >
107
 
                <font color="#000000">__init__&nbsp;</font>
108
 
            </th>
109
 
        </tr>
110
 
        <tr>
111
 
        <td>
112
 
        <pre>
113
 
__init__ (
114
 
        self,
115
 
        set,
116
 
        filename=None,
117
 
        )
118
 
 
119
 
</pre><dl><dt><p><strong>Create a temporary file and write an array to it.</strong><p>
120
 
</dt><dd><p>        Arguments:</p>
121
 
<dl><dt>          <code>set</code></dt><dd><p>a Numeric array of arbitrary dimension.</p>
122
 
 
123
 
</dd>
124
 
<dt>          <code>filename</code></dt><dd><p>the (optional) name of the file to which the
125
 
              array should be written.  If <code>filename</code> is not
126
 
              specified, a random filename is chosen.</p>
127
 
 
128
 
</dd></dl>
129
 
 
130
 
<p>        When the <code>TempArrayFile</code> is destroyed, the file is deleted
131
 
        automatically.</p>
132
 
 
133
 
 
134
 
</dd></dl>
135
 
</td></tr>
136
 
        </td>
137
 
        </tr>
138
 
        </table>
139
 
        
140
 
        </td>
141
 
        </tr>
142
 
        </table>
143
 
 
144
 
        <hr>
145
 
 
146
 
        <p><i><a href="index.html">Table of Contents</a></i></p>
147
 
 
148
 
        <i>This document was automatically generated on Fri Jan 26 13:13:18 2001
149
 
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
150
 
 
151
 
        </body>
152
 
        </html>
153
 
        
 
 
b'\\ No newline at end of file'