Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 19 of about 19 for assignment (0.050 sec.)
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 7871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 、その後スイートが実行されます。 (代入規則は 代入文 (assignment statement) を参照してください。) 全ての要素を使い切 ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 7871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 味を持ちます。リスト後半の累算代入演算子 (augmented assignment operator) は、字句的にはデリミタとして振舞いますが ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
5. データ構造 — Python 3.6.5 ドキュメント 7871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... > TypeError : 'tuple' object does not support item assignment >>> # but they can contain mutable objects: ... v ...
https://man.plustar.jp/python/tutorial/datastructures.html - [similar]
用語集 — Python 3.6.5 ドキュメント 7786
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... is explained in section 注釈付き代入文 (annotated assignment statements) . Annotations are stored in the __anno ...
https://man.plustar.jp/python/glossary.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 7786
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n <module> TypeError : object doesn't support item assignment とすると、Python 2.3 やPython 2.4以降の Python バー ...
https://man.plustar.jp/python/library/doctest.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 7786
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Integer or decimal number ( 'ASSIGN' , r ':=' ), # Assignment operator ( 'END' , r ';' ), # Statement terminator ...
https://man.plustar.jp/python/library/re.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 7786
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n>" , line 1 , in <module> ValueError : memoryview assignment: lvalue and rvalue have different structures >>> v ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 7786
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or any child attributes you have set using normal assignment by default. In case you want to reset return_value ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7786
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... a += i """ , "<string>" , 'exec' , PyCF_ONLY_AST ) assignment = ast . body [ 0 ] for_loop = ast . body [ 1 ] No ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
PREV 1 2 NEXT