Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for testlist (0.008 sec.)
- 10. 完全な文法仕様 — Python 3.6.5 ドキュメント 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
nput : ( NEWLINE | stmt ) * ENDMARKER eval_input : testlist NEWLINE * ENDMARKER decorator : '@' dotted_name [...
l_stmt | nonlocal_stmt | assert_stmt ) expr_stmt : testlist_star_expr ( annassign | augassign ( yield_expr | t...
estlist ) | ( '=' ( yield_expr | testlist_star_expr )) * ) annassign : ':' test [ '=' test ]...
testlist_star_expr : ( test | star_expr ) ( ',' ( test | st...
- https://man.plustar.jp/python/reference/grammar.html - [similar]
PREV
1
NEXT