- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1351 - 1360 of about 10,000 for timestamp:[now/d-1M TO *] (0.78 sec)
-
winreg — Windows registry access — Python 3.14....
These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are closed correctly, even if the p...docs.python.org/3/library/winreg.htmlRegistered: Wed Nov 05 04:55:53 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 92K bytes - Viewed (0) -
inspect — Inspect live objects — Python 3.14.0 ...
Source code: Lib/inspect.py The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, ...docs.python.org/3/library/inspect.htmlRegistered: Wed Nov 05 04:55:28 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 201.5K bytes - Viewed (0) -
dis — Disassembler for Python bytecode — Python...
Source code: Lib/dis.py The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode....docs.python.org/3/library/dis.htmlRegistered: Wed Nov 05 04:55:31 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 223.4K bytes - Viewed (0) -
ast — Abstract syntax trees — Python 3.14.0 doc...
Source code: Lib/ast.py The ast module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this modul...docs.python.org/3/library/ast.htmlRegistered: Wed Nov 05 04:56:14 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 353.1K bytes - Viewed (0) -
IDLE — Python editor and shell — Python 3.14.0 ...
Source code: Lib/idlelib/ IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: cross-platform: works mostly the same on Windows, Unix, and macOS, Pytho...docs.python.org/3/library/idle.htmlRegistered: Wed Nov 05 04:57:52 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 81.9K bytes - Viewed (0) -
3.14.0 Documentation
docs.python.org/3/index.htmlRegistered: Wed Nov 05 04:57:58 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 17.4K bytes - Viewed (0) -
Index — Python 3.14.0 documentation
Navigation index modules | Python » 3.14.0 Documentation » Index | Theme Auto Light Dark | Index Index pages by lette...docs.python.org/3/genindex.htmlRegistered: Wed Nov 05 04:56:37 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 10.7K bytes - Viewed (0) -
time — Time access and conversions — Python 3.1...
This module provides various time-related functions. For related functionality, see also the datetime and calendar modules. Although this module is always available, not all functions are available...docs.python.org/3/library/time.htmlRegistered: Wed Nov 05 04:54:58 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 123.2K bytes - Viewed (0) -
tokenize — Tokenizer for Python source — Python...
Source code: Lib/tokenize.py The tokenize module provides a lexical scanner for Python source code, implemented in Python. The scanner in this module returns comments as tokens as well, making it u...docs.python.org/3/library/tokenize.htmlRegistered: Wed Nov 05 04:54:20 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 43.5K bytes - Viewed (0) -
compileall — Byte-compile Python libraries — Py...
Source code: Lib/compileall.py This module provides some utility functions to support installing Python libraries. These functions compile Python source files in a directory tree. This module can b...docs.python.org/3/library/compileall.htmlRegistered: Wed Nov 05 04:57:21 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 54.9K bytes - Viewed (0)