Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 36 for expression (0.042 sec.)
2. 字句解析 — Python 3.6.5 ドキュメント 7781
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... | replacement_field )* replacement_field ::= "{" f_expression ["!" conversion ] [":" format_spec ] "}" f_express ... ion ::= ( conditional_expression | "*" or_expr ) ("," conditional_expression | "," ... "*" or_expr )* [","] | yield_expression conversion ::= "s" | "r" | "a" format_spec ::= ( l ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 7575
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xception, which will be propagated). The coroutine expression must be a call to another coroutine. return expres ... async def coroutines, for instance using an await expression. async def コルーチン自身をデコレートする必要はあり ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 7575
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or elem in sequence : yield n , elem n += 1 eval ( expression , globals=None , locals=None ) ¶ 文字列とオプション ... 与える場合は任意のマッピングオブジェクトにできます。 expression 引数は Python 式 (技術的にいうと、条件のリスト) と ... 辞書が与えられ、 '__builtins__' が欠けている場合、 expression が解析される前に現在のグローバル変数が globals にコ ... ピーされます。よって、 expression は通常、標準の builtins モジュールへの完全なアクセ ...
https://man.plustar.jp/python/library/functions.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 7575
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e. IGNORECASE ¶ Perform case-insensitive matching; expressions like [A-Z] will also match lowercase letters. Ful ... e matched (but the flag affects the entire regular expression, so in such cases using an explicit (?-i:[a-zA-Z]) ... e. VERBOSE ¶ This flag allows you to write regular expressions that look nicer and are more readable by allowing ... マッチしなければ None です。 match. re ¶ The regular expression object whose match() or search() method produced t ...
https://man.plustar.jp/python/library/re.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 7575
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) != - 1 ] リスト内包表記は以下の形式を持ちます: [ expression for expr in sequence1 for expr2 in sequence2 ... f ... かりやすく説明します。生成されるリストの要素は一連の expression の値となります。最後の if 節はオプショナルです。こ ... れがあれば expression は condition が真の場合にのみ評価・追加されます。 ... eN : if ( condition ): # Append the value of # the expression to the # resulting list. つまり、複数の for ... in ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
用語集 — Python 3.6.5 ドキュメント 7496
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... でよく使われている LBYL スタイルと対照的なものです。 expression (式) 何かの値と評価される、一まとまりの構文 (a pie ... which start fresh on every invocation). generator expression (ジェネレータ式) イテレータを返す式です。普通の式に ... n anonymous inline function consisting of a single expression which is evaluated when the function is called. Th ... to create a lambda function is lambda [arguments]: expression LBYL 「ころばぬ先の杖 (look before you leap)」 の略 ...
https://man.plustar.jp/python/glossary.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 7496
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d = Module(stmt* body) | Interactive(stmt* body) | Expression(expr body) -- not really an actual node but useful ... generators) -- the grammar constrains where yield expressions can occur | Await(expr value) | Yield(expr? value ... lipsis | Constant(constant value) -- the following expression can appear in assignment context | Attribute(expr ...
https://man.plustar.jp/python/library/ast.html - [similar]
9. トップレベル要素 — Python 3.6.5 ドキュメント 7433
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 、以下の形式をとらなければなりません: eval_input ::= expression_list NEWLINE* 関連キーワード: 入力 , プログラム , ...
https://man.plustar.jp/python/reference/toplevel_components.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7433
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 毎日使うというものでもありません。条件式(conditional expressions)がついに言語に追加されました。ちょっと変わった文法 ... です。 PEP 308: 条件式 (Conditional Expressions) のセクションを参照してください。新しい ' with ' ... バグをあげてください。 PEP 308: 条件式 (Conditional Expressions) ¶ もう長いことずっと、人々は条件式を書くための手 ... ともありません。 参考 PEP 308 - 条件式 (Conditional Expressions) PEP 著 Guido van Rossum と Raymond D. Hettinger; ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 7353
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... opriate contents. This is equivalent to the Python expression tuple(o) . PyObject * PySequence_Fast ( PyObject * ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
PREV 1 2 3 4 NEXT