Skip to content

Commit

Permalink
Deploying to gh-pages from @ 46fe79f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Jan 27, 2024
1 parent a808fd3 commit 63b2673
Show file tree
Hide file tree
Showing 528 changed files with 1,908 additions and 2,069 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7da45cf1ce1309d0a95355fe993d8696
config: 80a4e93a9aced2568bd60f20dc871af6
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 2 additions & 6 deletions _sources/c-api/object.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,8 @@ Object Protocol
.. c:function:: int PyObject_RichCompareBool(PyObject *o1, PyObject *o2, int opid)
Compare the values of *o1* and *o2* using the operation specified by *opid*,
which must be one of :c:macro:`Py_LT`, :c:macro:`Py_LE`, :c:macro:`Py_EQ`,
:c:macro:`Py_NE`, :c:macro:`Py_GT`, or :c:macro:`Py_GE`, corresponding to ``<``,
``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. Returns ``-1`` on error,
``0`` if the result is false, ``1`` otherwise. This is the equivalent of the
Python expression ``o1 op o2``, where ``op`` is the operator corresponding to
*opid*.
like :c:func:`PyObject_RichCompare`, but returns ``-1`` on error, ``0`` if
the result is false, ``1`` otherwise.
.. note::
If *o1* and *o2* are the same object, :c:func:`PyObject_RichCompareBool`
Expand Down
16 changes: 8 additions & 8 deletions _sources/library/email.mime.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ make things easier.

Here are the classes:

.. currentmodule:: email.mime.base
.. module:: email.mime.base

.. class:: MIMEBase(_maintype, _subtype, *, policy=compat32, **_params)

Expand Down Expand Up @@ -58,7 +58,7 @@ Here are the classes:
Added *policy* keyword-only parameter.


.. currentmodule:: email.mime.nonmultipart
.. module:: email.mime.nonmultipart

.. class:: MIMENonMultipart()

Expand All @@ -72,7 +72,7 @@ Here are the classes:
is called, a :exc:`~email.errors.MultipartConversionError` exception is raised.


.. currentmodule:: email.mime.multipart
.. module:: email.mime.multipart

.. class:: MIMEMultipart(_subtype='mixed', boundary=None, _subparts=None, \
*, policy=compat32, **_params)
Expand Down Expand Up @@ -104,7 +104,7 @@ Here are the classes:
.. versionchanged:: 3.6
Added *policy* keyword-only parameter.

.. currentmodule:: email.mime.application
.. module:: email.mime.application

.. class:: MIMEApplication(_data, _subtype='octet-stream', \
_encoder=email.encoders.encode_base64, \
Expand Down Expand Up @@ -135,7 +135,7 @@ Here are the classes:
.. versionchanged:: 3.6
Added *policy* keyword-only parameter.

.. currentmodule:: email.mime.audio
.. module:: email.mime.audio

.. class:: MIMEAudio(_audiodata, _subtype=None, \
_encoder=email.encoders.encode_base64, \
Expand Down Expand Up @@ -169,7 +169,7 @@ Here are the classes:
.. versionchanged:: 3.6
Added *policy* keyword-only parameter.

.. currentmodule:: email.mime.image
.. module:: email.mime.image

.. class:: MIMEImage(_imagedata, _subtype=None, \
_encoder=email.encoders.encode_base64, \
Expand Down Expand Up @@ -205,7 +205,7 @@ Here are the classes:
.. versionchanged:: 3.6
Added *policy* keyword-only parameter.

.. currentmodule:: email.mime.message
.. module:: email.mime.message

.. class:: MIMEMessage(_msg, _subtype='rfc822', *, policy=compat32)

Expand All @@ -225,7 +225,7 @@ Here are the classes:
.. versionchanged:: 3.6
Added *policy* keyword-only parameter.

.. currentmodule:: email.mime.text
.. module:: email.mime.text

.. class:: MIMEText(_text, _subtype='plain', _charset=None, *, policy=compat32)

Expand Down
2 changes: 1 addition & 1 deletion _static/glossary.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h3>瀏覽</h3>
<br />
<br />

最後更新於 Jan 27, 2024 (05:36 UTC)。
最後更新於 Jan 27, 2024 (10:03 UTC)。
<a href="/bugs.html">Found a bug</a>?
<br />

Expand Down
4 changes: 2 additions & 2 deletions bugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h2>說明文件的錯誤<a class="headerlink" href="#documentation-bugs" title=
</section>
<section id="getting-started-contributing-to-python-yourself">
<span id="contributing-to-python"></span><h2>開始讓自己貢獻 Python<a class="headerlink" href="#getting-started-contributing-to-python-yourself" title="Link to this heading"></a></h2>
<p>除了只是回報您所發現的錯誤之外,同樣也歡迎您提交修正它們的修補程式 (patch)。您可以在 <a class="reference external" href="https://devguide.python.org/">Python 開發者指南</a>中找到如何開始修補 Python 的更多資訊。如果您有任何問題,<a class="reference external" href="https://mail.python.org/mailman3/lists/core-mentorship.python.org/">核心導師郵寄清單</a>是一個友善的地方,您可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</p>
<p>除了只是回報您所發現的錯誤之外,同樣也歡迎您提交修正它們的修補程式 (patch)。您可以在 <a class="reference external" href="https://mail.python.org/mailman3/lists/core-mentorship.python.org/">Python 開發者指南</a>中找到如何開始修補 Python 的更多資訊。如果您有任何問題,<a class="reference external" href="https://devguide.python.org/">核心導師郵寄清單</a>是一個友善的地方,您可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</p>
</section>
</section>

Expand Down Expand Up @@ -344,7 +344,7 @@ <h3>瀏覽</h3>
<br />
<br />

最後更新於 Jan 27, 2024 (05:36 UTC)。
最後更新於 Jan 27, 2024 (10:03 UTC)。
<a href="/bugs.html">Found a bug</a>?
<br />

Expand Down
2 changes: 1 addition & 1 deletion c-api/abstract.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h3>瀏覽</h3>
<br />
<br />

最後更新於 Jan 27, 2024 (05:36 UTC)。
最後更新於 Jan 27, 2024 (10:03 UTC)。
<a href="/bugs.html">Found a bug</a>?
<br />

Expand Down
6 changes: 3 additions & 3 deletions c-api/allocation.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ <h3>瀏覽</h3>
<dl class="c function">
<dt class="sig sig-object c" id="c.PyObject_Init">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject"><span class="n"><span class="pre">PyObject</span></span></a><span class="w"> </span><span class="p"><span class="pre">*</span></span><span class="sig-name descname"><span class="n"><span class="pre">PyObject_Init</span></span></span><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject"><span class="n"><span class="pre">PyObject</span></span></a><span class="w"> </span><span class="p"><span class="pre">*</span></span><span class="n"><span class="pre">op</span></span>, <a class="reference internal" href="type.html#c.PyTypeObject" title="PyTypeObject"><span class="n"><span class="pre">PyTypeObject</span></span></a><span class="w"> </span><span class="p"><span class="pre">*</span></span><span class="n"><span class="pre">type</span></span><span class="sig-paren">)</span><a class="headerlink" href="#c.PyObject_Init" title="Link to this definition"></a><br /></dt>
<dd><em class="refcount">回傳值:借用參照。</em><em class="stableabi"> Part of the <a class="reference internal" href="stable.html#stable"><span class="std std-ref">穩定 ABI 的一部分</span></a>.</em><p>用它的型別和初始參照來初始化新分配物件 <em>op</em>。已初始化的物件會被回傳。如果 <em>type</em> 表示了該物件參與迴圈垃圾檢查器,則將其新增到檢查器的觀察物件集合中。物件的其他欄位不受影響。</p>
<dd><em class="refcount">回傳值:借用參照。</em><em class="stableabi"> <a class="reference internal" href="stable.html#stable"><span class="std std-ref">穩定 ABI 的一部分</span></a>.</em><p>用它的型別和初始參照來初始化新分配物件 <em>op</em>。已初始化的物件會被回傳。如果 <em>type</em> 表示了該物件參與迴圈垃圾檢查器,則將其新增到檢查器的觀察物件集合中。物件的其他欄位不受影響。</p>
</dd></dl>

<dl class="c function">
<dt class="sig sig-object c" id="c.PyObject_InitVar">
<a class="reference internal" href="structures.html#c.PyVarObject" title="PyVarObject"><span class="n"><span class="pre">PyVarObject</span></span></a><span class="w"> </span><span class="p"><span class="pre">*</span></span><span class="sig-name descname"><span class="n"><span class="pre">PyObject_InitVar</span></span></span><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyVarObject" title="PyVarObject"><span class="n"><span class="pre">PyVarObject</span></span></a><span class="w"> </span><span class="p"><span class="pre">*</span></span><span class="n"><span class="pre">op</span></span>, <a class="reference internal" href="type.html#c.PyTypeObject" title="PyTypeObject"><span class="n"><span class="pre">PyTypeObject</span></span></a><span class="w"> </span><span class="p"><span class="pre">*</span></span><span class="n"><span class="pre">type</span></span>, <a class="reference internal" href="intro.html#c.Py_ssize_t" title="Py_ssize_t"><span class="n"><span class="pre">Py_ssize_t</span></span></a><span class="w"> </span><span class="n"><span class="pre">size</span></span><span class="sig-paren">)</span><a class="headerlink" href="#c.PyObject_InitVar" title="Link to this definition"></a><br /></dt>
<dd><em class="refcount">回傳值:借用參照。</em><em class="stableabi"> Part of the <a class="reference internal" href="stable.html#stable"><span class="std std-ref">穩定 ABI 的一部分</span></a>.</em><p>它會做到 <a class="reference internal" href="#c.PyObject_Init" title="PyObject_Init"><code class="xref c c-func docutils literal notranslate"><span class="pre">PyObject_Init()</span></code></a> 的所有功能,並且會初始化一個大小可變物件的長度資訊。</p>
<dd><em class="refcount">回傳值:借用參照。</em><em class="stableabi"> <a class="reference internal" href="stable.html#stable"><span class="std std-ref">穩定 ABI 的一部分</span></a>.</em><p>它會做到 <a class="reference internal" href="#c.PyObject_Init" title="PyObject_Init"><code class="xref c c-func docutils literal notranslate"><span class="pre">PyObject_Init()</span></code></a> 的所有功能,並且會初始化一個大小可變物件的長度資訊。</p>
</dd></dl>

<dl class="c macro">
Expand Down Expand Up @@ -332,7 +332,7 @@ <h3>瀏覽</h3>
<br />
<br />

最後更新於 Jan 27, 2024 (05:36 UTC)。
最後更新於 Jan 27, 2024 (10:03 UTC)。
<a href="/bugs.html">Found a bug</a>?
<br />

Expand Down
4 changes: 2 additions & 2 deletions c-api/apiabiversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h3>瀏覽</h3>
<dl class="c var">
<dt class="sig sig-object c" id="c.Py_Version">
<span class="k"><span class="pre">const</span></span><span class="w"> </span><span class="kt"><span class="pre">unsigned</span></span><span class="w"> </span><span class="kt"><span class="pre">long</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">Py_Version</span></span></span><a class="headerlink" href="#c.Py_Version" title="Link to this definition"></a><br /></dt>
<dd><em class="stableabi"> Part of the <a class="reference internal" href="stable.html#stable"><span class="std std-ref">穩定 ABI 的一部分</span></a> since version 3.11.</em><p>編碼為單個常數整數的 Python 執行環境版本號,格式與 <a class="reference internal" href="#c.PY_VERSION_HEX" title="PY_VERSION_HEX"><code class="xref c c-macro docutils literal notranslate"><span class="pre">PY_VERSION_HEX</span></code></a> 巨集相同。這包含在執行環境使用的 Python 版本。</p>
<dd><em class="stableabi"> <a class="reference internal" href="stable.html#stable"><span class="std std-ref">穩定 ABI 的一部分</span></a> 3.11 版本開始.</em><p>編碼為單個常數整數的 Python 執行環境版本號,格式與 <a class="reference internal" href="#c.PY_VERSION_HEX" title="PY_VERSION_HEX"><code class="xref c c-macro docutils literal notranslate"><span class="pre">PY_VERSION_HEX</span></code></a> 巨集相同。這包含在執行環境使用的 Python 版本。</p>
<div class="versionadded">
<p><span class="versionmodified added">在 3.11 版新加入.</span></p>
</div>
Expand Down Expand Up @@ -364,7 +364,7 @@ <h3>瀏覽</h3>
<br />
<br />

最後更新於 Jan 27, 2024 (05:36 UTC)。
最後更新於 Jan 27, 2024 (10:03 UTC)。
<a href="/bugs.html">Found a bug</a>?
<br />

Expand Down
Loading

0 comments on commit 63b2673

Please sign in to comment.