Python リファレンスマニュアル
Previous:
7 文字列変換
Up:
5 式 (expression)
Next:
1 属性参照
3 一次語 (primary)
一次語は、言語において最も結合の強い操作を表します。 文法は以下のようになります:
primary
::=
atom
|
attributeref
|
subscription
|
slicing
|
call
Download entire grammar as text.
Subsections
1 属性参照
2 添字表記 (subscription)
3 スライス表記 (slicing)
4 呼び出し (call)
Python リファレンスマニュアル
Previous:
7 文字列変換
Up:
5 式 (expression)
Next:
1 属性参照
リリース 2.4 ,May 11, 2006 更新
ご意見やご指摘をお寄せになりたい方は、
このドキュメントについて...
をご覧ください。