- Sort Score
- Num 10 results
- Language All
- Labels All
Results 441 - 450 of over 10,000 for timestamp:[now/d-1y TO *] (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
7. Simple statements — Python 3.14.5 documentation
A simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is: Expression statement...docs.python.org/3/reference/simple_stmts.htmlTue Jun 09 22:53:45 GMT 2026 19.8K 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.htmlTue Jun 09 22:53:45 GMT 2026 33.9K bytes -
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.htmlTue Jun 09 22:53:45 GMT 2026 16.1K bytes -
ast — Abstract syntax trees — Python 3.14.5 doc...
Source code: Lib/ast.py The ast module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this modul...docs.python.org/3/library/ast.htmlTue Jun 09 22:53:45 GMT 2026 36K bytes -
Index — Python 3.14.5 documentation
Navigation index modules | Python » 3.14.5 Documentation » Index | Theme Auto Light Dark | Index Index pages by lette...docs.python.org/3/genindex.htmlTue Jun 09 22:53:44 GMT 2026 2.6K bytes -
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.htmlTue Jun 09 22:53:45 GMT 2026 41.2K 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.htmlTue Jun 09 22:53:45 GMT 2026 13K bytes -
email.message.Message: Representing an email me...
The Message class is very similar to the EmailMessage class, without the methods added by that class, and with the default behavior of certain other methods being slightly different. We also docume...docs.python.org/3/library/email.compat32-message.htmlTue Jun 09 22:53:45 GMT 2026 16.1K 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.htmlTue Jun 09 22:53:45 GMT 2026 9.2K bytes -
email.header: Internationalized headers — Pytho...
Source code: Lib/email/header.py This module is part of the legacy ( Compat32) email API. In the current API encoding and decoding of headers is handled transparently by the dictionary-like API of ...docs.python.org/3/library/email.header.htmlTue Jun 09 22:53:45 GMT 2026 8.9K bytes