Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 19 for assignment (0.030 sec.)
- 索引 — Python 3.6.5 ドキュメント 15179
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演
...
ormatting , [1] % interpolation , [1] %= augmented assignment & 演算子 &= augmented assignment * in expression l...
ys in function calls 文 , [1] 演算子 **= augmented assignment *= augmented assignment + 演算子 += augmented assi...
インオプション コマンドラインオプション -= augmented assignment -> (return annotation assignment) -? コマンドライン...
file .pypirc file / 演算子 // 演算子 //= augmented assignment /= augmented assignment 2to3 : package namespace p...
- https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
- 7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 10791
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
す: simple_stmt ::= expression_stmt | assert_stmt | assignment_stmt | augmented_assignment_stmt | annotated_assig...
呼び出しを行っても出力は得られません。) 7.2. 代入文 (assignment statement) ¶ 代入文は、名前を値に (再) 束縛したり、...
ェクトの属性や要素を変更したりするために使われます: assignment_stmt ::= ( target_list "=")+ ( starred_expression...
*target の指定機能。 7.2.1. 累算代入文 (augmented assignment statement) ¶ 累算代入文は、二項演算と代入文を組み合...
- https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
- 9. クラス — Python 3.6.5 ドキュメント 8776
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア
...
pam = "test spam" do_local () print ( "After local assignment:" , spam ) do_nonlocal () print ( "After nonlocal...
ment:" , spam ) do_global () print ( "After global assignment:" , spam ) scope_test () print ( "In global scope:...
" , spam ) このコード例の出力は: After local assignment: test spam After nonlocal assignment: nonlocal spa...
m After global assignment: nonlocal spam In global scope: global spam このと...
- https://man.plustar.jp/python/tutorial/classes.html - [similar]
- 3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 8503
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア
...
... TypeError: 'str' object does not support item assignment >>> word [ 2 :] = 'py' ... TypeError: 'str' object...
does not support item assignment 元の文字列と別の文字列が必要な場合は、新しく文字列...
入れています。 最初の行には 複数同時の代入 (multiple assignment) が入っています: 変数 a と b は、それぞれ同時に新し...
- https://man.plustar.jp/python/tutorial/introduction.html - [similar]
- プログラミング FAQ — Python 3.6.5 ドキュメント 8332
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問
...
dLocalError : local variable 'x' referenced before assignment これは、あるスコープの中で変数に代入を行うとき、そ...
. TypeError : 'tuple' object does not support item assignment 例外が送出された理由は明らかです: 1 が ( 1 ) を指す...
. TypeError : 'tuple' object does not support item assignment タプルは不変なので、例外を生み出しているのは操作の...
. TypeError : 'tuple' object does not support item assignment この例外にはちょっと驚きますが、もっと驚くべきこと...
- https://man.plustar.jp/python/faq/programming.html - [similar]
- Python 言語リファレンス — Python 3.6.5 ドキュメント 8230
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
ent) 7.1. 式文 (expression statement) 7.2. 代入文 (assignment statement) 7.3. assert 文 7.4. pass 文 7.5. del 文...
- https://man.plustar.jp/python/reference/index.html - [similar]
- What's New in Python — Python 3.6.5 ドキュメント 8059
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
code 文字列型 リストの内包表記 累算代入 (Augmented Assignment) 文字列メソッド 循環参照のガベージコレクション その...
- https://man.plustar.jp/python/whatsnew/index.html - [similar]
- 型オブジェクト — Python 3.6.5 ドキュメント 7957
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
is slot is NULL , the object does not support item assignment and deletion. シーケンスオブジェクト構造体 ¶ PySeq...
e left to NULL if the object does not support item assignment and deletion. objobjproc PySequenceMethods.sq_cont...
- https://man.plustar.jp/python/c-api/typeobj.html - [similar]
- 32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 7957
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
t value) -- the following expression can appear in assignment context | Attribute(expr value, identifier attr, e...
- https://man.plustar.jp/python/library/ast.html - [similar]
- What's New in Python 2.0 — Python 3.6.5 ドキュメント 7957
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
o によって最新に保たれました。 累算代入 (Augmented Assignment) ¶ 累算代入はもう一つの長らく待ち望まれた機能であり...
code 文字列型 リストの内包表記 累算代入 (Augmented Assignment) 文字列メソッド 循環参照のガベージコレクション その...
- https://man.plustar.jp/python/whatsnew/2.0.html - [similar]