- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of about 10,000 for timestamp:[now/d-7d TO *] (0.08 sec)
-
Allocating Objects on the Heap — Python 3.13.7 ...
Navigation index modules | next | previous | Python » 3.13.7 Documentation » Python/C API Reference Manual » Object I...docs.python.org/3/c-api/allocation.htmlRegistered: Mon Aug 25 03:52:55 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 24K bytes - Viewed (0) -
3. Data model — Python 3.13.7 documentation
Objects, values and types: Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. (In a sense, and in conformance to Von ...docs.python.org/3/reference/datamodel.htmlRegistered: Mon Aug 25 03:50:42 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 436.3K bytes - Viewed (0) -
webbrowser — Convenient web-browser controller ...
Source code: Lib/webbrowser.py The webbrowser module provides a high-level interface to allow displaying web-based documents to users. Under most circumstances, simply calling the open() function f...docs.python.org/3/library/webbrowser.htmlRegistered: Mon Aug 25 03:51:27 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 40.4K bytes - Viewed (0) -
Built-in Exceptions — Python 3.13.7 documentation
In Python, all exceptions must be instances of a class that derives from BaseException. In a try statement with an except clause that mentions a particular class, that clause also handles any excep...docs.python.org/3/library/exceptions.htmlRegistered: Mon Aug 25 03:51:40 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 139.7K bytes - Viewed (0) -
unittest.mock — mock object library — Python 3....
Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they hav...docs.python.org/3/library/unittest.mock.htmlRegistered: Mon Aug 25 03:51:43 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 399.9K bytes - Viewed (0) -
tkinter — Python interface to Tcl/Tk — Python 3...
Source code: Lib/tkinter/__init__.py The tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, inclu...docs.python.org/3/library/tkinter.htmlRegistered: Mon Aug 25 03:53:27 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 110.6K bytes - Viewed (0) -
Policies — Python 3.13.7 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.htmlRegistered: Mon Aug 25 03:53:36 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 43.9K bytes - Viewed (0) -
pickle — Python object serialization — Python 3...
Source code: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is...docs.python.org/3/library/pickle.htmlRegistered: Mon Aug 25 03:51:16 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 165.7K bytes - Viewed (0) -
tarfile — Read and write tar archive files — Py...
Source code: Lib/tarfile.py The tarfile module makes it possible to read and write tar archives, including those using gzip, bz2 and lzma compression. Use the zipfile module to read or write.zip fi...docs.python.org/3/library/tarfile.htmlRegistered: Mon Aug 25 03:51:21 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 185.7K bytes - Viewed (0) -
tkinter.ttk — Tk themed widgets — Python 3.13.7...
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.htmlRegistered: Mon Aug 25 03:52:12 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 146.7K bytes - Viewed (0)