Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 66 for 正規 (0.027 sec.)
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 6721
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す: sunau. AUDIO_FILE_MAGIC ¶ big-endianで保存された正規のSun AUファイルは全てこの整数で始まります。これは文 ...
https://man.plustar.jp/python/library/sunau.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6721
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... Python スクリプト中の一行目か二行目にあるコメントが正規表現 coding[=:]\s*([-\w.]+) にマッチする場合、コメン ... Other_ID_Continue - 同様 すべての識別子は、解析中は正規化形式 NFKC に変換されます。識別子間の比較は NFKC に ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 6721
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... input . close () re モジュールでは Unicode 対応した正規表現が利用可能で、これは新しい根底となる SRE なる実装 ... トについて前述したように、 re モジュールで提供される正規表現の根底となる実装が変更されました。SRE は新しい正 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6721
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 一緒に使うのも便利で、例えばルックアップの前にキーを正規化してみたり、未知のキーを __missing__() メソッドで補 ... ので、 assertRegex() にリネームされました。なおほかの正規表現を使うメソッドも今では "Regexp" ではなく短い様式 ... す。特に re モジュールのものには大掛かりなセクション 正規表現の例 があります。同じように itertools では新しい ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6721
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 。 (Contributed by Serhiy Storchaka in bpo-15027 .) 正規表現のパースが最高で 10% 速くなりました。 (Contribut ... ' と ASCII 文字からなる認識出来ない特殊シーケンスが正規表現内と置き換えパターン内で使われた場合に、非推奨警 ... __ 属性も持つようになりました。これはジェネレータの正規名であり、ジェネレータの表現をする際 ( repr(gen) ) に ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 6721
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 明示的なユニコードリテラル PEP 3155: クラスと関数の正規名 PEP 412: キー共有辞書 PEP 362: 関数シグニチャオブ ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... bject.tp_methods ¶ オプションのポインタで、この型の正規 (regular) のメソッドを宣言している PyMethodDef 構造 ... ypeObject.tp_members ¶ オプションのポインタで、型の正規 (regular) のデータメンバ (フィールドおよびスロット ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
29.7. abc --- 抽象基底クラス — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ートされません。 abstractmethod() が影響を与えるのは正規の継承により派生したサブクラスのみで、ABC の registe ...
https://man.plustar.jp/python/library/abc.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ビス 6.1. string --- 一般的な文字列操作 6.2. re --- 正規表現操作 6.3. difflib --- 差分の計算を助ける 6.4. te ...
https://man.plustar.jp/python/library/index.html - [similar]
9.2. math --- 数学関数 — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数を計算するのに使うことができます。例えば、 累積標準正規分布 を計算する関数は次のように定義できます: def phi ...
https://man.plustar.jp/python/library/math.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT