Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 177 for string (0.114 sec.)
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 5607
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 出しへの入力に使うこともあるでしょう。 pencolor(colorstring) ペンの色を colorstring に設定します。その値は Tk ... しへの入力に使うこともあるでしょう。 fillcolor(colorstring) 塗りつぶしの色を colorstring に設定します。その値 ... 指定文字列またはタプルのペアで返します。 color(colorstring) , color((r,g,b)) , color(r,g,b) pencolor() の入力 ... ンの色、両方を与えられた値に設定します。 color(colorstring1, colorstring2) , color((r1,g1,b1), (r2,g2,b2)) pe ...
https://man.plustar.jp/python/library/turtle.html - [similar]
20.9. xml.sax --- SAX2 パーサのサポート — Python 3.6.5 ドキュメント 5607
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r によって行われなければなりません。 xml.sax. parseString ( string , handler , error_handler=handler.ErrorHa ... e() と同様ですが、こちらは引数で受け取ったバッファ string をパースします。 string は str インスタンスか byte ...
https://man.plustar.jp/python/library/xml.sax.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5540
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... . This function takes a null-terminated character string as argument and returns an integer. We want this f ... n.h" はいくつかの標準ヘッダファイル: <stdio.h> 、 <string.h> 、 <errno.h> 、および <stdlib.h> をインクルード ... 次にファイルに追加する内容は、Python 式 spam.system(string) を評価する際に呼び出されることになる C 関数です ( ... 定義しています。 もっともよく用いられるのは PyErr_SetString() です。引数は例外オブジェクトと C 文字列です。例外 ...
https://man.plustar.jp/python/extending/extending.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 5540
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... の後、 Python には新しい文字列フォーマット機構として string.Template (Python 2.4 で追加) と str.format() (Pyth ... 示的に style 引数を指定することで、 str.format() か string.Template を使った format を指定する事ができます。次 ... 文字列と引数をマージしているので、 str.format() や string.Template を使って logging を呼び出す事はできません ... self . kwargs = kwargs def __str__ ( self ): from string import Template return Template ( self . fmt ) . s ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5540
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 出されるのでなければ、認識可能な値を渡して下さい ( '<string>' が一般的に使われます)。 mode 引数は、コンパイルさ ... 、 1 (assert は取り除かれ、 __debug__ は偽)、 2 (docstring も取り除かれる) です。 この関数は、コンパイルされた ... thon interpreter with a sufficiently large/complex string when compiling to an AST object due to stack depth ... ric_value ::= floatnumber | infinity | nan numeric_string ::= [ sign ] numeric_value ここで floatnumber は 浮 ...
https://man.plustar.jp/python/library/functions.html - [similar]
32.1. parser --- Python 解析木にアクセスする — Python 3.6.5 ドキュメント 5540
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... とができます: import parser def load_suite ( source_string ): st = parser . suite ( source_string ) return st ... , st . compile () def load_expression ( source_string ): st = parser . expr ( source_string ) return st ...
https://man.plustar.jp/python/library/parser.html - [similar]
20.10. xml.sax.handler --- SAX ハンドラの基底クラス — Python 3.6.5 ドキュメント 5540
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (パース時以外) 読み書き可 xml.sax.handler. feature_string_interning ¶ 値: "http://xml.org/sax/features/strin ... ース時以外) 読み書き可 xml.sax.handler. property_xml_string ¶ 値: "http://xml.org/sax/properties/xml-string" デ ...
https://man.plustar.jp/python/library/xml.sax.handler.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 5540
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ラル ¶ 文字列リテラルは以下の字句定義で記述されます: stringliteral ::= [ stringprefix ]( shortstring | longstr ... ing ) stringprefix ::= "r" | "u" | "R" | "U" | "f" | "F" | "fr" ... Fr" | "fR" | "FR" | "rf" | "rF" | "Rf" | "RF" shortstring ::= "'" shortstringitem * "'" | '"' shortstringite ... m * '"' longstring ::= "'''" longstringitem * "'''" | '"""' longstrin ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 5540
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... rding to PEP 488 . -OO ¶ Do -O and also discard docstrings. Augment the filename for compiled ( bytecode ) f ... NDONTWRITEBYTECODE ¶ If this is set to a non-empty string, Python won't try to write .pyc files on the impor ... で追加. PYTHONMALLOCSTATS ¶ If set to a non-empty string, Python will print statistics of the pymalloc memo ... ease mode. It now has no effect if set to an empty string. PYTHONLEGACYWINDOWSFSENCODING ¶ If set to a non-e ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5540
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... メタデータに使われるいわゆる ネイティブ文字列(native strings) と、リクエストとレスポンスのボディに使われる バイ ... ト列文字列(byte strings) を区別します。 ネイティブ文字列 は常に str 型です ... りません。(---訳注: 原文は「If the app already used strings for headers ...」。native strings としないと意味が ... つか新たに追加されました: xml.etree.ElementTree.fromstringlist() 、断片のシーケンスから XML 文書を組み立てます ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT