Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 150 for function (0.047 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 7458
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 0 LOAD_GLOBAL 0 (len) 2 LOAD_FAST 0 (alist) 4 CALL_FUNCTION 1 6 RETURN_VALUE ("2" は行番号です)。 32.12.1. バイ ... ( instr . opname ) ... LOAD_GLOBAL LOAD_FAST CALL_FUNCTION RETURN_VALUE 32.12.2. 解析関数 ¶ dis モジュールには ... 追加. dis. findlinestarts ( code ) ¶ This generator function uses the co_firstlineno and co_lnotab attributes o ... シュします。 これはクラスを構築するために、後で CALL_FUNCTION に呼ばれます。 SETUP_WITH ( delta ) ¶ この命令コー ...
https://man.plustar.jp/python/library/dis.html - [similar]
32.9. pyclbr --- Python クラスブラウザサポート — Python 3.6.5 ドキュメント 7458
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れたファイルにおける class 文の行番号です。 32.9.2. Function オブジェクト ¶ Function オブジェクトは、 readmodul ... して使われており、以下のデータ属性を提供しています: Function. module ¶ 関数記述オブジェクトが記述している対象の ... 関数を定義しているモジュールの名前です。 Function. name ¶ 関数の名前です。 Function. file ¶ 関数を定 ... 義してる def 文が入っているファイルの名前です。 Function. lineno ¶ file で指定されたファイルにおける def 文 ...
https://man.plustar.jp/python/library/pyclbr.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7213
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 加. 15.1.4. BLAKE2 ¶ BLAKE2 is a cryptographic hash function defined in RFC-7693 that comes in two flavors: BLA ... ew hash objects are created by calling constructor functions: hashlib. blake2b ( data=b'' , digest_size=64 , k ... depth=0 , inner_size=0 , last_node=False ) ¶ These functions return the corresponding hash objects for calcula ... るモジュール constants で利用できます。 Constructor functions also accept the following tree hashing parameters ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 7166
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( src , dst , symlinks=False , ignore=None , copy_function=copy2 , ignore_dangling_symlinks=False ) ¶ src をル ... 場合、理由のリストとともに Error を送出します。 copy_function は各ファイルをコピーするために利用される呼び出し可 ... 能オブジェクトでなければなりません。 copy_function はコピー元のパスとコピー先のパスを引数に呼び出され ... で変更: カスタムコピー機能を提供できるように copy_function 引数が追加されました。 symlinks が偽の時にダングリ ...
https://man.plustar.jp/python/library/shutil.html - [similar]
12.2. copyreg --- pickle サポート関数を登録する — Python 3.6.5 ドキュメント 7119
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... TypeError を発生します。 copyreg. pickle ( type , function , constructor=None ) ¶ function が型 type のオブジ ... "リダクション"関数として使われるように宣言します。 function は文字列か、2要素または3要素を含んだタプルを返さな ... が与えられた場合、それは呼び出し可能オブジェクトで、 function が返した引数のタプルとともに pickle 化時に呼ばれて ... 呼び出し可能でない場合には TypeError が発生します。 function と constructor に期待されるインタフェースについての ...
https://man.plustar.jp/python/library/copyreg.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... あります。 The curses library provides fairly basic functionality, providing the programmer with an abstraction ... ython module is a fairly simple wrapper over the C functions provided by curses; if you're already familiar wi ... erface makes things simpler by merging different C functions such as addstr() , mvaddstr() , and mvwaddstr() i ... initialized. This is done by calling the initscr() function, which will determine the terminal type, send any ...
https://man.plustar.jp/python/howto/curses.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 7026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... インスタンス」にアクセスできます。 次の例では、 some_function という関数が Foo をインスタンス化し、その method を ... を変更することでカスタマイズできます。 >>> def some_function (): ... instance = module . Foo () ... return inst ... od . return_value = 'the result' ... result = some_function () ... assert result == 'the result' 26.6.1.4. モッ ... レータ method をモックする ¶ A Python generator is a function or method that uses the yield statement to return ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
変更履歴 — Python 3.6.5 ドキュメント 6885
Filter entries by content:', ' ', ' ' ].join('\n')); function dofilter() { try { var query = new ... at's new in Python X.Y.Z?) $('#changelog h2').each(function(index1, h2) { var h2_parent = $(h2).parent(); var ... ns (Core, Library, etc.) h2_parent.find('h3').each(function(index2, h3) { var h3_parent = $(h3).parent(); var ... // find all the entries h3_parent.find('li').each(function(index3, li) { var li = $(li); // check if the quer ...
https://man.plustar.jp/python/whatsnew/changelog.html - [similar]
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 6745
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デス ... ommon that they have been packaged into individual function calls. Properties, bound methods, static methods, ... わされています。 Class dictionaries store methods as functions. In a class definition, methods are written using ... def or lambda , the usual tools for creating functions. Methods only differ from regular functions in th ... any other variable name. To support method calls, functions include the __get__() method for binding methods ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cess. Since some print statements can be parsed as function calls or statements, 2to3 cannot always read files ... containing the print function. When 2to3 detects the presence of the from __futu ... re__ import print_function compiler directive, it modifies its internal gramm ... ar to interpret print() as a function. This change can also be enabled manually with the ...
https://man.plustar.jp/python/library/2to3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT