Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 105 for UNICODE (0.068 sec.)
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 6141
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to treat the email message as a structured tree of unicode text and binary attachments, without having to wor ... eding sections. The forgoing represent the modern (unicode friendly) API of the email package. The remaining ...
https://man.plustar.jp/python/library/email.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 6141
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 供するために設けられています: Python 2 では Text は unicode のエイリアスです。 Text は Python 2 と Python 3 の ... 両方と互換性のある方法で値が unicode 文字列を含んでいなければならない場合に使用してくだ ... さい。 def add_unicode_checkmark ( text : Text ) -> Text : return text + ... oncat ( u "foo" , u "bar" ) # Ok, output has type 'unicode' concat ( b "foo" , b "bar" ) # Ok, output has typ ...
https://man.plustar.jp/python/library/typing.html - [similar]
モジュールのインポート — Python 3.6.5 ドキュメント 6090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... _ImportModuleLevelObject() と似ていますが、name が Unicode オブジェクトではなく UTF-8 でエンコードされた文字列 ... すが、name が UTF-8 でエンコードされた文字列ではなく Unicode オブジェクトを使用する点で異なります。 PyObject * ... name は UTF-8 でエンコードされた文字列の代わりに、 Unicode オブジェクトを使用する点が異なります。 struct _fro ...
https://man.plustar.jp/python/c-api/import.html - [similar]
Python HOWTO — Python 3.6.5 ドキュメント 6090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO ¶ Pyth ... 現 HOWTO ソケットプログラミング HOWTO ソート HOW TO Unicode HOWTO urllib パッケージを使ってインターネット上のリ ...
https://man.plustar.jp/python/howto/index.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... value ) try : sys . stdout . write ( text ) except UnicodeEncodeError : bytes = text . encode ( sys . stdout ... \n " ) builtins . _ = value バージョン 3.2 で変更: UnicodeEncodeError には 'backslashreplace' エラーハンドラを ... ) を使ってください。 sys. getdefaultencoding ( ) ¶ Unicode 実装で使用される現在のデフォルトエンコーディング名 ... n the name of the encoding used to convert between Unicode filenames and bytes filenames. For best compatibil ...
https://man.plustar.jp/python/library/sys.html - [similar]
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 6051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ut the name is a UTF-8 encoded string instead of a Unicode object. PyObject * PyModule_GetDict ( PyObject *mo ... を返します。もしファイル名が定義されていない場合や、 Unicode 文字列ではない場合、 SystemError を発生させて NULL ... を返します。それ以外の場合は Unicode オブジェクトへの参照を返します。 バージョン 3.2 で ... ilename() はエンコードできないファイル名に対しては UnicodeEncodeError を送出します。これの代わりに PyModule_G ...
https://man.plustar.jp/python/c-api/module.html - [similar]
ユーティリティ — Python 3.6.5 ドキュメント 6051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ン codec レジストリとサポート関数 コーデック検索API Unicode エラーハンドラ用レジストリ API 関連キーワード: ユー ...
https://man.plustar.jp/python/c-api/utilities.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 6051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 渡すことができます。アプリケーションは、ファイル名を Unicode 文字列で表すことが推奨されています。残念ながら、Un ... ります。 利用できる環境: Windows。 os.path. supports_unicode_filenames ¶ ファイル名に任意の Unicode 文字列を (シ ...
https://man.plustar.jp/python/library/os.path.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 6000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... には Py_EncodeLocale() 関数を使ってください。 参考 PyUnicode_DecodeFSDefaultAndSize() および PyUnicode_DecodeLo ... には Py_DecodeLocale() 関数を使ってください。 参考 PyUnicode_EncodeFSDefault() および PyUnicode_EncodeLocale() ... ptions に s を追加します。 void PySys_AddWarnOptionUnicode ( PyObject *unicode ) ¶ sys.warnoptions に unicode ... , ... ) ¶ PySys_WriteStdout() に似た関数ですが、 PyUnicode_FromFormatV() を使ってメッセージをフォーマットし、 ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
13. データ圧縮とアーカイブ — Python 3.6.5 ドキュメント 6000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 13.6.5. サポートしている tar フォーマット 13.6.6. Unicode に関する問題 関連キーワード: アーカイブ , 圧縮 , オ ...
https://man.plustar.jp/python/library/archiving.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT