Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 150 for function (0.118 sec.)
32. Python言語サービス — Python 3.6.5 ドキュメント 5377
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブラウザサポート 32.9.1. クラスオブジェクト 32.9.2. Function オブジェクト 32.10. py_compile --- Python ソースフ ...
https://man.plustar.jp/python/library/language.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 5377
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ess id:' , os . getpid ()) def f ( name ): info ( 'function f' ) print ( 'hello' , name ) if __name__ == '__ma ... int ( 'you called Foo._h()' ) # A simple generator function def baz (): for i in range ( 10 ): yield i * i # P ... self ): return self . _callmethod ( '__next__' ) # Function to return the operator module def get_operator_mod ... exposed = ( 'g' , '_h' )) # register the generator function baz; use `GeneratorProxy` to make proxies MyManage ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 5377
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... False value to quotetabs parameter of the encode() function. 参考 base64 モジュール MIME base64 形式データのエ ...
https://man.plustar.jp/python/library/quopri.html - [similar]
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 5377
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... directory tree rooted at top, calling the callback function for each regular file''' for f in os . listdir ( t ... S_ISREG ( mode ): # It's a file, call the callback function callback ( pathname ) else : # Unknown file type, ...
https://man.plustar.jp/python/library/stat.html - [similar]
Python/C API リファレンスマニュアル — Python 3.6.5 ドキュメント 5330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ブジェクト (sequence object) Container オブジェクト Function オブジェクト その他のオブジェクト 初期化 (initiali ...
https://man.plustar.jp/python/c-api/index.html - [similar]
9.2. math --- 数学関数 — Python 3.6.5 ドキュメント 5330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... されます。 バージョン 3.5 で追加. 参考 PEP 485 -- A function for testing approximate equality math. isfinite ( ... 義できます: def phi ( x ): 'Cumulative distribution function for the standard normal distribution' return ( 1.0 ...
https://man.plustar.jp/python/library/math.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 5330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ds 引数が追加されました。 If cwd is not None , the function changes the working directory to cwd before execut ... be a str and path-like object. In particular, the function looks for executable (or for the first item in arg ... ジョン 3.3.4 で変更: Windows support was added. The function now returns (exitcode, output) instead of (status, ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 5330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... #doctest:+ELLIPSIS (<__main__.Object object ...>, <function callback ...>, (1, 2), {'z': 3}) >>> newobj , func ... ine a finalizer which only references the specific functions and objects that it needs, rather than having acc ... implicit reference to the module globals from the function body weakref . finalize ( sys . modules [ __name__ ...
https://man.plustar.jp/python/library/weakref.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rints a newline New : print () # You must call the function! Old : print >> sys . stderr , "fatal error" New : ... __members__ と __methods__ は削除されました。 The function attributes named func_X have been renamed to use t ... he __X__ form, freeing up these names in the function attribute namespace for user-defined attributes. T ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
codec レジストリとサポート関数 — Python 3.6.5 ドキュメント 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ポート関数 ¶ int PyCodec_Register ( PyObject *search_function ) ¶ 新しい codec 検索関数を登録します。 副作用とし ...
https://man.plustar.jp/python/c-api/codec.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT