- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 425 for host:docs.python.org (0.05 sec)
-
Integer Objects — Python 3.13.7 documentation
All integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return(return type)-1 which cannot be distinguished from a number. Use PyErr_Occurred() to d...docs.python.org/3/c-api/long.htmlRegistered: Mon Sep 15 05:23:02 UTC 2025 - Last Modified: Sun Sep 14 15:33:08 UTC 2025 - 96.6K bytes - Viewed (0) -
xml.dom.minidom — Minimal DOM implementation — ...
Source code: Lib/xml/dom/minidom.py xml.dom.minidom is a minimal implementation of the Document Object Model interface, with an API similar to that in other languages. It is intended to be simpler ...docs.python.org/3/library/xml.dom.minidom.htmlRegistered: Mon Sep 15 05:19:48 UTC 2025 - Last Modified: Sun Sep 14 15:33:09 UTC 2025 - 53K bytes - Viewed (0) -
What’s New in Python 2.0 — Python 3.13.7 docume...
Author, A.M. Kuchling and Moshe Zadka,. Introduction: A new release of Python, version 2.0, was released on October 16, 2000. This article covers the exciting new features in 2.0, highlights some o...docs.python.org/3/whatsnew/2.0.htmlRegistered: Mon Sep 15 05:24:42 UTC 2025 - Last Modified: Sun Sep 14 15:33:08 UTC 2025 - 138K bytes - Viewed (0) -
Module Objects — Python 3.13.7 documentation
Initializing C modules: Modules objects are usually created from extension modules (shared libraries which export an initialization function), or compiled-in modules (where the initialization funct...docs.python.org/3/c-api/module.htmlRegistered: Mon Sep 15 04:55:11 UTC 2025 - Last Modified: Sun Sep 14 15:33:08 UTC 2025 - 111.3K bytes - Viewed (0) -
Built-in Types — Python 3.13.7 documentation
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...docs.python.org/3/library/stdtypes.htmlRegistered: Mon Sep 15 04:55:15 UTC 2025 - Last Modified: Sun Sep 14 15:33:09 UTC 2025 - 683.8K bytes - Viewed (0) -
email.headerregistry: Custom Header Objects — P...
Source code: Lib/email/headerregistry.py Headers are represented by customized subclasses of str. The particular class used to represent a given header is determined by the header_factory of the po...docs.python.org/3/library/email.headerregistry.htmlRegistered: Mon Sep 15 04:57:10 UTC 2025 - Last Modified: Sun Sep 14 15:33:09 UTC 2025 - 70.5K bytes - Viewed (0) -
platform — Access to underlying platform’s iden...
Source code: Lib/platform.py Cross platform: Java platform: Windows platform: macOS platform: iOS platform: Unix platforms: Linux platforms: Android platform: Command-line usage: platform can also ...docs.python.org/3/library/platform.htmlRegistered: Mon Sep 15 04:57:17 UTC 2025 - Last Modified: Sun Sep 14 15:33:09 UTC 2025 - 60K bytes - Viewed (0) -
codecs — Codec registry and base classes — Pyth...
Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...docs.python.org/3/library/codecs.htmlRegistered: Mon Sep 15 04:57:26 UTC 2025 - Last Modified: Sun Sep 14 15:33:09 UTC 2025 - 174.3K bytes - Viewed (0) -
mailbox — Manipulate mailboxes in various forma...
Source code: Lib/mailbox.py This module defines two classes, Mailbox and Message, for accessing and manipulating on-disk mailboxes and the messages they contain. Mailbox offers a dictionary-like ma...docs.python.org/3/library/mailbox.htmlRegistered: Mon Sep 15 04:58:18 UTC 2025 - Last Modified: Sun Sep 14 15:33:09 UTC 2025 - 188.8K bytes - Viewed (0) -
timeit — Measure execution time of small code s...
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...docs.python.org/3/library/timeit.htmlRegistered: Mon Sep 15 04:58:23 UTC 2025 - Last Modified: Sun Sep 14 15:33:09 UTC 2025 - 57.2K bytes - Viewed (0)