You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ttclass="descname">getPasteRawOutput</tt><big>(</big><em>api_paste_key</em><big>)</big><aclass="headerlink" href="#pastebin_python.pastebin.PastebinPython.getPasteRawOutput" title="Permalink to this definition">¶</a></dt>
284
+
<dd><p>This will get the raw output of the paste</p>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>api_paste_key</strong> (<em>str</em>) – this is the paste key that which you can get in the <aclass="reference internal" href="#pastebin_python.pastebin.PastebinPython.listUserPastes" title="pastebin_python.pastebin.PastebinPython.listUserPastes"><ttclass="xref py py-meth docutils literal"><spanclass="pre">pastebin_python.pastebin.PastebinPython.listUserPastes()</span></tt></a> function</td>
290
+
</tr>
291
+
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">str – raw output of the paste</td>
<ttclass="descname">_PastebinPython__parsePaste</tt><big>(</big><em>xmlString</em><big>)</big><aclass="headerlink" href="#pastebin_python.pastebin.PastebinPython._PastebinPython__parsePaste" title="Permalink to this definition">¶</a></dt>
@@ -381,10 +399,21 @@ <h3>Navigation</h3>
381
399
<emclass="property">exception </em><ttclass="descclassname">pastebin_python.pastebin_exceptions.</tt><ttclass="descname">PastebinFileException</tt><aclass="headerlink" href="#pastebin_python.pastebin_exceptions.PastebinFileException" title="Permalink to this definition">¶</a></dt>
<emclass="property">exception </em><ttclass="descclassname">pastebin_python.pastebin_exceptions.</tt><ttclass="descname">PastebinHTTPErrorException</tt><aclass="headerlink" href="#pastebin_python.pastebin_exceptions.PastebinHTTPErrorException" title="Permalink to this definition">¶</a></dt>
<spanid="pastebin-constants"></span><h2>pastebin_constants<aclass="headerlink" href="#module-pastebin_python.pastebin_constants" title="Permalink to this headline">¶</a></h2>
<ttclass="descclassname">pastebin_python.pastebin_constants.</tt><ttclass="descname">PASTEBIN_URL</tt><emclass="property"> = 'http://pastebin.com/'</em><aclass="headerlink" href="#pastebin_python.pastebin_constants.PASTEBIN_URL" title="Permalink to this definition">¶</a></dt>
<ttclass="descclassname">pastebin_python.pastebin_constants.</tt><ttclass="descname">PASTEBIN_API_URL</tt><emclass="property"> = 'http://pastebin.com/api/'</em><aclass="headerlink" href="#pastebin_python.pastebin_constants.PASTEBIN_API_URL" title="Permalink to this definition">¶</a></dt>
0 commit comments