- Sort Score
- Num 10 results
- Language All
- Labels All
Results 121 - 130 of 8,509 for timestamp:[now/d-7d TO *] (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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.htmlThu Jun 04 20:51:28 GMT 2026 6.5K bytes -
pdb — The Python Debugger — Python 3.14.5 docum...
Source code: Lib/pdb.py The module pdb defines an interactive source code debugger for Python programs. It supports setting (conditional) breakpoints and single stepping at the source line level, i...docs.python.org/3/library/pdb.htmlThu Jun 04 20:51:28 GMT 2026 17.9K bytes -
6. Modules — Python 3.14.5 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.htmlThu Jun 04 20:51:28 GMT 2026 15.7K bytes -
zipfile — Work with ZIP archives — Python 3.14....
Source code: Lib/zipfile/ The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this ...docs.python.org/3/library/zipfile.htmlThu Jun 04 20:51:28 GMT 2026 20.1K bytes -
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.htmlThu Jun 04 20:51:28 GMT 2026 22.8K bytes -
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.htmlThu Jun 04 20:51:28 GMT 2026 5.7K bytes -
codecs — Codec registry and base classes — Pyth...
Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...docs.python.org/3/library/codecs.htmlThu Jun 04 20:51:28 GMT 2026 27.7K bytes -
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.htmlThu Jun 04 20:51:28 GMT 2026 24.8K bytes -
email.headerregistry: Custom Header Objects — P...
Source code: Lib/email/headerregistry.py Headers are represented by customized subclasses of str. The particular class used to represent a given header is determined by the header_factory of the po...docs.python.org/3/library/email.headerregistry.htmlThu Jun 04 20:51:28 GMT 2026 12.6K bytes -
importlib — The implementation of import — Pyth...
Source code: Lib/importlib/__init__.py Introduction: The purpose of the importlib package is three-fold. One is to provide the implementation of the import statement (and thus, by extension, the__i...docs.python.org/3/library/importlib.htmlThu Jun 04 20:51:28 GMT 2026 27.1K bytes