2525 < link rel ="index " title ="索引 " href ="../genindex.html " />
2626 < link rel ="search " title ="搜尋 " href ="../search.html " />
2727 < link rel ="copyright " title ="版權 " href ="../copyright.html " />
28- < link rel ="next " title ="Object Protocol " href ="object.html " />
28+ < link rel ="next " title ="物件協定 " href ="object.html " />
2929 < link rel ="prev " title ="Support for Perf Maps " href ="perfmaps.html " />
3030 < link rel ="canonical " href ="https://docs.python.org/3/c-api/abstract.html " />
3131
@@ -176,7 +176,7 @@ <h4>上個主題</h4>
176176 < div >
177177 < h4 > 下個主題</ h4 >
178178 < p class ="topless "> < a href ="object.html "
179- title ="下一章 "> Object Protocol </ a > </ p >
179+ title ="下一章 "> 物件協定 </ a > </ p >
180180 </ div >
181181 < div role ="note " aria-label ="source link ">
182182 < h3 > 此頁面</ h3 >
@@ -204,7 +204,7 @@ <h3>瀏覽</h3>
204204 < a href ="../py-modindex.html " title ="Python 模組索引 "
205205 > 模組</ a > |</ li >
206206 < li class ="right " >
207- < a href ="object.html " title ="Object Protocol "
207+ < a href ="object.html " title ="物件協定 "
208208 accesskey ="N "> 下一頁</ a > |</ li >
209209 < li class ="right " >
210210 < a href ="perfmaps.html " title ="Support for Perf Maps "
@@ -260,7 +260,7 @@ <h3>瀏覽</h3>
260260< p > 這些函式是不可能用於未正確初始化的物件(例如一個由 < a class ="reference internal " href ="list.html#c.PyList_New " title ="PyList_New "> < code class ="xref c c-func docutils literal notranslate "> < span class ="pre "> PyList_New()</ span > </ code > </ a > 建立的 list 物件),而其中的項目沒有被設為一些非 < code class ="docutils literal notranslate "> < span class ="pre "> NULL</ span > </ code > 的值。</ p >
261261< div class ="toctree-wrapper compound ">
262262< ul >
263- < li class ="toctree-l1 "> < a class ="reference internal " href ="object.html "> Object Protocol </ a > </ li >
263+ < li class ="toctree-l1 "> < a class ="reference internal " href ="object.html "> 物件協定 </ a > </ li >
264264< li class ="toctree-l1 "> < a class ="reference internal " href ="call.html "> 呼叫協定 (Call Protocol)</ a > < ul >
265265< li class ="toctree-l2 "> < a class ="reference internal " href ="call.html#the-tp-call-protocol "> < em > tp_call</ em > 協定</ a > </ li >
266266< li class ="toctree-l2 "> < a class ="reference internal " href ="call.html#the-vectorcall-protocol "> Vectorcall 協定</ a > < ul >
@@ -272,9 +272,9 @@ <h3>瀏覽</h3>
272272< li class ="toctree-l2 "> < a class ="reference internal " href ="call.html#call-support-api "> 呼叫支援 API</ a > </ li >
273273</ ul >
274274</ li >
275- < li class ="toctree-l1 "> < a class ="reference internal " href ="number.html "> Number Protocol </ a > </ li >
276- < li class ="toctree-l1 "> < a class ="reference internal " href ="sequence.html "> Sequence Protocol </ a > </ li >
277- < li class ="toctree-l1 "> < a class ="reference internal " href ="mapping.html "> Mapping Protocol </ a > </ li >
275+ < li class ="toctree-l1 "> < a class ="reference internal " href ="number.html "> 數字協定 </ a > </ li >
276+ < li class ="toctree-l1 "> < a class ="reference internal " href ="sequence.html "> 序列協定 </ a > </ li >
277+ < li class ="toctree-l1 "> < a class ="reference internal " href ="mapping.html "> 對映協定 </ a > </ li >
278278< li class ="toctree-l1 "> < a class ="reference internal " href ="iter.html "> 疊代器協議</ a > </ li >
279279< li class ="toctree-l1 "> < a class ="reference internal " href ="buffer.html "> 緩衝協定 (Buffer Protocol)</ a > < ul >
280280< li class ="toctree-l2 "> < a class ="reference internal " href ="buffer.html#buffer-structure "> Buffer structure</ a > </ li >
@@ -314,7 +314,7 @@ <h4>上個主題</h4>
314314 < div >
315315 < h4 > 下個主題</ h4 >
316316 < p class ="topless "> < a href ="object.html "
317- title ="下一章 "> Object Protocol </ a > </ p >
317+ title ="下一章 "> 物件協定 </ a > </ p >
318318 </ div >
319319 < div role ="note " aria-label ="source link ">
320320 < h3 > 此頁面</ h3 >
@@ -345,7 +345,7 @@ <h3>瀏覽</h3>
345345 < a href ="../py-modindex.html " title ="Python 模組索引 "
346346 > 模組</ a > |</ li >
347347 < li class ="right " >
348- < a href ="object.html " title ="Object Protocol "
348+ < a href ="object.html " title ="物件協定 "
349349 > 下一頁</ a > |</ li >
350350 < li class ="right " >
351351 < a href ="perfmaps.html " title ="Support for Perf Maps "
@@ -412,7 +412,7 @@ <h3>瀏覽</h3>
412412< a href ="https://www.python.org/psf/donations/ "> Please donate.</ a >
413413< br />
414414 < br />
415- 最後更新於 May 09, 2024 (02:20 UTC)。
415+ 最後更新於 May 09, 2024 (05:57 UTC)。
416416
417417 < a href ="/bugs.html "> Found a bug</ a > ?
418418
0 commit comments