René's URL Explorer Experiment


Title: 疊代器(Iterator)物件 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
疊代器(Iterator)物件https://python.github.io/python-docs-zh-tw/c-api/iterator.html
Range 物件https://python.github.io/python-docs-zh-tw/c-api/iterator.html#range-objects
內建疊代器型別https://python.github.io/python-docs-zh-tw/c-api/iterator.html#builtin-iterator-types
其他疊代器物件https://python.github.io/python-docs-zh-tw/c-api/iterator.html#other-iterator-objects
模組物件https://python.github.io/python-docs-zh-tw/c-api/module.html
Descriptor(描述器)物件https://python.github.io/python-docs-zh-tw/c-api/descriptor.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/iterator.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/descriptor.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/module.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
具體物件層https://python.github.io/python-docs-zh-tw/c-api/concrete.html
疊代器(Iterator)物件https://python.github.io/python-docs-zh-tw/c-api/iterator.html
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#iterator-objects
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySeqIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySeqIter_New()https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySeqIter_New
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySeqIter_Check
PySeqIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySeqIter_Type
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySeqIter_New
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyCallIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCallIter_New()https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyCallIter_New
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyCallIter_Check
PyCallIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyCallIter_Type
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyCallIter_New
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#range-objects
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyRange_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyRange_Check
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#builtin-iterator-types
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyEnum_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
enumeratehttps://python.github.io/python-docs-zh-tw/library/functions.html#enumerate
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyFilter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
filterhttps://python.github.io/python-docs-zh-tw/library/functions.html#filter
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyMap_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
maphttps://python.github.io/python-docs-zh-tw/library/functions.html#map
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyReversed_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
reversedhttps://python.github.io/python-docs-zh-tw/library/functions.html#reversed
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyZip_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
ziphttps://python.github.io/python-docs-zh-tw/library/functions.html#zip
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#other-iterator-objects
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyByteArrayIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyBytesIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyListIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyListRevIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySetIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyTupleIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyRangeIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyLongRangeIter_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictIterKey_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictRevIterKey_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictIterValue_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictRevIterValue_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictIterItem_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictRevIterItem_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyODictIter_Type
PyObject_GetIter()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetIter
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
目錄https://python.github.io/python-docs-zh-tw/contents.html
疊代器(Iterator)物件https://python.github.io/python-docs-zh-tw/c-api/iterator.html
Range 物件https://python.github.io/python-docs-zh-tw/c-api/iterator.html#range-objects
內建疊代器型別https://python.github.io/python-docs-zh-tw/c-api/iterator.html#builtin-iterator-types
其他疊代器物件https://python.github.io/python-docs-zh-tw/c-api/iterator.html#other-iterator-objects
模組物件https://python.github.io/python-docs-zh-tw/c-api/module.html
Descriptor(描述器)物件https://python.github.io/python-docs-zh-tw/c-api/descriptor.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/iterator.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/descriptor.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/module.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
具體物件層https://python.github.io/python-docs-zh-tw/c-api/concrete.html
疊代器(Iterator)物件https://python.github.io/python-docs-zh-tw/c-api/iterator.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.