- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 437 for host:docs.python.org (0.02 sec)
-
Data marshalling support — Python 3.14.0 docume...
These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functio...docs.python.org/3/c-api/marshal.htmlRegistered: Wed Nov 05 05:33:55 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 27.6K bytes - Viewed (0) -
Internet Protocols and Support — Python 3.14.0 ...
The modules described in this chapter implement internet protocols and support for related technology. They are all implemented in Python. Most of these modules require the presence of the system-d...docs.python.org/3/library/internet.htmlRegistered: Wed Nov 05 05:36:22 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 34.1K bytes - Viewed (0) -
MemoryView objects — Python 3.14.0 documentation
A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like any other object.docs.python.org/3/c-api/memoryview.htmlRegistered: Wed Nov 05 05:36:25 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 24.3K bytes - Viewed (0) -
Slice Objects — Python 3.14.0 documentation
docs.python.org/3/c-api/slice.htmlRegistered: Wed Nov 05 05:35:02 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 34.5K bytes - Viewed (0) -
test — Regression tests package for Python — Py...
The test package contains all regression tests for Python as well as the modules test.support and test.regrtest. test.support is used to enhance your tests while test.regrtest drives the testing su...docs.python.org/3/library/test.htmlRegistered: Wed Nov 05 05:08:56 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 238.6K bytes - Viewed (0) -
weakref — Weak references — Python 3.14.0 docum...
Source code: Lib/weakref.py The weakref module allows the Python programmer to create weak references to objects. In the following, the term referent means the object which is referred to by a weak...docs.python.org/3/library/weakref.htmlRegistered: Wed Nov 05 05:11:41 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 78.3K bytes - Viewed (0) -
importlib.resources.abc – Abstract base classes...
docs.python.org/3/library/importlib.resources.abc.htmlRegistered: Wed Nov 05 05:08:22 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 33.4K bytes - Viewed (0) -
sysconfig — Provide access to Python’s configur...
Source code: Lib/sysconfig The sysconfig module provides access to Python’s configuration information like the list of installation paths and the configuration variables relevant for the current pl...docs.python.org/3/library/sysconfig.htmlRegistered: Wed Nov 05 05:08:26 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 62.5K bytes - Viewed (0) -
socketserver — A framework for network servers ...
Source code: Lib/socketserver.py The socketserver module simplifies the task of writing network servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See We...docs.python.org/3/library/socketserver.htmlRegistered: Wed Nov 05 05:10:48 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 106K bytes - Viewed (0) -
socket — Low-level networking interface — Pytho...
Source code: Lib/socket.py This module provides access to the BSD socket interface. It is available on all modern Unix systems, Windows, MacOS, and probably additional platforms. Availability: not ...docs.python.org/3/library/socket.htmlRegistered: Wed Nov 05 05:07:24 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 304.3K bytes - Viewed (0)