Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 177 for string (0.032 sec.)
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 13043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ならないからです。 正規表現パターンに Python の raw string 記法を使えばこの問題を解決できます。 'r' を前置した ... ます。通常、 Python コード中では、パターンをこの raw string 記法を使って表現します。 大抵の正規表現操作が、モジ ... スは後で議論します。 もしパターンを表現するのに raw string を使用していないのであれば、 Python も、バックスラ ... で理解しにくいので、最も簡単な表現以外は、すべて raw string を使うことを強く推奨します。 [] 文字の集合を指定す ...
https://man.plustar.jp/python/library/re.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 10066
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... h a 'b' . Now imagine matching this RE against the string 'abcbd' . ステップ マッチした文字列 説明 1 a a が正 ... sequently fails, the engine will conclude that the string doesn't match the RE at all. Another repeating met ... 問題の解決策としては正規表現に対しては Python の raw string 記法を使うことです; 'r' を文字列リテラルの先頭に書 ... す。多くの場合 Python コードの中の正規表現はこの raw string 記法を使って書かれます。 In addition, special esca ...
https://man.plustar.jp/python/howto/regex.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 10066
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 6. テキスト処理サービス » 6.1. string --- 一般的な文字列操作 ¶ ソースコード: Lib/string. ... このモジュールで定義されている定数は以下の通りです: string. ascii_letters ¶ 後述の ascii_lowercase と ascii_u ... e を合わせたもの。この値はロケールに依存しません。 string. ascii_lowercase ¶ 小文字 'abcdefghijklmnopqrstuvw ... xyz' 。この値はロケールに依存せず、固定です。 string. ascii_uppercase ¶ 大文字 'ABCDEFGHIJKLMNOPQRSTUVW ...
https://man.plustar.jp/python/library/string.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 9397
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... input] [clinic start generated code]*/ Cut the docstring and paste it in between the [clinic] lines, removi ... ng all the junk that makes it a properly quoted C string. When you're done you should have just the text, b ... rgument Clinic will preserve indents inside the docstring.) If the old docstring had a first line that looke ... function signature, throw that line away. (The docstring doesn't need it anymore—when you use help() on you ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9029
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... be ASCII values. The values of the dictionary are strings with some extra methods. Headers are stored and r ... that have duplicate keys. The payload is either a string or bytes object, in the case of simple message obj ... more information see the policy documentation. as_string ( unixfrom=False , maxheaderlen=None , policy=None ... ) ¶ Return the entire message flattened as a string. When optional unixfrom is true, the envelope head ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 7836
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... g MIME documents. You can pass the parser a bytes, string or file object, and the parser will return to you ... s the payload of this root object will likely be a string containing the text of the message. For MIME messa ... l message fully contained in a bytes-like object , string, or file, but the BytesParser API may be more conv ... cept that the input to the feed() method must be a string. This is of limited utility, since the only way fo ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7692
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed to BaseHeader from the header_factory call. The string value of any header object is the value fully deco ... plication programs: fold ( * , policy ) ¶ Return a string containing linesep characters as required to corre ... parse . This method is called as follows: parse ( string , kwds ) kwds is a dictionary containing one pre-i ... e keys decoded and defects . decoded should be the string value for the header (that is, the header value fu ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 7614
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: df924a2b08a7e89f6e11251d4602022977af267 ... python").mark("function__entry") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $a ... ython").mark("function__return") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $a ... 渡されます: $arg1 : (const char *) ファイル名、 user_string($arg1) でアクセスできます $arg2 : (const char *) 関 ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7547
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... す: pkg / pkg / __init__ . py pkg / main . py pkg / string . py pkg パッケージがモジュール pkg.main とサブモジ ... ュール pkg.string を持っています。 main.py のなかの人、になってみまし ... ょう。 import string 文を実行すると、何が起こるでしょうか? Python 2.4 と ... にパッケージのディレクトリ内のものを最初に探し、 pkg/string.py を発見してそのファイル内容を pkg.string モジュー ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 7391
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of any line in the body that starts with the exact string "From " , that is From followed by a space at the ... ject. For more detail, see email.message . Because strings cannot represent binary data, the Generator class ... p . outfp must support a write method that accepts string data. If optional mangle_from_ is True , put a > c ... of any line in the body that starts with the exact string "From " , that is From followed by a space at the ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT