- Sort Score
- Num 10 results
- Language All
- Labels All
Results 361 - 370 of over 10,000 for timestamp:[now/d-1M TO *] (0.17 seconds)
-
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.htmlTue Apr 28 13:41:05 GMT 2026 10.8K bytes -
Importing Modules — Python 3.14.4 documen...
Navigation index modules | next | previous | Python » 3.14.4 Documentation » Python/C API reference manual ...docs.python.org/3/c-api/import.htmlTue Apr 28 13:41:04 GMT 2026 10.3K bytes -
8. Compound statements — Python 3.14.4 do...
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.htmlWed Apr 29 06:55:52 GMT 2026 32.4K bytes -
4. More Control Flow Tools — Python 3.14....
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.htmlTue Apr 28 13:41:03 GMT 2026 23K bytes -
platform — Access to underlying platform’s iden...
Source code: Lib/platform.py Cross platform: Java platform: Windows platform: macOS platform: iOS platform: Unix platforms: Linux platforms: Android platform: Command-line usage: platform can also ...docs.python.org/3/library/platform.htmlWed Apr 29 06:55:53 GMT 2026 11K bytes -
configparser — Configuration file parser —...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlTue Apr 28 13:41:04 GMT 2026 26.4K bytes -
email.headerregistry: Custom Header Objects ...
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.htmlTue Apr 28 13:41:05 GMT 2026 12.6K bytes -
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.htmlWed Apr 29 06:55:53 GMT 2026 18.6K bytes -
itertools — Functions creating iterators for ef...
This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each has been recast in a form suitable for Python. The module standardizes a core set...docs.python.org/3/library/itertools.htmlWed Apr 29 06:55:53 GMT 2026 23.3K bytes -
Thread states and the global interpreter lock &...
Unless on a free-threaded build of CPython, the Python interpreter is generally not thread-safe. In order to support multi-threaded Python programs, there’s a global lock, called the global interpr...docs.python.org/3/c-api/threads.htmlWed Apr 29 06:55:52 GMT 2026 17.1K bytes