GNU Info

Info Node: (python2.1-ref.info)Atoms

(python2.1-ref.info)Atoms


Next: Primaries Prev: Arithmetic conversions Up: Expressions
Enter node , (file) or (file)node

Atoms
=====

Atoms are the most basic elements of expressions.  The simplest atoms
are identifiers or literals.  Forms enclosed in reverse quotes or in
parentheses, brackets or braces are also categorized syntactically as
atoms.  The syntax for atoms is:

     atom:      identifier | literal | enclosure
     enclosure: parenth_form|list_display|dict_display|string_conversion

Identifiers Names
Literals 2
Parenthesized forms
List displays
Dictionary displays
String conversions

automatically generated by info2www version 1.2.2.9