- Sort Score
- Num 10 results
- Language All
- Labels All
Results 371 - 380 of 438 for host:docs.python.org (0.02 seconds)
-
Coroutines and Tasks — Python 3.14.3 documentation
This section outlines high-level asyncio APIs to work with coroutines and Tasks. Coroutines, Awaitables, Creating Tasks, Task Cancellation, Task Groups, Sleeping, Running Tasks Concurrently, Eager ...docs.python.org/3/library/asyncio-task.htmlFri Feb 06 03:23:27 GMT 2026 170.4K bytes -
symtable — Access to the compiler’s symbol tabl...
Source code: Lib/symtable.py Symbol tables are generated by the compiler from AST just before bytecode is generated. The symbol table is responsible for calculating the scope of every identifier in...docs.python.org/3/library/symtable.htmlFri Feb 06 03:23:28 GMT 2026 51.4K bytes -
dbm — Interfaces to Unix “databases” — Python 3...
Source code: Lib/dbm/__init__.py dbm is a generic interface to variants of the DBM database: dbm.sqlite3, dbm.gnu, dbm.ndbm. If none of these modules are installed, the slow-but-simple implementati...docs.python.org/3/library/dbm.htmlFri Feb 06 03:23:28 GMT 2026 68.8K bytes -
copyreg — Register pickle support functions — P...
Source code: Lib/copyreg.py The copyreg module offers a way to define functions used while pickling specific objects. The pickle and copy modules use those functions when pickling/copying those obj...docs.python.org/3/library/copyreg.htmlFri Feb 06 03:23:27 GMT 2026 21.7K bytes -
IDLE — Python editor and shell — Python 3.14.3 ...
Source code: Lib/idlelib/ IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: cross-platform: works mostly the same on Windows, Unix, and macOS, Pytho...docs.python.org/3/library/idle.htmlFri Feb 06 03:23:27 GMT 2026 83.7K bytes -
re — Regular expression operations — Python 3.1...
Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...docs.python.org/3/library/re.htmlFri Feb 06 03:23:27 GMT 2026 239K bytes -
typing — Support for type hints — Python 3.14.3...
Source code: Lib/typing.py This module provides runtime support for type hints. Consider the function below: The function surface_area_of_cube takes an argument expected to be an instance of float,...docs.python.org/3/library/typing.htmlFri Feb 06 03:23:27 GMT 2026 523.7K bytes -
winreg — Windows registry access — Python 3.14....
These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are closed correctly, even if the p...docs.python.org/3/library/winreg.htmlFri Feb 06 03:23:28 GMT 2026 92.2K bytes -
3.14.3 Documentation
docs.python.org/3/index.htmlFri Feb 06 03:23:27 GMT 2026 17.4K bytes -
tokenize — Tokenizer for Python source — Python...
Source code: Lib/tokenize.py The tokenize module provides a lexical scanner for Python source code, implemented in Python. The scanner in this module returns comments as tokens as well, making it u...docs.python.org/3/library/tokenize.htmlFri Feb 06 03:23:28 GMT 2026 43.5K bytes