- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 423 for host:docs.python.org (0.02 sec)
-
xml.sax.xmlreader — Interface for XML parsers —...
Source code: Lib/xml/sax/xmlreader.py SAX parsers implement the XMLReader interface. They are implemented in a Python module, which must provide a function create_parser(). This function is invoked...docs.python.org/3/library/xml.sax.reader.htmlRegistered: Mon Mar 31 03:32:21 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 58.8K bytes - Viewed (0) -
Common Object Structures — Python 3.13.2 docume...
There are a large number of structures which are used in the definition of object types for Python. This section describes these structures and how they are used. Base object types and macros: All ...docs.python.org/3/c-api/structures.htmlRegistered: Mon Mar 31 03:32:27 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 111.3K 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:docs.python.org/3/library/platform.htmlRegistered: Mon Mar 31 03:33:17 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 56.3K bytes - Viewed (0) -
3. Defining Extension Types: Assorted Topics — ...
This section aims to give a quick fly-by on the various type methods you can implement and what they do. Here is the definition of PyTypeObject, with some fields only used in debug builds omitted: ...docs.python.org/3/extending/newtypes.htmlRegistered: Mon Mar 31 03:32:34 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 96.7K bytes - Viewed (0) -
http.cookies — HTTP state management — Python 3...
Source code: Lib/http/cookies.py The http.cookies module defines classes for abstracting the concept of cookies, an HTTP state management mechanism. It supports both simple string-only cookies, and...docs.python.org/3/library/http.cookies.htmlRegistered: Mon Mar 31 03:30:32 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 52.3K bytes - Viewed (0) -
Mapping Protocol — Python 3.13.2 documentation
docs.python.org/3/c-api/mapping.htmlRegistered: Mon Mar 31 03:30:47 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 41.7K bytes - Viewed (0) -
zipimport — Import modules from Zip archives — ...
Source code: Lib/zipimport.py This module adds the ability to import Python modules (*.py,*.pyc) and packages from ZIP-format archives. It is usually not needed to use the zipimport module explicit...docs.python.org/3/library/zipimport.htmlRegistered: Mon Mar 31 03:30:53 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 34.5K bytes - Viewed (0) -
rlcompleter — Completion function for GNU readl...
Source code: Lib/rlcompleter.py The rlcompleter module defines a completion function suitable to be passed to set_completer() in the readline module. When this module is imported on a Unix platform...docs.python.org/3/library/rlcompleter.htmlRegistered: Mon Mar 31 03:34:00 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 21.2K bytes - Viewed (0) -
msvcrt — Useful routines from the MS VC++ runti...
These functions provide access to some useful capabilities on Windows platforms. Some higher-level modules use these functions to build the Windows implementations of their services. For example, t...docs.python.org/3/library/msvcrt.htmlRegistered: Mon Mar 31 03:34:03 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 43K bytes - Viewed (0) -
smtplib — SMTP protocol client — Python 3.13.2 ...
Source code: Lib/smtplib.py The smtplib module defines an SMTP client session object that can be used to send mail to any internet machine with an SMTP or ESMTP listener daemon. For details of SMTP...docs.python.org/3/library/smtplib.htmlRegistered: Mon Mar 31 03:32:02 UTC 2025 - Last Modified: Sun Mar 30 10:18:11 UTC 2025 - 84.2K bytes - Viewed (0)