Skip to content

Commit

Permalink
deploy: da796fd
Browse files Browse the repository at this point in the history
  • Loading branch information
drugilsberg committed Feb 13, 2024
1 parent f46c6a7 commit 0b31bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generated/rxn.utilities.containers.chunker.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1>rxn.utilities.containers.chunker<a class="headerlink" href="#rxn-utilities-c
<dd class="field-odd"><ul class="simple">
<li><p><strong>iterable</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">Iterable</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">TypeVar</span></code>(<code class="docutils literal notranslate"><span class="pre">T</span></code>)]) – some iterable to create chunks from.</p></li>
<li><p><strong>chunk_size</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">int</span></code>) – size of the chunks.</p></li>
<li><p><strong>fill_value</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">TypeVar</span></code>(<code class="docutils literal notranslate"><span class="pre">T</span></code>), default: <code class="docutils literal notranslate"><span class="pre">&lt;object</span> <span class="pre">object</span> <span class="pre">at</span> <span class="pre">0x7fc3bfd19f90&gt;</span></code>) – value to fill in if the last chunk is too small. If nothing
<li><p><strong>fill_value</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">TypeVar</span></code>(<code class="docutils literal notranslate"><span class="pre">T</span></code>), default: <code class="docutils literal notranslate"><span class="pre">&lt;object</span> <span class="pre">object</span> <span class="pre">at</span> <span class="pre">0x7f9347851f90&gt;</span></code>) – value to fill in if the last chunk is too small. If nothing
is specified, the last chunk may be smaller.</p></li>
</ul>
</dd>
Expand Down
Loading

0 comments on commit 0b31bc1

Please sign in to comment.