- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of about 10,000 for timestamp:[now/d-7d TO *] (0.07 sec)
-
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: Fri Dec 12 03:56:22 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 44.6K bytes - Viewed (0) -
abc — Abstract Base Classes — Python 3.14.2 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: Fri Dec 12 03:57:17 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 50.9K 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: Fri Dec 12 03:53:14 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 59.1K bytes - Viewed (0) -
turtle — Turtle graphics — Python 3.14.2 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.htmlRegistered: Fri Dec 12 03:53:21 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 321.5K bytes - Viewed (0) -
4. Execution model — Python 3.14.2 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: Fri Dec 12 03:51:44 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 60.9K bytes - Viewed (0) -
Introduction — Python 3.14.2 documentation
The Application Programmer’s Interface to Python gives C and C++ programmers access to the Python interpreter at a variety of levels. The API is equally usable from C++, but for brevity it is gener...docs.python.org/3/c-api/intro.htmlRegistered: Fri Dec 12 03:52:54 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 112.1K bytes - Viewed (0) -
argparse — Parser for command-line options, arg...
Source code: Lib/argparse.py Tutorial: This page contains the API reference information. For a more gentle introduction to Python command-line parsing, have a look at the argparse tutorial. The arg...docs.python.org/3/library/argparse.htmlRegistered: Fri Dec 12 03:46:55 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 320K bytes - Viewed (0) -
random — Generate pseudo-random numbers — Pytho...
Source code: Lib/random.py This module implements pseudo-random number generators for various distributions. For integers, there is uniform selection from a range. For sequences, there is uniform s...docs.python.org/3/library/random.htmlRegistered: Fri Dec 12 03:47:41 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 110.5K bytes - Viewed (0) -
json — JSON encoder and decoder — Python 3.14.2...
Source code: Lib/json/__init__.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...docs.python.org/3/library/json.htmlRegistered: Fri Dec 12 03:47:47 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 109.8K bytes - Viewed (0) -
site — Site-specific configuration hook — Pytho...
Source code: Lib/site.py This module is automatically imported during initialization. The automatic import can be suppressed using the interpreter’s-S option. Importing this module normally appends...docs.python.org/3/library/site.htmlRegistered: Fri Dec 12 03:48:12 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 48.2K bytes - Viewed (0)