Lines Matching refs:identifiers
106 and identifiers.
268 *identifiers*, *keywords*, *literals*, *operators*, and *delimiters*. Whitespace
284 The syntax of identifiers in Python is based on the Unicode standard annex
288 Within the ASCII range (U+0001..U+007F), the valid characters for identifiers
323 All identifiers are converted into the normal form NFKC while parsing; comparison
324 of identifiers is based on NFKC.
340 The following identifiers are used as reserved words, or *keywords* of the
341 language, and cannot be used as ordinary identifiers. They must be spelled
355 single: _, identifiers
356 single: __, identifiers
359 Reserved classes of identifiers
362 Certain classes of identifiers (besides keywords) have special meanings. These
390 :ref:`atom-identifiers`.