- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 296 for host:docs.python.org (0.03 sec)
-
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: Wed Feb 12 03:26:17 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 96.7K bytes - Viewed (0) -
email.policy: Policy Objects — Python 3.13.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: Wed Feb 12 03:27:57 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 87.2K bytes - Viewed (0) -
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: Wed Feb 12 03:25:45 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 58.7K 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: Wed Feb 12 03:29:22 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 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: Wed Feb 12 03:29:45 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 43K bytes - Viewed (0) -
getpass — Portable password input — Python 3.13...
Source code: Lib/getpass.py Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information. The getpass module provides two fun...docs.python.org/3/library/getpass.htmlRegistered: Wed Feb 12 03:28:44 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 19.6K bytes - Viewed (0) -
XML Processing Modules — Python 3.13.2 document...
Source code: Lib/xml/ Python’s interfaces for processing XML are grouped in the xml package. It is important to note that modules in the xml package require that there be at least one SAX-compliant...docs.python.org/3/library/xml.htmlRegistered: Wed Feb 12 03:30:51 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 26.3K bytes - Viewed (0) -
http — HTTP modules — Python 3.13.2 documentation
Source code: Lib/http/__init__.py http is a package that collects several modules for working with the HyperText Transfer Protocol: http.client is a low-level HTTP protocol client; for high-level U...docs.python.org/3/library/http.htmlRegistered: Wed Feb 12 03:31:42 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 59.8K bytes - Viewed (0) -
fcntl — The fcntl and ioctl system calls — Pyth...
This module performs file and I/O control on file descriptors. It is an interface to the fcntl() and ioctl() Unix routines. See the fcntl(2) and ioctl(2) Unix manual pages for full details. Availab...docs.python.org/3/library/fcntl.htmlRegistered: Wed Feb 12 03:31:52 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 45.5K bytes - Viewed (0) -
contextvars — Context Variables — Python 3.13.2...
This module provides APIs to manage, store, and access context-local state. The ContextVar class is used to declare and work with Context Variables. The copy_context() function and the Context clas...docs.python.org/3/library/contextvars.htmlRegistered: Wed Feb 12 03:30:12 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 45.1K bytes - Viewed (0)