- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 437 for host:docs.python.org (0.03 sec)
-
threading — Thread-based parallelism — Python 3...
Source code: Lib/threading.py This module constructs higher-level threading interfaces on top of the lower level_thread module. Availability: not WASI. This module does not work or is not available...docs.python.org/3/library/threading.htmlRegistered: Wed Nov 05 05:05:28 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 161.7K bytes - Viewed (0) -
unittest.mock — mock object library — Python 3....
Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they hav...docs.python.org/3/library/unittest.mock.htmlRegistered: Wed Nov 05 05:06:21 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 400K bytes - Viewed (0) -
pickle — Python object serialization — Python 3...
Source code: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is...docs.python.org/3/library/pickle.htmlRegistered: Wed Nov 05 05:07:52 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 169K bytes - Viewed (0) -
Built-in Functions — Python 3.14.0 documentation
The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(), a...docs.python.org/3/library/functions.htmlRegistered: Wed Nov 05 05:08:39 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 311.9K bytes - Viewed (0) -
Operating System Utilities — Python 3.14.0 docu...
System Functions: These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is conta...docs.python.org/3/c-api/sys.htmlRegistered: Wed Nov 05 05:10:01 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 76.1K bytes - Viewed (0) -
poplib — POP3 protocol client — Python 3.14.0 d...
Source code: Lib/poplib.py This module defines a class, POP3, which encapsulates a connection to a POP3 server and implements the protocol as defined in RFC 1939. The POP3 class supports both the m...docs.python.org/3/library/poplib.htmlRegistered: Wed Nov 05 05:11:46 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 44K bytes - Viewed (0) -
Code Objects — Python 3.14.0 documentation
Code objects are a low-level detail of the CPython implementation. Each one represents a chunk of executable code that hasn’t yet been bound into a function. Code Object Flags: Code objects contain...docs.python.org/3/c-api/code.htmlRegistered: Wed Nov 05 05:11:50 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 68.1K bytes - Viewed (0) -
compression.zstd — Compression compatible with ...
Source code: Lib/compression/zstd/__init__.py This module provides classes and functions for compressing and decompressing data using the Zstandard (or zstd) compression algorithm. The zstd manual ...docs.python.org/3/library/compression.zstd.htmlRegistered: Wed Nov 05 05:09:46 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 126K bytes - Viewed (0) -
os — Miscellaneous operating system interfaces ...
Source code: Lib/os.py This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, s...docs.python.org/3/library/os.htmlRegistered: Wed Nov 05 04:58:17 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 716.2K bytes - Viewed (0) -
3. Data model — Python 3.14.0 documentation
Objects, values and types: Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. (In a sense, and in conformance to Von ...docs.python.org/3/reference/datamodel.htmlRegistered: Wed Nov 05 04:58:22 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 452.3K bytes - Viewed (0)