Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 465 for [SIMILAR] 16 1024 4096 WITH 16910 html WITH 4673... (1.649 sec.)
21.25. xmlrpc --- XMLRPC サーバーとクライアントモジュール — Python 3.6.5 ドキュ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 21. インターネットプロトコルとサポート » 21.25. xmlrpc --- XMLRPC サーバーとクライアントモジュール ¶ XML-RPC は HTTP 経由の XML を使って遠隔手続き呼び出し (Remote Procedure Call) を実現す ...
https://man.plustar.jp/python/library/xmlrpc.html - [similar]
変更履歴 — Python 3.6.5 ドキュメント 0
Filter entries by content:', ' ', ' ' ].join('\n')); function dofilter() { try { var query = new RegExp($('#searchbox').val(), 'i'); } catch (e) { return; // not a valid regex (yet) } // find headers for the versions (What's new in Python X.Y.Z?) $('#changelog h2').each(function(index1, ...
https://man.plustar.jp/python/whatsnew/changelog.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 18. プロセス間通信とネットワーク » 18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク » 18.5.5. ストリーム (コルーチンベースの API) ¶ ソースコード: Lib/asyncio/streams.p ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New in Python 2.7 ¶ 著者: A.M. Kuchling (amk at amk.ca) この文書は Python 2.7 の新機能について解説します。Python 2.7 は 2010 年 7 月 3 日にリリースされました。 数値周りの扱いが、浮動 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
コルーチンオブジェクト — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » コルーチンオブジェクト ¶ バージョン 3.5 で追加. コルーチンオブジェクトは async キーワードを使って定義した関数が返すオブジェクトで ...
https://man.plustar.jp/python/c-api/coro.html - [similar]
None オブジェクト — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » None オブジェクト ¶ None に対する PyTypeObject は、 Python/C API では直接公開されていないので注意してください。 None は単量子 (si ...
https://man.plustar.jp/python/c-api/none.html - [similar]
ユーティリティ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » ユーティリティ ¶ この章の関数は、C で書かれたコードをプラットフォーム間で可搬性のあるものにする上で役立つものから、C から Python モジュールを使うもの、そして関数の引数を解釈 ...
https://man.plustar.jp/python/c-api/utilities.html - [similar]
30. カスタム Python インタプリタ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 30. カスタム Python インタプリタ ¶ この章で解説されるモジュールで Python の対話インタプリタに似たインタフェースを書くことができます。もし Python そのもの以外に何か特殊な機能をサポートした ...
https://man.plustar.jp/python/library/custominterp.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 21. インターネットプロトコルとサポート » 21.12. http.client --- HTTP プロトコルクライアント ¶ ソースコード: Lib/http/client.py このモジュールでは HTTP および HTTPS プロトコルのクライアント ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 21. インターネットプロトコルとサポート » 21.22. http.server --- HTTP サーバ ¶ ソースコード: Lib/http/server.py このモジュールは HTTP (web) サーバを実装するためのクラスを提供しています。 ク ...
https://man.plustar.jp/python/library/http.server.html - [similar]