Skip to content

Commit

Permalink
deploy: ced7135
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Oct 14, 2024
1 parent 47a8a73 commit 6bf6cb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions _sources/structs.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ annotations:
- ``__init__``
- ``__repr__``
- ``__copy__``
- ``__replace__``
- ``__eq__`` & ``__ne__``
- ``__match_args__`` (for Python 3.10+'s `pattern matching`_)
- ``__rich_repr__`` (for pretty printing support with rich_)
Expand Down
2 changes: 1 addition & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ <h2>Structs<a class="headerlink" href="#structs" title="Permalink to this headin
</div>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<p><a class="reference external" href="https://docs.python.org/3/library/dataclasses.html#dataclasses.replace" title="(in Python v3.13)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">dataclasses.replace</span></code></a></p>
<p><a class="reference external" href="https://docs.python.org/3/library/copy.html#copy.replace" title="(in Python v3.13)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">copy.replace</span></code></a>, <a class="reference external" href="https://docs.python.org/3/library/dataclasses.html#dataclasses.replace" title="(in Python v3.13)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">dataclasses.replace</span></code></a></p>
</div>
</dd></dl>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions structs.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ <h1>Structs<a class="headerlink" href="#structs" title="Permalink to this headin
<li><p><code class="docutils literal notranslate"><span class="pre">__init__</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__repr__</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__copy__</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__replace__</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__eq__</span></code> &amp; <code class="docutils literal notranslate"><span class="pre">__ne__</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__match_args__</span></code> (for Python 3.10+’s <a class="reference external" href="https://docs.python.org/3/reference/compound_stmts.html#the-match-statement">pattern matching</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__rich_repr__</span></code> (for pretty printing support with <a class="reference external" href="https://rich.readthedocs.io/en/stable/pretty.html">rich</a>)</p></li>
Expand Down

0 comments on commit 6bf6cb9

Please sign in to comment.