Search
Searching for multiple words only shows matches that contain all words.
Searching
- Glossary
- token (Python module, in
token
— Constants used with Python parse trees) - tokenize (Python module, in
tokenize
— Tokenizer for Python source) - contextvars.Token (Python class, in
contextvars
— Context Variables) - PyContextVar_Reset.token (C function parameter, in Context Variables Objects)
- shlex.shlex.token (Python attribute, in
shlex
— Simple lexical analysis) re
— Regular expression operationssecrets
— Generate secure random numbers for managing secretstoken
— Constants used with Python parse treestokenize
— Tokenizer for Python source- 2. Lexical analysis
- What’s New In Python 3.12
- What’s New In Python 3.8
- abc.get_cache_token (Python function, in
abc
— Abstract Base Classes) - msvcrt.VC_ASSEMBLY_PUBLICKEYTOKEN (Python data, in
msvcrt
— Useful routines from the MS VC++ runtime) - PyContextToken (C type, in Context Variables Objects)
- PyContextToken_CheckExact (C function, in Context Variables Objects)
- PyContextToken_Type (C member, in Context Variables Objects)
- secrets.token_bytes (Python function, in
secrets
— Generate secure random numbers for managing secrets) - secrets.token_hex (Python function, in
secrets
— Generate secure random numbers for managing secrets) - secrets.token_urlsafe (Python function, in
secrets
— Generate secure random numbers for managing secrets) - shlex.shlex.get_token (Python method, in
shlex
— Simple lexical analysis) - shlex.shlex.push_token (Python method, in
shlex
— Simple lexical analysis) - shlex.shlex.read_token (Python method, in
shlex
— Simple lexical analysis) - sqlite3.SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER (Python data, in
sqlite3
— DB-API 2.0 interface for SQLite databases) - tabnanny.process_tokens (Python function, in
tabnanny
— Detection of ambiguous indentation) - token.ERRORTOKEN (Python data, in
token
— Constants used with Python parse trees) - token.EXACT_TOKEN_TYPES (Python data, in
token
— Constants used with Python parse trees) - token.N_TOKENS (Python data, in
token
— Constants used with Python parse trees) - tokenize.generate_tokens (Python function, in
tokenize
— Tokenizer for Python source) - tokenize.TokenError (Python exception, in
tokenize
— Tokenizer for Python source) - tokenize.tokenize (Python function, in
tokenize
— Tokenizer for Python source) - tokenize.untokenize (Python function, in
tokenize
— Tokenizer for Python source) - xml.parsers.expat.errors.XML_ERROR_INVALID_TOKEN (Python data, in
xml.parsers.expat
— Fast XML parsing using Expat) - xml.parsers.expat.errors.XML_ERROR_UNCLOSED_TOKEN (Python data, in
xml.parsers.expat
— Fast XML parsing using Expat) - What’s New In Python 3.12 > tokenize
- What’s New In Python 3.8 > tokenize
abc
— Abstract Base Classesast
— Abstract Syntax Treescontextvars
— Context Variableslinecache
— Random access to text linesmsvcrt
— Useful routines from the MS VC++ runtimenetrc
— netrc file processingplistlib
— Generate and parse Apple.plist
filesrandom
— Generate pseudo-random numbersshlex
— Simple lexical analysissubprocess
— Subprocess managementtabnanny
— Detection of ambiguous indentationurllib.request
— Extensible library for opening URLs