Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for PySeqIter (0.004 sec.)
- イテレータオブジェクト (iterator object) — Python 3.6.5 ドキュメント 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
が返されたときに反復処理を終了します。 PyTypeObject PySeqIter_Type ¶ PySeqIter_New() や、組み込みシーケンス型に対...
る、イテレータオブジェクトの型オブジェクトです。 int PySeqIter_Check ( op ) ¶ PySeqIter_Type の型が op のときに真...
を返します。 PyObject * PySeqIter_New ( PyObject *seq ) ¶ Return value: New referenc...
関連キーワード: オブジェクト , New , シーケンス , PySeqIter , PyCallIter , PyObject , op , Type , callable , 処...
- https://man.plustar.jp/python/c-api/iterator.html - [similar]
PREV
1
NEXT