- Sort Score
- Num 10 results
- Language All
- Labels All
Results 131 - 140 of over 10,000 for timestamp:[now/d-7d TO *] (0.04 seconds)
-
Futures — Python 3.14.5 documentation
Source code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...docs.python.org/3/library/asyncio-future.htmlThu Jun 04 20:51:28 GMT 2026 8.5K bytes -
token — Constants used with Python parse trees ...
Source code: Lib/token.py This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). Refer to the file Grammar/Tokens in the Python distrib...docs.python.org/3/library/token.htmlThu Jun 04 20:51:28 GMT 2026 8.8K bytes -
4. Execution model — Python 3.14.5 documentation
Structure of a program: A Python program is constructed from code blocks. A block is a piece of Python program text that is executed as a unit. The following are blocks: a module, a function body, ...docs.python.org/3/reference/executionmodel.htmlThu Jun 04 20:51:28 GMT 2026 14.2K bytes -
Tuple Objects — Python 3.14.5 documentation
Struct Sequence Objects: Struct sequence objects are the C equivalent of namedtuple() objects, i.e. a sequence whose items can also be accessed through attributes. To create a struct sequence, you ...docs.python.org/3/c-api/tuple.htmlThu Jun 04 20:51:28 GMT 2026 8.3K bytes -
difflib — Helpers for computing deltas — Python...
Source code: Lib/difflib.py This module provides classes and functions for comparing sequences. It can be used for example, for comparing files, and can produce information about file differences i...docs.python.org/3/library/difflib.htmlThu Jun 04 20:51:28 GMT 2026 19.6K bytes -
Python Initialization Configuration — Python 3....
PyInitConfig C API: Python can be initialized with Py_InitializeFromInitConfig(). The Py_RunMain() function can be used to write a customized Python program. See also Initialization, Finalization, ...docs.python.org/3/c-api/init_config.htmlThu Jun 04 20:51:28 GMT 2026 32K bytes -
importlib.resources – Package resource reading,...
Source code: Lib/importlib/resources/__init__.py This module leverages Python’s import system to provide access to resources within packages. “Resources” are file-like resources associated with a m...docs.python.org/3/library/importlib.resources.htmlThu Jun 04 20:51:28 GMT 2026 8.4K bytes -
abc — Abstract Base Classes — Python 3.14.5 doc...
Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...docs.python.org/3/library/abc.htmlThu Jun 04 20:51:28 GMT 2026 9.7K bytes -
xml.sax.handler — Base classes for SAX handlers...
Source code: Lib/xml/sax/handler.py The SAX API defines five kinds of handlers: content handlers, DTD handlers, error handlers, entity resolvers and lexical handlers. Applications normally only nee...docs.python.org/3/library/xml.sax.handler.htmlThu Jun 04 20:51:28 GMT 2026 10.7K bytes -
turtle — Turtle graphics — Python 3.14.5 docume...
Source code: Lib/turtle.py Introduction: Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and Cynthia Solo...docs.python.org/3/library/turtle.htmlThu Jun 04 20:51:28 GMT 2026 38.2K bytes