- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1041 - 1050 of about 10,000 for timestamp:[now/d-7d TO *] (0.12 sec)
-
6. Modules — Python 3.13.2 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 Feb 21 03:16:44 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 71.1K bytes - Viewed (0) -
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.htmlRegistered: Fri Feb 21 03:16:47 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 70K 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: Fri Feb 21 03:16:57 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 24.8K 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: Fri Feb 21 03:17:00 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 164.8K bytes - Viewed (0) -
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.htmlRegistered: Fri Feb 21 03:17:03 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 221.7K bytes - Viewed (0) -
Module Objects — Python 3.13.2 documentation
Initializing C modules: Modules objects are usually created from extension modules (shared libraries which export an initialization function), or compiled-in modules (where the initialization funct...docs.python.org/3/c-api/module.htmlRegistered: Fri Feb 21 03:18:48 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 109.6K bytes - Viewed (0) -
8. Compound statements — Python 3.13.2 document...
Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...docs.python.org/3/reference/compound_stmts.htmlRegistered: Fri Feb 21 03:17:31 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 210K bytes - Viewed (0) -
4. More Control Flow Tools — Python 3.13.2 docu...
As well as the while statement just introduced, Python uses a few more that we will encounter in this chapter. if Statements: Perhaps the most well-known statement type is the if statement. For exa...docs.python.org/3/tutorial/controlflow.htmlRegistered: Fri Feb 21 03:18:16 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 135.7K bytes - Viewed (0) -
Importing Modules — Python 3.13.2 documentation
Navigation index modules | next | previous | Python » 3.13.2 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/import.htmlRegistered: Fri Feb 21 03:19:16 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 68.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 Feb 21 03:19:00 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 185.1K bytes - Viewed (0)