- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 901 - 910 of about 10,000 for timestamp:[now/d-7d TO *] (0.08 sec)
-
functools — Higher-order functions and operatio...
Source code: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for t...docs.python.org/3/library/functools.htmlRegistered: Wed Jun 04 03:48:29 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 106.8K bytes - Viewed (0) -
abc — Abstract Base Classes — Python 3.13.4 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.htmlRegistered: Wed Jun 04 03:48:41 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 50.9K bytes - Viewed (0) -
Event Loop — Python 3.13.4 documentation
Source code: Lib/asyncio/events.py, Lib/asyncio/base_events.py Preface The event loop is the core of every asyncio application. Event loops run asynchronous tasks and callbacks, perform network IO ...docs.python.org/3/library/asyncio-eventloop.htmlRegistered: Wed Jun 04 03:48:54 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 232.1K bytes - Viewed (0) -
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.htmlRegistered: Wed Jun 04 03:49:14 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 58.9K bytes - Viewed (0) -
Tuple Objects — Python 3.13.4 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.htmlRegistered: Wed Jun 04 03:46:50 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 54.7K bytes - Viewed (0) -
4. Execution model — Python 3.13.4 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.htmlRegistered: Wed Jun 04 03:47:02 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 48K bytes - Viewed (0) -
Subprocesses — Python 3.13.4 documentation
Source code: Lib/asyncio/subprocess.py, Lib/asyncio/base_subprocess.py This section describes high-level async/await asyncio APIs to create and manage subprocesses. Here’s an example of how asyncio...docs.python.org/3/library/asyncio-subprocess.htmlRegistered: Wed Jun 04 03:47:13 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 54.4K bytes - Viewed (0) -
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.htmlRegistered: Wed Jun 04 03:47:26 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 44.3K bytes - Viewed (0) -
Parallel Collection Conversions | Parallel Coll...
Parallel Collections Parallel Collection Conversions Language Converting between sequential and parallel collections ...docs.scala-lang.org/overviews/parallel-collections/conversions.htmlRegistered: Wed Jun 04 03:46:15 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 44.8K bytes - Viewed (0) -
Configuring Parallel Collections | Parallel Col...
Parallel Collections Configuring Parallel Collections Language Task support Parallel collections are modular in the w...docs.scala-lang.org/overviews/parallel-collections/configuration.htmlRegistered: Wed Jun 04 03:44:55 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 43.4K bytes - Viewed (0)