- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 439 for host:docs.python.org (0.04 sec)
-
sqlite3 — DB-API 2.0 interface for SQLite datab...
Source code: Lib/sqlite3/ SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard ...docs.python.org/3/library/sqlite3.htmlRegistered: Fri Dec 12 03:46:37 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 308.1K bytes - Viewed (0) -
The Python Profilers — Python 3.14.2 documentation
Source code: Lib/profile.py and Lib/pstats.py Introduction to the profilers: cProfile and profile provide deterministic profiling of Python programs. A profile is a set of statistics that describes...docs.python.org/3/library/profile.htmlRegistered: Fri Dec 12 03:46:17 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 90K bytes - Viewed (0) -
inspect — Inspect live objects — Python 3.14.2 ...
Source code: Lib/inspect.py The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, ...docs.python.org/3/library/inspect.htmlRegistered: Fri Dec 12 03:46:23 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 201.6K bytes - Viewed (0) -
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.htmlRegistered: Fri Dec 12 03:46:43 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 239K bytes - Viewed (0) -
time — Time access and conversions — Python 3.1...
This module provides various time-related functions. For related functionality, see also the datetime and calendar modules. Although this module is always available, not all functions are available...docs.python.org/3/library/time.htmlRegistered: Fri Dec 12 03:46:50 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 123.2K bytes - Viewed (0) -
dis — Disassembler for Python bytecode — Python...
Source code: Lib/dis.py The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode....docs.python.org/3/library/dis.htmlRegistered: Fri Dec 12 03:48:03 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 223.9K bytes - Viewed (0) -
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.htmlRegistered: Fri Dec 12 03:47:12 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 43.5K bytes - Viewed (0) -
enum — Support for enumerations — Python 3.14.2...
Source code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...docs.python.org/3/library/enum.htmlRegistered: Fri Dec 12 03:47:17 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 145.3K bytes - Viewed (0) -
IDLE — Python editor and shell — Python 3.14.2 ...
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.htmlRegistered: Fri Dec 12 03:46:58 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 82.9K bytes - Viewed (0) -
venv — Creation of virtual environments — Pytho...
Source code: Lib/venv/ The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories. A virtual en...docs.python.org/3/library/venv.htmlRegistered: Fri Dec 12 03:47:44 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 100.3K bytes - Viewed (0)