Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 36 for expression (0.013 sec.)
索引 — Python 3.6.5 ドキュメント 7353
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... d assignment & 演算子 &= augmented assignment * in expression lists in function calls 文 , [1] 演算子 ** in dict ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7353
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... メントは基本構造が以下となる制御フロー構造です: with expression [ as variable ]: with - block expression は評価され ... 返します(注意深く読んで下さい、つまり variable には expression の結果が代入される のではない のです)。 with-block ... コンテキスト管理プロトコルの高度な説明はこんなです: expression は評価されて、 "コンテキストマネージャ(context man ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7353
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed by the compiler for comprehension and generator expression scopes as if they were positional-only parameters ... .) re ¶ Added support of modifier spans in regular expressions. Examples: '(?i:p)ython' matches 'python' and 'Py ... line flags (?letters) in the middle of the regular expression has been deprecated and will be removed in a futur ... e Python version. Flags at the start of a regular expression are still allowed. (Contributed by Serhiy Storchak ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... playhook は、Pythonの対話セッションで入力された式( expression )が評価されたときに呼び出されます。対話セッションの ... の対話型入力に使われます。 stdout は print() および expression 文の出力と、 input() のプロンプトに使用されます。 ...
https://man.plustar.jp/python/library/sys.html - [similar]
27.6. trace --- Python 文実行のトレースと追跡 — Python 3.6.5 ドキュメント 7290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tfile=None , timing=False ) ¶ 文 (statement) や式 (expression) の実行をトレースするオブジェクトを作成します。引数 ...
https://man.plustar.jp/python/library/trace.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7290
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... bers with various common distributions. re Regular expression operations. readline (Unix) GNU readline support f ...
https://man.plustar.jp/python/py-modindex.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ります。構文は以下のようになります: [ on_true ] if [ expression ] else [ on_false ] x , y = 50 , 25 small = x if x ... 、論理演算子を使ったこのイディオムが一般的でした: [ expression ] and [ on_true ] or [ on_false ] しかし、このイデ ...
https://man.plustar.jp/python/faq/programming.html - [similar]
32.1. parser --- Python 解析木にアクセスする — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... urce_string ) return st , st . compile () def load_expression ( source_string ): st = parser . expr ( source_str ...
https://man.plustar.jp/python/library/parser.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ットする ¶ これまでに、値を出力する二つの方法: 式文 (expression statement) と print() 関数が出てきました。 (第三は ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 7147
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます: raise new_exc from original_exc from に続く式 (expression) は例外か None でなくてはなりません。式は送出される ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
PREV 1 2 3 4 NEXT