Syntax: primaries
In the Python syntax, primaries represent the most tightly bound operations of the language. A primary is one of:
- Atoms (syntax-atom), which is one of:
- attribute-references
- subscriptions
- slicings
- calls
last updated 2 years ago by effbot #
