|
@ -1154,7 +1154,7 @@ con = sqlite3.connect(<span class="hljs-string">'<path>'</span>); <span c |
|
|
<span class="hljs-function"><span class="hljs-keyword">def</span> <span class="hljs-title">__getitem__</span><span class="hljs-params">(self, i)</span>:</span> |
|
|
<span class="hljs-function"><span class="hljs-keyword">def</span> <span class="hljs-title">__getitem__</span><span class="hljs-params">(self, i)</span>:</span> |
|
|
<span class="hljs-keyword">return</span> self.a[i] |
|
|
<span class="hljs-keyword">return</span> self.a[i] |
|
|
</code></pre> |
|
|
</code></pre> |
|
|
<h4 id="tableoftherequiredandavailablemethods">Table of the required and available methods:</h4> |
|
|
|
|
|
|
|
|
<h4 id="tableofrequiredandavailablespecialmethods">Table of required and available special methods:</h4> |
|
|
<pre><code class="text language-text">┏━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━━━━━┓ |
|
|
<pre><code class="text language-text">┏━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━━━━━┓ |
|
|
┃ │ Iterable │ Collection │ Sequence │ abc.Sequence ┃ |
|
|
┃ │ Iterable │ Collection │ Sequence │ abc.Sequence ┃ |
|
|
┠────────────┼──────────┼────────────┼──────────┼──────────────┨ |
|
|
┠────────────┼──────────┼────────────┼──────────┼──────────────┨ |
|
|