Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 23 of about 23 for handlers (0.045 sec.)
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7440
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ns provide support for the iterator protocol. Both handlers take exactly one parameter, the instance for which ... th tp_iter and tp_iternext . An iterator's tp_iter handler should return a new reference to the iterator. Its ... tp_iternext handler should return a new reference to the next object in ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7440
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... is expected to return the instance created. tp_new handlers always accept positional and keyword arguments, bu ... h custom tp_new and tp_dealloc members. The tp_new handler should not actually create the memory for the objec ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7373
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... した。 logging ¶ basicConfig() 関数がオプショナルな handlers 引数をサポートするようになりました。これはルートロ ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 2 3 NEXT