Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 322 for バージョン (0.154 sec.)
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 3914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... るモジュールでもあります。 class http. HTTPStatus ¶ バージョン 3.5 で追加. 一連の HTTP ステータスコード、理由の表 ...
https://man.plustar.jp/python/library/http.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 3914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cale. This temporary change affects other threads. バージョン 3.6.5 で変更: The function now sets temporarily th ... れた慣行に従って正規化された数値文字列に変換します。 バージョン 3.5 で追加. locale. atof ( string ) ¶ 文字列を LC_ ... 例えば time.strftime() の書式の一部) のロケール独立のバージョンが必要ということになれば、標準ライブラリルーチンを使 ...
https://man.plustar.jp/python/library/locale.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 3896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ことは async オブジェクト構造体 を参照してください。 バージョン 3.5 で追加: 以前は tp_compare や tp_reserved として ... スロットが存在しているときにセットされるビットです。 バージョン 3.4 で追加. const char* PyTypeObject.tp_doc ¶ オプ ... りません。 サブタイプはこのフィールドを継承します。 バージョン 3.4 で追加. 参考 "オブジェクトの安全な終了処理" ( ... けのインタフェースです。 async オブジェクト構造体 ¶ バージョン 3.5 で追加. PyAsyncMethods ¶ この構造体は awaitabl ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 3896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... 向けに書かれました; 後の AT&T から出た Unix System V バージョンで多くの機能と新機能が追加されました。BSD curses はい ... で述べる全ての関数が利用できるはずです。しかし、古いバージョンの curses を持ついくつかのプロプライエタリ Unix は全 ...
https://man.plustar.jp/python/howto/curses.html - [similar]
memoryview オブジェクト — Python 3.6.5 ドキュメント 3878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... は PyBUF_READ か PyBUF_WRITE のどちらかになります。 バージョン 3.3 で追加. PyObject * PyMemoryView_FromBuffer ( P ...
https://man.plustar.jp/python/c-api/memoryview.html - [similar]
古いバッファプロトコル — Python 3.6.5 ドキュメント 3878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... abstract objects layer) » 古いバッファプロトコル ¶ バージョン 3.0 で非推奨. これらの関数は、 Python 2 の「古いバ ...
https://man.plustar.jp/python/c-api/objbuffer.html - [similar]
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 3878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数学モジュール » 9.7. statistics --- 数理統計関数 ¶ バージョン 3.4 で追加. ソースコード: Lib/statistics.py このモ ... f data is empty, or any element is less than zero. バージョン 3.6 で追加. statistics. median ( data ) ¶ Return t ...
https://man.plustar.jp/python/library/statistics.html - [similar]
36. 取って代わられたモジュール群 — Python 3.6.5 ドキュメント 3878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 成 36.1.2.6.1. オプションをグループ化する 36.1.2.7. バージョン番号の出力 36.1.2.8. optparse のエラー処理法 36.1.2. ...
https://man.plustar.jp/python/library/superseded.html - [similar]
15. 浮動小数点演算、その問題と制限 — Python 3.6.5 ドキュメント 3878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 現は正確なので、値を (プラットフォームにも依存せず) バージョンの異なるPython 間でやり取りしたり、他のこのフォーマッ ... 015625 にほぼ等しいということです。多くの言語 (古いバージョンの Python を含む) では、完全な 10 進値を表示するので ...
https://man.plustar.jp/python/tutorial/floatingpoint.html - [similar]
14. 対話入力編集と履歴置換 — Python 3.6.5 ドキュメント 3878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ル » 14. 対話入力編集と履歴置換 ¶ いくつかのバージョンの Python インタプリタでは、Korn シェルや GNU Bash シ ...
https://man.plustar.jp/python/tutorial/interactive.html - [similar]