- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 437 for host:docs.python.org (0.02 sec)
-
Complex Number Objects — Python 3.14.0 document...
Python’s complex number objects are implemented as two distinct types when viewed from the C API: one is the Python object exposed to Python programs, and the other is a C structure which represent...docs.python.org/3/c-api/complex.htmlRegistered: Wed Nov 05 05:13:20 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 38.7K bytes - Viewed (0) -
imaplib — IMAP4 protocol client — Python 3.14.0...
Source code: Lib/imaplib.py This module defines three classes, IMAP4, IMAP4_SSL and IMAP4_stream, which encapsulate a connection to an IMAP4 server and implement a large subset of the IMAP4rev1 cli...docs.python.org/3/library/imaplib.htmlRegistered: Wed Nov 05 05:14:40 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 99.8K bytes - Viewed (0) -
operator — Standard operators as functions — Py...
Source code: Lib/operator.py The operator module exports a set of efficient functions corresponding to the intrinsic operators of Python. For example, operator.add(x, y) is equivalent to the expres...docs.python.org/3/library/operator.htmlRegistered: Wed Nov 05 05:12:39 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 114.5K bytes - Viewed (0) -
wsgiref — WSGI Utilities and Reference Implemen...
Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...docs.python.org/3/library/wsgiref.htmlRegistered: Wed Nov 05 05:01:22 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 124.8K bytes - Viewed (0) -
Bytes Objects — Python 3.14.0 documentation
These functions raise TypeError when expecting a bytes parameter and called with a non-bytes parameter.docs.python.org/3/c-api/bytes.htmlRegistered: Wed Nov 05 05:01:28 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 45.1K bytes - Viewed (0) -
_thread — Low-level threading API — Python 3.14...
This module provides low-level primitives for working with multiple threads (also called light-weight processes or tasks) — multiple threads of control sharing their global data space. For synchron...docs.python.org/3/library/_thread.htmlRegistered: Wed Nov 05 05:01:36 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 32.8K bytes - Viewed (0) -
sys — System-specific parameters and functions ...
This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available. Unless explicitly noted oth...docs.python.org/3/library/sys.htmlRegistered: Wed Nov 05 05:00:46 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 258.4K bytes - Viewed (0) -
uuid — UUID objects according to RFC 9562 — Pyt...
Source code: Lib/uuid.py This module provides immutable UUID objects (the UUID class) and functions for generating UUIDs corresponding to a specific UUID version as specified in RFC 9562(which supe...docs.python.org/3/library/uuid.htmlRegistered: Wed Nov 05 05:00:02 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 67.1K bytes - Viewed (0) -
gettext — Multilingual internationalization ser...
Source code: Lib/gettext.py The gettext module provides internationalization (I18N) and localization (L10N) services for your Python modules and applications. It supports both the GNU gettext messa...docs.python.org/3/library/gettext.htmlRegistered: Wed Nov 05 04:58:53 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 87.9K bytes - Viewed (0) -
curses.ascii — Utilities for ASCII characters —...
Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...docs.python.org/3/library/curses.ascii.htmlRegistered: Wed Nov 05 04:56:43 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 43.2K bytes - Viewed (0)