Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for PyCode (0.014 sec.)
コードオブジェクト — Python 3.6.5 ドキュメント 12445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 束縛されていない実行可能コードの塊を表現しています。 PyCodeObject ¶ コードオブジェクトを表現するために利用され ... のフィールドは何時でも変更され得ます。 PyTypeObject PyCode_Type ¶ これは Python の code 型を表現する PyTypeOb ... ject のインスタンスです。 int PyCode_Check ( PyObject *co ) ¶ co が code オブジェクトの ... ときに真を返します。 int PyCode_GetNumFree ( PyCodeObject *co ) ¶ co 内の自由変数( ...
https://man.plustar.jp/python/c-api/code.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 8210
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... by Kristján Valur Jónsson; bpo-4293 .) 新しい関数: PyCode_NewEmpty() は、空のコードオブジェクトを生成します。 ... 。以前は、このような拡張はより多くの引数を必要とする PyCode_New() を呼び出す必要がありました。(Added by Jeffre ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 8155
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... no フィールドにアクセスしている C 拡張は、代わりに PyCode_Addr2Line(f->f_code, f->f_lasti) を呼び出すべきです ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8155
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... using frame.f_lineno , PyFrame_GetLineNumber() or PyCode_Addr2Line() are not affected. Functions directly d ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 NEXT