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