- Sort Score
- Num 10 results
- Language All
- Labels All
Results 241 - 250 of over 10,000 for timestamp:[now/d-7d TO *] (0.07 seconds)
-
xml.dom.pulldom — Support for building partial ...
Source code: Lib/xml/dom/pulldom.py The xml.dom.pulldom module provides a “pull parser” which can also be asked to produce DOM-accessible fragments of the document where necessary. The basic concep...docs.python.org/3/library/xml.dom.pulldom.htmlThu Jun 04 20:51:28 GMT 2026 6.2K 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.htmlThu Jun 04 20:51:28 GMT 2026 36K bytes -
pickletools — Tools for pickle developers — Pyt...
Source code: Lib/pickletools.py This module contains various constants relating to the intimate details of the pickle module, some lengthy comments about the implementation, and a few useful functi...docs.python.org/3/library/pickletools.htmlThu Jun 04 20:51:28 GMT 2026 5.6K 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.htmlThu Jun 04 20:51:28 GMT 2026 9.2K bytes -
__future__ — Future statement definitions — Pyt...
Source code: Lib/__future__.py Imports of the form from __future__ import feature are called future statements. These are special-cased by the Python compiler to allow the use of new Python feature...docs.python.org/3/library/__future__.htmlThu Jun 04 20:51:28 GMT 2026 6.2K bytes -
IDLE — Python editor and shell — Python 3.14.5 ...
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.htmlThu Jun 04 20:51:28 GMT 2026 22.1K bytes -
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.htmlThu Jun 04 20:51:28 GMT 2026 27.9K 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.htmlThu Jun 04 20:51:28 GMT 2026 8.9K 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.htmlThu Jun 04 20:51:28 GMT 2026 33.9K bytes -
inspect — Inspect live objects — Python 3.14.5 ...
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.htmlThu Jun 04 20:51:28 GMT 2026 27.4K bytes