Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 39 for locale (0.022 sec.)
23. 国際化 — Python 3.6.5 ドキュメント 7627
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... える 23.1.3.4. 翻訳処理の遅延解決 23.1.4. 謝辞 23.2. locale --- 国際化サービス 23.2.1. ロケールの背景、詳細、ヒ ...
https://man.plustar.jp/python/library/i18n.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 7627
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コードやデコードされるエンコード名です。デフォルトは locale.getpreferredencoding(False) です。 errors はオプシ ... ました。 バージョン 3.3 で変更: encoding の規定値が locale.getpreferredencoding() から locale.getpreferredenc ... oding(False) になりました。 locale.setlocale() を用いてロケールのエンコーディングを一 ...
https://man.plustar.jp/python/library/io.html - [similar]
ソート HOW TO — Python 3.6.5 ドキュメント 7565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソー ... とめ ¶ ロケールに配慮したソートをするには、キー関数 locale.strxfrm() を利用するか、比較関数に locale.strcoll( ...
https://man.plustar.jp/python/howto/sorting.html - [similar]
24. プログラムのフレームワーク — Python 3.6.5 ドキュメント 7565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メント , 解説 , 状態 , タートル 前のトピックへ 23.2. locale --- 国際化サービス 次のトピックへ 24.1. turtle --- ...
https://man.plustar.jp/python/library/frameworks.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... b() they are still allowed, but deprecated. The re.LOCALE flag can now only be used with binary patterns. in ... .6.2 で変更. Notable changes in Python 3.6.5 ¶ The locale.localeconv() function now sets temporarily the LC_ ... CTYPE locale to the LC_NUMERIC locale in some cases. (Contribut ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 7502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... コードするのに使えます。 PyObject * PyUnicode_DecodeLocaleAndSize ( const char *str , Py_ssize_t len , const ... tEncoding の文字列をデコードします。 参考 Py_DecodeLocale() 関数。 バージョン 3.3 で追加. バージョン 3.6.5 で ... 変更: The function now also uses the current locale encoding for the surrogateescape error handler. Pr ... eviously, Py_DecodeLocale() was used for the surrogateescape , and the curre ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 7502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... グラム例です: sorted ( iterable , key = cmp_to_key ( locale . strcoll )) # locale-aware sort order ソートの例と ...
https://man.plustar.jp/python/library/functools.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 7502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _newlines が True の場合、クラスはエンコーディング locale.getpreferredencoding() の代わりに locale.getprefer ... ut() and return a 2-tuple (exitcode, output) . The locale encoding is used; see the notes on よく使われる引数 ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
文字列の変換と書式化 — Python 3.6.5 ドキュメント 7439
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 正確な原因はプラットフォーム依存です。 以下の関数は locale 非依存な文字列から数値への変換を行ないます。 doubl ...
https://man.plustar.jp/python/c-api/conversion.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7392
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 'utf-8' となります。 On Unix, the encoding is the locale encoding. On Windows, the encoding may be 'utf-8' ... ームでは、ロケールのエンコーディングが使用されます ( locale.getpreferredencoding() を参照)。 しかしながら、どの ...
https://man.plustar.jp/python/library/sys.html - [similar]
PREV 1 2 3 4 NEXT