Python Reference Manual
Previous:
5.2.7 String conversions
Up:
5. Expressions
Next:
5.3.1 Attribute references
5.3 Primaries
Primaries represent the most tightly bound operations of the language. Their syntax is:
primary
::=
atom
|
attributeref
|
subscription
|
slicing
|
call
Download entire grammar as text.
Subsections
5.3.1 Attribute references
5.3.2 Subscriptions
5.3.3 Slicings
5.3.4 Calls
Python Reference Manual
Previous:
5.2.7 String conversions
Up:
5. Expressions
Next:
5.3.1 Attribute references
Release 2.4.2, documentation updated on 28 September 2005.
See
About this document...
for information on suggesting changes.