Python 3.6.5 ドキュメント 検索
Results of 1 - 2 of about 2 for PyStructSequence (0.008 sec.)
- タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 11228
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
ence 型を生成しなければなりません。 PyTypeObject * PyStructSequence_NewType ( PyStructSequence_Desc *desc ) ¶ 後述の d...
equence 型を生成します。返される型のインスタンスは PyStructSequence_New() で生成できます。 void PyStructSequence_InitT...
ype ( PyTypeObject *type , PyStructSequence_Desc *desc ) ¶ struct sequence 型である type を de...
sc をもとにその場で初期化します。 int PyStructSequence_InitType2 ( PyTypeObject *type , PyStructSequence_...
- https://man.plustar.jp/python/c-api/tuple.html - [similar]
- What's New In Python 3.4 — Python 3.6.5 ドキュメント 7485
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
y Ysj Ray and Victor Stinner in bpo-7330 .) 既存の PyStructSequence_InitType() 関数を補うものとして、 PyStructSequence...
- https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
PREV
1
NEXT