- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 423 for host:docs.python.org (0.02 sec)
-
gzip — Support for gzip files — Python 3.13.3 d...
Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. The data compression is provided by the zlib modu...docs.python.org/3/library/gzip.htmlRegistered: Wed Apr 09 03:14:59 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 50.8K bytes - Viewed (0) -
Built-in Types — Python 3.13.3 documentation
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...docs.python.org/3/library/stdtypes.htmlRegistered: Wed Apr 09 03:15:33 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 638.8K bytes - Viewed (0) -
signal — Set handlers for asynchronous events —...
Source code: Lib/signal.py This module provides mechanisms to use signal handlers in Python. General rules: The signal.signal() function allows defining custom handlers to be executed when a signal...docs.python.org/3/library/signal.htmlRegistered: Wed Apr 09 03:17:20 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 106.2K bytes - Viewed (0) -
io — Core tools for working with streams — Pyth...
Source code: Lib/io.py Overview: The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These ar...docs.python.org/3/library/io.htmlRegistered: Wed Apr 09 03:17:27 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 164.9K 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. The zlib library has its own home page at https://www.zlib....docs.python.org/3/library/zlib.htmlRegistered: Wed Apr 09 03:17:42 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 45.3K bytes - Viewed (0) -
contextlib — Utilities for with-statement conte...
Source code: Lib/contextlib.py This module provides utilities for common tasks involving the with statement. For more information see also Context Manager Types and With Statement Context Managers....docs.python.org/3/library/contextlib.htmlRegistered: Wed Apr 09 03:16:23 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 129.3K bytes - Viewed (0) -
email.charset: Representing character sets — Py...
Source code: Lib/email/charset.py This module is part of the legacy ( Compat32) email API. In the new API only the aliases table is used. The remaining text in this section is the original document...docs.python.org/3/library/email.charset.htmlRegistered: Wed Apr 09 03:16:33 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 34.6K bytes - Viewed (0) -
math — Mathematical functions — Python 3.13.3 d...
This module provides access to the mathematical functions defined by the C standard. These functions cannot be used with complex numbers; use the functions of the same name from the cmath module if...docs.python.org/3/library/math.htmlRegistered: Wed Apr 09 03:18:17 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 114.7K bytes - Viewed (0) -
Importing Modules — Python 3.13.3 documentation
Navigation index modules | next | previous | Python » 3.13.3 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/import.htmlRegistered: Wed Apr 09 03:18:27 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 68.5K bytes - Viewed (0) -
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: Wed Apr 09 03:17:03 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 24.9K bytes - Viewed (0)