- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 436 for host:docs.python.org (0.04 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: Fri Dec 12 04:00:49 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 04:01:13 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 04:01:20 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 04:00:00 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 04:00:03 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 04:00:59 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 04:13:34 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 04:13:38 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 04:13:41 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 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: Fri Dec 12 03:55:21 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 223.7K bytes - Viewed (0)