~ubuntu-branches/ubuntu/natty/phatch/natty

« back to all changes in this revision

Viewing changes to docs/build/html/lib.system.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2009-10-12 11:53:43 UTC
  • mfrom: (1.1.7 upstream) (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091012115343-viftquwjkjx19mgz
Tags: 0.2.3-2
* phatch.desktop and menu files are now shipped by phatch package
  (LP: #449210)
  - add lintian overrides for above changes (phatch depends on phatch-cli so
    everything is ok)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    <script type="text/javascript" src="_static/doctools.js"></script>
22
22
    <link rel="top" title="Phatch v0.2 documentation" href="index.html" />
23
23
    <link rel="up" title="lib" href="lib.html" />
24
 
    <link rel="next" title="unicoding" href="lib.unicoding.html" />
 
24
    <link rel="next" title="thumbnail" href="lib.thumbnail.html" />
25
25
    <link rel="prev" title="safe" href="lib.safe.html" /> 
26
26
  </head>
27
27
  <body>
35
35
          <a href="modindex.html" title="Global Module Index"
36
36
             accesskey="M">modules</a> |</li>
37
37
        <li class="right" >
38
 
          <a href="lib.unicoding.html" title="unicoding"
 
38
          <a href="lib.thumbnail.html" title="thumbnail"
39
39
             accesskey="N">next</a> |</li>
40
40
        <li class="right" >
41
41
          <a href="lib.safe.html" title="safe"
149
149
class </em><tt class="descclassname">lib.system.</tt><tt class="descname">TempFile</tt><big>(</big><em>suffix=''</em>, <em>path=None</em><big>)</big><a class="headerlink" href="#lib.system.TempFile" title="Permalink to this definition">¶</a></dt>
150
150
<dd><dl class="method">
151
151
<dt id="lib.system.TempFile.close">
152
 
<tt class="descname">close</tt><big>(</big><em>force_remove=True</em><big>)</big><a class="headerlink" href="#lib.system.TempFile.close" title="Permalink to this definition">¶</a></dt>
 
152
<tt class="descname">close</tt><big>(</big><em>force_remove=True</em>, <em>dest=''</em><big>)</big><a class="headerlink" href="#lib.system.TempFile.close" title="Permalink to this definition">¶</a></dt>
153
153
<dd><p>It is important to call this method when finished with
154
154
the temporary file.</p>
155
155
<table class="docutils field-list" frame="void" rules="none">
156
156
<col class="field-name" />
157
157
<col class="field-body" />
158
158
<tbody valign="top">
159
 
<tr class="field"><th class="field-name">Parameter:</th><td class="field-body"><em>force_remove</em> (boolean) &#8211; Remove temporary file and raise IOError when it does not exist
 
159
<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
 
160
<li><em>force_remove</em> (boolean) &#8211; Remove temporary file and raise IOError when it does not exist
160
161
anymore. Set to False too allow for processes that delete the
161
 
temporary file when failing to exit succesfully.</td>
 
162
temporary file when failing to exit succesfully.</li>
 
163
<li><em>dest</em> (string) &#8211; This is eg used for thumbnails in order to rename them to
 
164
their proper location</li>
 
165
</ul>
 
166
</td>
162
167
</tr>
163
168
</tbody>
164
169
</table>
510
515
            <p class="topless"><a href="lib.safe.html"
511
516
                                  title="previous chapter">safe</a></p>
512
517
            <h4>Next topic</h4>
513
 
            <p class="topless"><a href="lib.unicoding.html"
514
 
                                  title="next chapter">unicoding</a></p>
 
518
            <p class="topless"><a href="lib.thumbnail.html"
 
519
                                  title="next chapter">thumbnail</a></p>
515
520
            <h3>This Page</h3>
516
521
            <ul class="this-page-menu">
517
522
              <li><a href="_sources/lib.system.txt"
544
549
          <a href="modindex.html" title="Global Module Index"
545
550
             >modules</a> |</li>
546
551
        <li class="right" >
547
 
          <a href="lib.unicoding.html" title="unicoding"
 
552
          <a href="lib.thumbnail.html" title="thumbnail"
548
553
             >next</a> |</li>
549
554
        <li class="right" >
550
555
          <a href="lib.safe.html" title="safe"