Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 156 for all (0.090 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 5723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) 2 0 LOAD_GLOBAL 0 (len) 2 LOAD_FAST 0 (alist) 4 CALL_FUNCTION 1 6 RETURN_VALUE ("2" は行番号です)。 32. ... tecode : ... print ( instr . opname ) ... LOAD_GLOBAL LOAD_FAST CALL_FUNCTION RETURN_VALUE 32.12.2. 解析関 ... or module body contains variable annotations statically. バージョン 3.6 で追加. IMPORT_STAR ¶ '_' で始まっ ... 3つの値が例外状態を回復するのに使われます。 END_FINALLY ¶ finally 節を終了します。 インタプリタは例外を再 ...
https://man.plustar.jp/python/library/dis.html - [similar]
28. ソフトウェア・パッケージと配布 — Python 3.6.5 ドキュメント 5723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ These libraries help you with publishing and installing Python software. While these modules are design ... local index server, or without any index server at all. 28.1. distutils --- Python モジュールの構築とイン ... s , 構築 , インストール 前のトピックへ 27.7. tracemalloc --- メモリ割り当ての追跡 次のトピックへ 28.1. di ...
https://man.plustar.jp/python/library/distribution.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 5723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... するための以下のようなメソッド群も持っています: get_all ( name ) ¶ 指定されたヘッダのすべての値のリストを返 ... 提供します: set_app ( application ) ¶ 呼び出し可能 (callable) な application をリクエストを受け取る WSGI ア ... す。 get_app ( ) ¶ 現在設定されている呼び出し可能 (callable) アプリケーションを返します。 しかしながら、通 ... tion object. The returned application will forward all requests to the original application , and will ch ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 5723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... e count) がゼロになった場合、オブジェクトは解放 (deallocate) され、デストラクタ (destructor) が (存在すれ ... xcept for the last __setitem__() or __setattr__() call. 参考 PEP 526 - 変数と属性のアノテーション文法 PEP ... 関数呼び出しから抜け出します。 return によって、 finally 節をともなう try 文の外に処理が引き渡されると、実 ... 際に関数から抜ける前に finally 節が実行されます。 ジェネレータ関数では、 return ...
https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ングを行えるようになりました( PEP 341: try/except/finally の一体化 セクション)。これらのどの改善も価値が高い ... r ( f ): def wrapper ( * args , ** kwds ): print 'Calling decorated function' return f ( * args , ** kwds ... ps ( f ) def wrapper ( * args , ** kwds ): print 'Calling decorated function' return f ( * args , ** kwds ... PEP 著と実装 Nick Coghlan. PEP 341: try/except/finally の一体化 ¶ Python 2.5 までは try ステートメントに ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
変更履歴 — Python 3.6.5 ドキュメント 5723
Filter entries by content:', ' ', ' ' ].join('\n')); function dofilter() { try { var query = new ... t = $(h3).parent(); var entries_found = 0; // find all the entries h3_parent.find('li').each(function(ind ...
https://man.plustar.jp/python/whatsnew/changelog.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... ツールのインストールは次のように行えます: $ yum install systemtap-sdt-devel もしくは: $ sudo apt-get insta ... ing a Python process in the background and listing all probes made available by the Python provider: $ py ... for SystemTap describing how it can patch strategically-placed machine code instructions to enable the tr ... ing example DTrace script can be used to show the call/return hierarchy of a Python script, only tracing ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... してください。 ( coverage.py が推奨されます; pip install coverage ) Python 2 と 3 の違いを学びましょう。 Fu ... コードをアップデートしてください。 (たとえば pip install future ) Python 3 サポートに関してデグレを防ぐため ... に Pylint を使ってください。( pip install pylint ) caniusepython3 を使ってどの依存性があなた ... n 3 の使用を妨げているかを検出できます。 ( pip install caniusepython3 ) 依存性があなたを邪魔しなくなってさ ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... ます。 See section 10 of RFC 2616 for a reference on all the HTTP error codes. 送出された HTTPError インスタ ... useful dictionary of response codes in that shows all the response codes used by RFC 2616. The dictionar ... hing matches the given URI' ), 405 : ( 'Method Not Allowed' , 'Specified method is invalid for this serve ... ですがいくらか特定の状況に限られるものでしょう。 install_opener も (グローバルな) デフォルト opener オブジェ ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
18.5.7. 同期プリミティブ — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 方: lock = Lock () ... yield from lock try : ... finally : lock . release () コンテキストマネージャーでの使 ... 層のロックを獲得していれば True を返します。 notify_all ( ) ¶ この条件を待機しているすべてのコルーチンを再 ... が他のコルーチンで同じ条件変数の notify() か notify_all() によって再開されるまでブロックします。再開される ...
https://man.plustar.jp/python/library/asyncio-sync.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT