- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 298 for host:docs.python.org (0.02 sec)
-
copy — Shallow and deep copy operations — Pytho...
Source code: Lib/copy.py Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy ...docs.python.org/3/library/copy.htmlRegistered: Fri Jan 16 05:34:59 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 25.3K 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: Fri Jan 16 05:36:16 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 54.5K 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: Fri Jan 16 05:36:25 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 35.4K bytes - Viewed (0) -
Importing Modules — Python 3.14.2 documentation
Navigation index modules | next | previous | Python » 3.14.2 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/import.htmlRegistered: Fri Jan 16 05:33:30 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 73.9K bytes - Viewed (0) -
tty — Terminal control functions — Python 3.14....
Source code: Lib/tty.py The tty module defines functions for putting the tty into cbreak and raw modes. Availability: Unix. Because it requires the termios module, it will work only on Unix. The tt...docs.python.org/3/library/tty.htmlRegistered: Fri Jan 16 05:39:52 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 22.3K bytes - Viewed (0) -
Call Graph Introspection — Python 3.14.2 docume...
Source code: Lib/asyncio/graph.py asyncio has powerful runtime call graph introspection utilities to trace the entire call graph of a running coroutine or task, or a suspended future. These utiliti...docs.python.org/3/library/asyncio-graph.htmlRegistered: Fri Jan 16 05:42:29 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 31.3K bytes - Viewed (0) -
cgitb — Traceback manager for CGI scripts — Pyt...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. A fork of the module on PyPI c...docs.python.org/3/library/cgitb.htmlRegistered: Fri Jan 16 05:43:47 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 15K 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: Fri Jan 16 05:41:13 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 59.2K bytes - Viewed (0) -
zlib — Compression compatible with gzip — Pytho...
For applications that require data compression, the functions in this module allow compression and decompression, using the zlib library. This is an optional module. If it is missing from your copy...docs.python.org/3/library/zlib.htmlRegistered: Fri Jan 16 05:44:21 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 60.2K bytes - Viewed (0) -
smtplib — SMTP protocol client — Python 3.14.2 ...
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: Fri Jan 16 05:48:15 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 88.5K bytes - Viewed (0)