Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 105 for UNICODE (0.088 sec.)
Python/C API リファレンスマニュアル — Python 3.6.5 ドキュメント 5910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... せ シグナルハンドリング 例外クラス 例外オブジェクト Unicode 例外オブジェクト 再帰の管理 標準例外 Standard Warn ...
https://man.plustar.jp/python/c-api/index.html - [similar]
29.10. __future__ --- future 文の定義 — Python 3.6.5 ドキュメント 5910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ction 2.6.0a2 3.0 PEP 3105 : Make print a function unicode_literals 2.6.0a2 3.0 PEP 3112 : Bytes literals in ...
https://man.plustar.jp/python/library/__future__.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れましたが、Python 3.2 で復活しました。 chr ( i ) ¶ Unicode コードポイントが整数 i である文字を表す文字列を返し ... 入します。 'surrogateescape' は正しくないバイト列を、Unicode の Private Use Area (私用領域) にある U+DC80 から ... のサブクラスを返すでしょう。 ord ( c ) ¶ 1 文字の Unicode 文字を表す文字列に対し、その文字の Unicode コードポ ...
https://man.plustar.jp/python/library/functions.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 5910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... と行に基づいたインタフェースを提供します。 Python の unicode 文字列は変更不可能なので、 readinto() メソッドは存 ... に遅いです。なぜならこれには、文字コーデックを使った Unicode とバイナリデータ間の変換を必要とするからです。これ ... ります。 しかし StringIO は、ネイティブなインメモリ Unicode コンテナで、 BytesIO と同程度の速度を示します。 16 ...
https://man.plustar.jp/python/library/io.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tearray でのコンビニエンスメソッドが Python 3 では Unicode テキストエンコーディングに制限され、Python 2 では ... による改善が、それ自体は Python 3.2 で復活していた非 Unicode コーデックへのコンビニエンスのエイリアスの復活を可 ... 能にしました。(---訳注: Python 3.0 で一度非 Unicode エンコーディングは消滅し、3.2 でそれらコーデックそ ... Python 言語コアに小さな変更がいくつか行われました: Unicode データベースを UCD バージョン 6.3 にアップグレード ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 5871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... _Repr() と同じです。この関数は文字列オブジェクトか Unicode オブジェクトを返さなければなりません。理想的には、 ... t_Str() と同じです; この関数は文字列オブジェクトか Unicode オブジェクトを返さなければなりません。また、この関 ... _SUBCLASS ¶ Py_TPFLAGS_BYTES_SUBCLASS ¶ Py_TPFLAGS_UNICODE_SUBCLASS ¶ Py_TPFLAGS_DICT_SUBCLASS ¶ Py_TPFLAGS_B ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
8. データ型 — Python 3.6.5 ドキュメント 5871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... frozenset 、そして tuple があります。 str クラスは Unicode データを扱うことができ、 bytes クラスはバイナリデー ...
https://man.plustar.jp/python/library/datatypes.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 5871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ndards, the non-compliant data will be replaced by unicode "unknown character" code points. (See also as_byte ... 。この値がタプルならばこの関数は適切にデコードされた Unicode 文字列を返し、そうでない場合は unquote された元の文 ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 5871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メータ以外は、このモジュールは Python オブジェクトと Unicode 文字列 の間の変換において厳密に定義されていて、それ ... lueError を送出します。 RFC は JSON 文字列に正当な Unicode 文字に対応付かないバイト列(例えばペアにならない UT ...
https://man.plustar.jp/python/library/json.html - [similar]
タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 5820
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... bject) Struct Sequence オブジェクト 前のトピックへ Unicode オブジェクトと codec 次のトピックへ リストオブジェ ...
https://man.plustar.jp/python/c-api/tuple.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT