- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 791 - 800 of about 10,000 for filetype:html (0.63 sec)
-
marshal — Internal Python object serialization ...
This module contains functions that can read and write Python values in a binary format. The format is specific to Python, but independent of machine architecture issues (e.g., you can write a Pyth...docs.python.org/3/library/marshal.htmlRegistered: Fri Dec 05 04:18:38 UTC 2025 - Last Modified: Thu Dec 04 14:58:16 UTC 2025 - 35.5K bytes - Viewed (0) -
Capsules — Python 3.14.1 documentation
docs.python.org/3/c-api/capsule.htmlRegistered: Fri Dec 05 04:15:47 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 37.4K bytes - Viewed (0) -
Event Loop — Python 3.14.1 documentation
Source code: Lib/asyncio/events.py, Lib/asyncio/base_events.py Preface The event loop is the core of every asyncio application. Event loops run asynchronous tasks and callbacks, perform network IO ...docs.python.org/3/library/asyncio-eventloop.htmlRegistered: Fri Dec 05 04:12:26 UTC 2025 - Last Modified: Thu Dec 04 14:58:16 UTC 2025 - 236.6K bytes - Viewed (0) -
pathlib — Object-oriented filesystem paths — Py...
Source code: Lib/pathlib/ This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which pro...docs.python.org/3/library/pathlib.htmlRegistered: Fri Dec 05 04:12:29 UTC 2025 - Last Modified: Thu Dec 04 14:58:16 UTC 2025 - 261.7K bytes - Viewed (0) -
turtle — Turtle graphics — Python 3.14.1 docume...
Source code: Lib/turtle.py Introduction: Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and Cynthia Solo...docs.python.org/3/library/turtle.htmlRegistered: Fri Dec 05 04:11:35 UTC 2025 - Last Modified: Thu Dec 04 14:58:16 UTC 2025 - 321.5K bytes - Viewed (0) -
token — Constants used with Python parse trees ...
Source code: Lib/token.py This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). Refer to the file Grammar/Tokens in the Python distrib...docs.python.org/3/library/token.htmlRegistered: Fri Dec 05 04:10:50 UTC 2025 - Last Modified: Thu Dec 04 14:58:16 UTC 2025 - 63.3K bytes - Viewed (0) -
email.parser: Parsing email messages — Python 3...
Source code: Lib/email/parser.py Message object structures can be created in one of two ways: they can be created from whole cloth by creating an EmailMessage object, adding headers using the dicti...docs.python.org/3/library/email.parser.htmlRegistered: Fri Dec 05 04:10:57 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 61.9K bytes - Viewed (0) -
email.generator: Generating MIME documents — Py...
Source code: Lib/email/generator.py One of the most common tasks is to generate the flat (serialized) version of the email message represented by a message object structure. You will need to do thi...docs.python.org/3/library/email.generator.htmlRegistered: Fri Dec 05 04:11:01 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 52.4K bytes - Viewed (0) -
winsound — Sound-playing interface for Windows ...
The winsound module provides access to the basic sound-playing machinery provided by Windows platforms. It includes functions and several constants. Availability: Windows.docs.python.org/3/library/winsound.htmlRegistered: Fri Dec 05 04:12:03 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 33.7K bytes - Viewed (0) -
importlib.resources – Package resource reading,...
Source code: Lib/importlib/resources/__init__.py This module leverages Python’s import system to provide access to resources within packages. “Resources” are file-like resources associated with a m...docs.python.org/3/library/importlib.resources.htmlRegistered: Fri Dec 05 04:12:12 UTC 2025 - Last Modified: Thu Dec 04 14:58:16 UTC 2025 - 44.6K bytes - Viewed (0)