- Sort Score
- Num 10 results
- Language All
- Labels All
Results 21 - 30 of over 10,000 for timestamp:[now/d-7d TO *] (0.05 seconds)
-
compression.zstd — Compression compatible with ...
Source code: Lib/compression/zstd/__init__.py This module provides classes and functions for compressing and decompressing data using the Zstandard (or zstd) compression algorithm. The zstd manual ...docs.python.org/3/library/compression.zstd.htmlThu Jun 04 20:51:28 GMT 2026 17.5K bytes -
runpy — Locating and executing Python modules —...
Source code: Lib/runpy.py The runpy module is used to locate and run Python modules without importing them first. Its main use is to implement the-m command line switch that allows scripts to be lo...docs.python.org/3/library/runpy.htmlThu Jun 04 20:51:28 GMT 2026 6.7K bytes -
Policies — Python 3.14.5 documentation
An event loop policy is a global object used to get and set the current event loop, as well as create new event loops. The default policy can be replaced with built-in alternatives to use different...docs.python.org/3/library/asyncio-policy.htmlThu Jun 04 20:51:28 GMT 2026 5.5K bytes -
Code Objects — Python 3.14.5 documentation
Code objects are a low-level detail of the CPython implementation. Each one represents a chunk of executable code that hasn’t yet been bound into a function. Code Object Flags: Code objects contain...docs.python.org/3/c-api/code.htmlThu Jun 04 20:51:28 GMT 2026 10.5K bytes -
tkinter.messagebox — Tkinter message prompts — ...
Source code: Lib/tkinter/messagebox.py The tkinter.messagebox module provides a template base class as well as a variety of convenience methods for commonly used configurations. The message boxes a...docs.python.org/3/library/tkinter.messagebox.htmlThu Jun 04 20:51:28 GMT 2026 6.9K bytes -
poplib — POP3 protocol client — Python 3.14.5 d...
Source code: Lib/poplib.py This module defines a class, POP3, which encapsulates a connection to a POP3 server and implements the protocol as defined in RFC 1939. The POP3 class supports both the m...docs.python.org/3/library/poplib.htmlThu Jun 04 20:51:28 GMT 2026 9.1K bytes -
Operating System Utilities — Python 3.14.5 docu...
System Functions: These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is conta...docs.python.org/3/c-api/sys.htmlThu Jun 04 20:51:28 GMT 2026 12.3K bytes -
Object Protocol — Python 3.14.5 documentation
Navigation index modules | next | previous | Python » 3.14.5 Documentation » Python/C API reference manual » Abstract...docs.python.org/3/c-api/object.htmlThu Jun 04 20:51:28 GMT 2026 16K bytes -
tracemalloc — Trace memory allocations — Python...
Source code: Lib/tracemalloc.py The tracemalloc module is a debug tool to trace memory blocks allocated by Python. It provides the following information: Traceback where an object was allocated, St...docs.python.org/3/library/tracemalloc.htmlThu Jun 04 20:51:28 GMT 2026 15.8K bytes -
tkinter.ttk — Tk themed widgets — Python 3.14.5...
Source code: Lib/tkinter/ttk.py The tkinter.ttk module provides access to the Tk themed widget set, introduced in Tk 8.5. It provides additional benefits including anti-aliased font rendering under...docs.python.org/3/library/tkinter.ttk.htmlThu Jun 04 20:51:28 GMT 2026 23.4K bytes