- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 439 for host:docs.python.org (0.02 sec)
-
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: 2025-12-12 04:00 - Last Modified: 2025-12-11 22:18 - 54.5K bytes - Viewed (0) -
Common Object Structures — Python 3.14.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: 2025-12-12 04:01 - Last Modified: 2025-12-11 22:18 - 136.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: 2025-12-12 04:01 - Last Modified: 2025-12-11 22:18 - 101K bytes - Viewed (0) -
email.policy: Policy Objects — Python 3.14.2 do...
Source code: Lib/email/policy.py The email package’s prime focus is the handling of email messages as described by the various email and MIME RFCs. However, the general format of email messages (a ...docs.python.org/3/library/email.policy.htmlRegistered: 2025-12-12 04:00 - Last Modified: 2025-12-11 22:18 - 87.6K bytes - Viewed (0) -
html.parser — Simple HTML and XHTML parser — Py...
Source code: Lib/html/parser.py This module defines a class HTMLParser which serves as the basis for parsing text files formatted in HTML (HyperText Mark-up Language) and XHTML. Example HTML Parser...docs.python.org/3/library/html.parser.htmlRegistered: 2025-12-12 04:00 - Last Modified: 2025-12-11 22:18 - 52.3K 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: 2025-12-12 04:00 - Last Modified: 2025-12-11 22:18 - 21.6K bytes - Viewed (0) -
5. Building C and C++ Extensions on Windows — P...
This chapter briefly explains how to create a Windows extension module for Python using Microsoft Visual C++, and follows with more detailed background information on how it works. The explanatory ...docs.python.org/3/extending/windows.htmlRegistered: 2025-12-12 04:13 - Last Modified: 2025-12-11 22:18 - 29.8K bytes - Viewed (0) -
Descriptor Objects — Python 3.14.2 documentation
“Descriptors” are objects that describe some attribute of an object. They are found in the dictionary of type objects. Built-in descriptors:docs.python.org/3/c-api/descriptor.htmlRegistered: 2025-12-12 04:13 - Last Modified: 2025-12-11 22:18 - 34.7K bytes - Viewed (0) -
Superseded Modules — Python 3.14.2 documentation
The modules described in this chapter have been superseded by other modules for most use cases, and are retained primarily to preserve backwards compatibility. Modules may appear in this chapter be...docs.python.org/3/library/superseded.htmlRegistered: 2025-12-12 04:13 - Last Modified: 2025-12-11 22:18 - 15.5K bytes - Viewed (0) -
importlib — The implementation of import — Pyth...
Source code: Lib/importlib/__init__.py Introduction: The purpose of the importlib package is three-fold. One is to provide the implementation of the import statement (and thus, by extension, the__i...docs.python.org/3/library/importlib.htmlRegistered: 2025-12-12 03:55 - Last Modified: 2025-12-11 22:18 - 223.7K bytes - Viewed (0)