- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 423 for host:docs.python.org (0.03 sec)
-
Supporting Cyclic Garbage Collection — Python 3...
Python’s support for detecting and collecting garbage which involves circular references requires support from object types which are “containers” for other objects which may also be containers. Ty...docs.python.org/3/c-api/gcsupport.htmlRegistered: Wed Feb 12 03:31:23 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 52.5K bytes - Viewed (0) -
sunau — Read and write Sun AU files — Python 3....
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/sunau.htmlRegistered: Wed Feb 12 03:31:26 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 14.3K bytes - Viewed (0) -
File Objects — Python 3.13.2 documentation
These APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...docs.python.org/3/c-api/file.htmlRegistered: Wed Feb 12 03:31:29 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 29.1K bytes - Viewed (0) -
turtle — Turtle graphics — Python 3.13.2 docume...
Source code: Lib/turtle.py Introduction: Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and Cynthia Solo...docs.python.org/3/library/turtle.htmlRegistered: Wed Feb 12 03:21:45 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 297.7K bytes - Viewed (0) -
hmac — Keyed-Hashing for Message Authentication...
Source code: Lib/hmac.py This module implements the HMAC algorithm as described by RFC 2104. An HMAC object has the following methods: A hash object has the following attributes: This module also p...docs.python.org/3/library/hmac.htmlRegistered: Wed Feb 12 03:23:45 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 27K bytes - Viewed (0) -
ensurepip — Bootstrapping the pip installer — P...
Source code: Lib/ensurepip The ensurepip package provides support for bootstrapping the pip installer into an existing Python installation or virtual environment. This bootstrapping approach reflec...docs.python.org/3/library/ensurepip.htmlRegistered: Wed Feb 12 03:23:49 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 26.8K bytes - Viewed (0) -
faulthandler — Dump the Python traceback — Pyth...
This module contains functions to dump Python tracebacks explicitly, on a fault, after a timeout, or on a user signal. Call faulthandler.enable() to install fault handlers for the SIGSEGV, SIGFPE, ...docs.python.org/3/library/faulthandler.htmlRegistered: Wed Feb 12 03:23:53 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 35.1K bytes - Viewed (0) -
http.client — HTTP protocol client — Python 3.1...
Source code: Lib/http/client.py This module defines classes that implement the client side of the HTTP and HTTPS protocols. It is normally not used directly — the module urllib.request uses it to h...docs.python.org/3/library/http.client.htmlRegistered: Wed Feb 12 03:23:56 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 93.6K bytes - Viewed (0) -
winsound — Sound-playing interface for Windows ...
The winsound module provides access to the basic sound-playing machinery provided by Windows platforms. It includes functions and several constants.docs.python.org/3/library/winsound.htmlRegistered: Wed Feb 12 03:24:12 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 28.7K bytes - Viewed (0) -
shelve — Python object persistence — Python 3.1...
Source code: Lib/shelve.py A “shelf” is a persistent, dictionary-like object. The difference with “dbm” databases is that the values (not the keys!) in a shelf can be essentially arbitrary Python o...docs.python.org/3/library/shelve.htmlRegistered: Wed Feb 12 03:24:19 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 39.9K bytes - Viewed (0)