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