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

« back to all changes in this revision

Viewing changes to doc/PlotItems.py_TempFile.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: TempFile</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: TempFile</font>
17
 
            </th>
18
 
            <th align="right"><font color="#000000">./PlotItems.py</font></th>
19
 
        </tr>
20
 
        <tr>
21
 
        <td>
22
 
        <dl><dt><p><strong>A file that is automatically deleted.</strong><p>
23
 
</dt><dd><p>    A <code>TempFile</code> points to a file.  The file is deleted automatically
24
 
    when the <code>TempFile</code> object is deleted.  <code>TempFile</code> does not create
25
 
    the file; it just references it.</p>
26
 
 
27
 
<p>    The constructor is inherited from <code>AnyFile</code>.  It can be passed a
28
 
    filename or nothing (in which case a random filename is chosen).</p>
29
 
 
30
 
<p>    WARNING: whatever filename you pass to the constructor
31
 
    <strong>WILL BE DELETED</strong> when the TempFile object is deleted, even if
32
 
    it was a pre-existing file!</p>
33
 
 
34
 
 
35
 
</dd></dl>
36
 
        
37
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
38
 
        
39
 
        <tr>
40
 
            <th bgcolor="#99ccff"
41
 
                rowspan="2"
42
 
                valign="top"
43
 
                align="left"
44
 
                width="20%"
45
 
                >
46
 
                <font color="#000000">
47
 
                  <a name="Base Classes">Base Classes</a>&nbsp;
48
 
                </font>
49
 
            </th>
50
 
            <th bgcolor="#99ccff"
51
 
                valign="top"
52
 
                align="left"
53
 
                >
54
 
                <font color="#000000">&nbsp;</font>
55
 
            </th>
56
 
        </tr>
57
 
        <tr>
58
 
        <td>
59
 
        
60
 
<a href="PlotItems.py_AnyFile.html">AnyFile</a><br>
61
 
 
62
 
 
63
 
        </td>
64
 
        </tr>
65
 
        </table>
66
 
                
67
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%%">
68
 
        
69
 
        <tr>
70
 
            <th bgcolor="#99ccff"
71
 
                rowspan="2"
72
 
                valign="top"
73
 
                align="left"
74
 
                width="20%"
75
 
                >
76
 
                <font color="#000000">
77
 
                  <a name="Methods">Methods</a>&nbsp;
78
 
                </font>
79
 
            </th>
80
 
            <th bgcolor="#99ccff"
81
 
                valign="top"
82
 
                align="left"
83
 
                >
84
 
                <font color="#000000">&nbsp;</font>
85
 
            </th>
86
 
        </tr>
87
 
        <tr>
88
 
        <td>
89
 
        
90
 
<a href="#__del__">__del__</a><br>
91
 
 
92
 
 
93
 
        <tr>
94
 
            <th bgcolor="#99ccff"
95
 
                rowspan="2"
96
 
                valign="top"
97
 
                align="left"
98
 
                width="20%"
99
 
                >
100
 
                <font color="#000000">
101
 
                  <a name="__del__"></a>&nbsp;
102
 
                </font>
103
 
            </th>
104
 
            <th bgcolor="#99ccff"
105
 
                valign="top"
106
 
                align="left"
107
 
                >
108
 
                <font color="#000000">__del__&nbsp;</font>
109
 
            </th>
110
 
        </tr>
111
 
        <tr>
112
 
        <td>
113
 
        <pre>
114
 
__del__ ( self )
115
 
 
116
 
</pre><p>Delete the referenced file.</p>
117
 
 
118
 
</td></tr>
119
 
        </td>
120
 
        </tr>
121
 
        </table>
122
 
        
123
 
        </td>
124
 
        </tr>
125
 
        </table>
126
 
 
127
 
        <hr>
128
 
 
129
 
        <p><i><a href="index.html">Table of Contents</a></i></p>
130
 
 
131
 
        <i>This document was automatically generated on Fri Jan 26 13:13:18 2001
132
 
        by <a href="http://happydoc.sourceforge.net">HappyDoc</a> version r0_9_2</i>
133
 
 
134
 
        </body>
135
 
        </html>
136
 
        
 
 
b'\\ No newline at end of file'