- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 398 for host:docs.python.org (0.05 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 Nov 15 03:30:22 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 27.3K bytes - Viewed (0) -
gzip — Support for gzip files — Python 3.13.0 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: Fri Nov 15 03:28:35 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 53.2K bytes - Viewed (0) -
Extending — Python 3.13.0 documentation
The main direction for asyncio extending is writing custom event loop classes. Asyncio has helpers that could be used to simplify this task. Writing a Custom Event Loop: asyncio.AbstractEventLoop d...docs.python.org/3/library/asyncio-extending.htmlRegistered: Fri Nov 15 03:28:47 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 26.4K bytes - Viewed (0) -
6. Modules — Python 3.13.0 documentation
If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...docs.python.org/3/tutorial/modules.htmlRegistered: Fri Nov 15 03:28:53 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 70.4K bytes - Viewed (0) -
mailbox — Manipulate mailboxes in various forma...
Source code: Lib/mailbox.py This module defines two classes, Mailbox and Message, for accessing and manipulating on-disk mailboxes and the messages they contain. Mailbox offers a dictionary-like ma...docs.python.org/3/library/mailbox.htmlRegistered: Fri Nov 15 03:30:54 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 224.1K bytes - Viewed (0) -
9. Top-level components — Python 3.13.0 documen...
The Python interpreter can get its input from a number of sources: from a script passed to it as standard input or as program argument, typed in interactively, from a module source file, etc. This ...docs.python.org/3/reference/toplevel_components.htmlRegistered: Fri Nov 15 03:29:28 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 20.2K bytes - Viewed (0) -
timeit — Measure execution time of small code s...
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...docs.python.org/3/library/timeit.htmlRegistered: Fri Nov 15 03:29:00 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 59.1K bytes - Viewed (0) -
Importing Modules — Python 3.13.0 documentation
Navigation index modules | next | previous | Python » 3.13.0 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/import.htmlRegistered: Fri Nov 15 03:30:41 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 68.5K bytes - Viewed (0) -
fcntl — The fcntl and ioctl system calls — Pyth...
This module performs file and I/O control on file descriptors. It is an interface to the fcntl() and ioctl() Unix routines. See the fcntl(2) and ioctl(2) Unix manual pages for full details. Availab...docs.python.org/3/library/fcntl.htmlRegistered: Fri Nov 15 03:52:58 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 48.6K bytes - Viewed (0) -
Sorting Techniques — Python 3.13.0 documentation
Author, Andrew Dalke and Raymond Hettinger,. Python lists have a built-in list.sort() method that modifies the list in-place. There is also a sorted() built-in function that builds a new sorted lis...docs.python.org/3/howto/sorting.htmlRegistered: Fri Nov 15 03:54:57 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 53.8K bytes - Viewed (0)