Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for opcode (0.032 sec.)
32.13. pickletools --- pickle 開発者のためのツール群 — Python 3.6.5 ドキュメン... 12923
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... LE2 7: q BINPUT 0 9: . STOP highest protocol among opcodes = 2 32.13.1.1. コマンドラインオプション ¶ -a , -- ... pickletools. genops ( pickle ) ¶ pickle 内の全ての opcode を取り出すイテレータ( iterator )を返します。このイ ... テレータは (opcode, arg, pos) の三つ組みからなる配列を返します。 opco ... de は OpcodeInfo クラスのインスタンスのクラスです。 arg は opco ...
https://man.plustar.jp/python/library/pickletools.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 11170
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... して受け取る CPython バイトコードはファイル Include/opcode.h に定義されており、 コンパイラとインタプリタが使用 ... すると、 dis() の出力において、指定された命令コード (opcode) に "現在の命令 (instruction)" を表す印が表示されま ... のオフセットのリストを返します。 dis. stack_effect ( opcode [ , oparg ] ) ¶ opcode と引数 oparg がスタックに与 ... す: class dis. Instruction ¶ バイトコード命令の詳細 opcode ¶ 以下の命令コードの値と 命令コードコレクション の ...
https://man.plustar.jp/python/library/dis.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8386
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ow outputs the implicit memo index for the MEMOIZE opcode. (Contributed by Serhiy Storchaka in bpo-25382 .) ... ordcode instead of bytecode which made a number of opcode optimizations possible. (Contributed by Demur Rume ... bpo-28050 .) The new FORMAT_VALUE and BUILD_STRING opcodes as part of the formatted string literal implement ... rchaka in bpo-27078 .) The new BUILD_CONST_KEY_MAP opcode to optimize the creation of dictionaries with cons ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 8241
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ch(a=3, b=2, size=2), Match(a=5, b=4, size=0)] get_opcodes ( ) ¶ a を b にするための方法を記述する5つのタプル ... a , b ) >>> for tag , i1 , i2 , j1 , j2 in s . get_opcodes (): ... print ( ' {:7} a[ {} : {} ] --> b[ {} : { ... d' insert a[6:6] --> b[5:6] '' --> 'f' get_grouped_opcodes ( n=3 ) ¶ 最大 n 行までのコンテクストを含むグルー ... レータ( generator )を返します。 このメソッドは、 get_opcodes() で返されるグループの中から、似たような差異のかた ...
https://man.plustar.jp/python/library/difflib.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7952
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... nificantly reworked by Tim Peters.) The SET_LINENO opcode is now gone. This may provide a small speed increa ... 様に Cygwin でも動作します。 SET_LINENO 命令コード (opcode) は削除されました。彼方の昔に戻れば、この命令コード ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7952
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ( ' {} ( {} )' . format ( instr . opname , instr . opcode )) LOAD_FAST (124) LOAD_CONST (100) BINARY_ADD (23 ... bpo-17916 .) 新規関数 stack_effect() は与えられた opcode (命令コード) と引数の Python スタックへの effect を ... Larry Hastings in bpo-19722 .) (---訳注: PyCompile_OpcodeStackEffect として C API として曝した上で Python か ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 7808
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . (Contributed by Raymond Hettinger.) Added a new opcode, LIST_APPEND , that simplifies the generated bytec ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7808
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... た。これは pickle を含んだ文字列を受け取って、未使用 opcode を削除の上で同じデータ構造を含んだより小さい pickl ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV 1 NEXT