- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of about 10,000 for filetype:html (0.04 sec)
-
logging.handlers — Logging handlers — Python 3....
Source code: Lib/logging/handlers.py Important: This page contains only reference information. For tutorials, please see Basic Tutorial, Advanced Tutorial, Logging Cookbook. The following useful ha...docs.python.org/3/library/logging.handlers.htmlRegistered: Wed Oct 15 04:17:15 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 155.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: Wed Oct 15 04:19:26 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 101K 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: Wed Oct 15 04:19:29 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 35.4K bytes - Viewed (0) -
Common Object Structures — Python 3.14.0 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: Wed Oct 15 04:19:38 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 118.3K 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 Oct 15 04:17:50 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 59.2K bytes - Viewed (0) -
smtplib — SMTP protocol client — Python 3.14.0 ...
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: Wed Oct 15 04:17:53 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 88.2K 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: Wed Oct 15 04:17:02 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 54.5K bytes - Viewed (0) -
csv — CSV File Reading and Writing — Python 3.1...
Source code: Lib/csv.py The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. CSV format was used for many years prior to att...docs.python.org/3/library/csv.htmlRegistered: Wed Oct 15 04:11:23 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 95.4K bytes - Viewed (0) -
io — Core tools for working with streams — Pyth...
Source code: Lib/io.py Overview: The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These ar...docs.python.org/3/library/io.htmlRegistered: Wed Oct 15 04:10:29 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 175.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: Wed Oct 15 04:10:44 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 70.4K bytes - Viewed (0)