Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 105 for UNICODE (0.072 sec.)
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 7477
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ' signed char int 1 'B' unsigned char int 1 'u' Py_UNICODE Unicode文字(unicode型) 2 (1) 'h' signed short int ... 動小数点数 8 注釈: タイプコード 'u' は Python の古い Unicode 文字 ( Py_UNICODE あるいは wchar_t ) を表します。プ ... 16bit か 32bit になります。 'u' は将来的に他の Py_UNICODE API と一緒に削除されるでしょう。 Deprecated since ... れたアレイの fromlist() 、 frombytes() あるいは fromunicode() メソッド (以下を参照) に渡され、アレイに初期項目 ...
https://man.plustar.jp/python/library/array.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7439
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... でなくなりました。代わりに 0o720 を使ってください。 Unicode 対 8 ビット、ではなく、テキスト対データに ¶ バイナ ... リと Unicode について知っていると思っている全てが変わりました。 ... Python 3.0 でのコンセプトは、Unicode 文字列と 8 ビット文字列、という対比ではなくて、 テ ... タ の違いと考える、というものです。全てのテキストは Unicode です; 一方で エンコードされた Unicode はバイナリデ ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 7387
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ッチング操作を提供しています。 パターンと文字列には Unicode 文字列 ( str ) および 8 ビット文字列 ( bytes ) が使 ... 用できます。しかし、Unicode 文字列と8ビット文字列の混在はできません。すなわち、 ... ffers additional functionality and a more thorough Unicode support. 6.2.1. 正規表現のシンタックス ¶ 正規表現 ... (MULTILINE モード)、 re.S (DOTALL モード)、 re.U (Unicode マッチ)、 re.X (冗長) を設定します。 (フラグについ ...
https://man.plustar.jp/python/library/re.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7169
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of any header object is the value fully decoded to unicode. 基底クラスは以下の読み出し専用属性を定義しています ... header (that is, the header value fully decoded to unicode). The parse method should assume that string may c ... coded parts, but should correctly handle all valid unicode characters as well so that it can parse un-encoded ... uredHeader parser converts such encoded words into unicode, following the RFC 2047 rules for unstructured tex ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
34.2. msvcrt --- MS VC++実行時システムの有用なルーチン群 — Python 3.6.5 ドキュ... 7079
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ん。 msvcrt. getwch ( ) ¶ getch() のワイド文字列版。Unicode の値を返します。 msvcrt. getche ( ) ¶ getch() に似 ... 。 msvcrt. getwche ( ) ¶ getche() のワイド文字列版。Unicode の値を返します。 msvcrt. putch ( char ) ¶ バイト文 ... 行わないでコンソールに出力します。 msvcrt. putwch ( unicode_char ) ¶ putch() のワイド文字列版。Unicode の値を引 ... 次に読み出される文字になります。 msvcrt. ungetwch ( unicode_char ) ¶ ungetch() のワイド文字列版。Unicode の値を ...
https://man.plustar.jp/python/library/msvcrt.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 7079
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... a と Guido van Rossum 著、実装 Guido van Rossum.。 Unicode の変更 ¶ Python の Unicode サポートが 2.2 で少し拡 ... 張されています。Unicode 文字列は普通は 16 ビット符号なし整数としての UCS-2 ... イル出来ます。これは configure スクリプトに --enable-unicode=ucs4 オプションを与えることで行います。( --disable ... -unicode を与えることで完全に Unicode サポートを無効にするこ ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
20.3. html.entities --- HTML 一般実体の定義 — Python 3.6.5 ドキュメント 6848
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ml.entities. html5 ¶ HTML5 名前付き文字参照 [1] と Unicode 文字とを対応付ける辞書です (例: html5['gt;'] == '> ... です。 html.entities. name2codepoint ¶ HTML 実体名と Unicode コードポイントとを対応付ける辞書です。 html.entiti ... es. codepoint2name ¶ Unicode コードポイントと HTML 実体名とを対応付ける辞書です ...
https://man.plustar.jp/python/library/html.entities.html - [similar]
整数型オブジェクト (integer object) — Python 3.6.5 ドキュメント 6809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ValueError が送出されます。 PyObject * PyLong_FromUnicode ( Py_UNICODE *u , Py_ssize_t length , int base ) ¶ ... Return value: New reference. Unicode 数値列を Python 整数値に変換します。Unicode 文字列 ... はまず PyUnicode_EncodeDecimal() を用いてバイト文字列にエンコードさ ... will be removed in version 4.0: 古いスタイルの Py_UNICODE APIの一部です; PyLong_FromUnicodeObject() を使用す ...
https://man.plustar.jp/python/c-api/long.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6758
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... け付けられる数値リテラルは数字 0 から 9 または等価な Unicode ( Nd プロパティを持つコードポイント) を含みます。 ... ティを持つコードポイントの完全なリストは http://www.unicode.org/Public/9.0.0/ucd/extracted/DerivedNumericType. ... ジェクト、すなわち 文字列 として扱われます。文字列は Unicode コードポイントのイミュータブルな シーケンス です。 ... これを "ss" に変換します。 casefold のアルゴリズムは Unicode Standard のセクション 3.13 に記述されています。 バ ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6719
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... バックポートされています。 2.6 では 8 ビット文字列と Unicode 文字列の両方が .format() メソッドを持ち、文字列をテ ... elf , format_spec ): if isinstance ( format_spec , unicode ): return unicode ( str ( self )) else : return st ... n Winter. PEP 3112: バイトリテラル ¶ Python 3.0 は Unicode を言語の基本文字列型として採用し、8 ビットリテラル ... いものに修正されるでしょう。 全ての文字列リテラルを Unicode 文字列としてしまう __future__ インポートもあります ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT