- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of about 10,000 for filetype:html (0.05 sec)
-
Built-in Exceptions — Python 3.14.2 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 Jan 26 03:19:53 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 140.7K bytes - Viewed (0) -
pprint — Data pretty printer — Python 3.14.2 do...
Source code: Lib/pprint.py The pprint module provides a capability to “pretty-print” arbitrary Python data structures in a form which can be used as input to the interpreter. If the formatted struc...docs.python.org/3/library/pprint.htmlRegistered: Mon Jan 26 03:18:56 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 61.1K bytes - Viewed (0) -
tkinter.font — Tkinter font wrapper — Python 3....
Source code: Lib/tkinter/font.py The tkinter.font module provides the Font class for creating and using named fonts. The different font weights and slants are:docs.python.org/3/library/tkinter.font.htmlRegistered: Mon Jan 26 03:20:47 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 25.1K bytes - Viewed (0) -
mimetypes — Map filenames to MIME types — Pytho...
Source code: Lib/mimetypes.py The mimetypes module converts between a filename or URL and the MIME type associated with the filename extension. Conversions are provided from filename to MIME type a...docs.python.org/3/library/mimetypes.htmlRegistered: Mon Jan 26 03:19:25 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 56.1K bytes - Viewed (0) -
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.htmlRegistered: Mon Jan 26 03:27:56 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 125.5K bytes - Viewed (0) -
poplib — POP3 protocol client — Python 3.14.2 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.htmlRegistered: Mon Jan 26 03:28:02 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 44K bytes - Viewed (0) -
multiprocessing.shared_memory — Shared memory f...
Source code: Lib/multiprocessing/shared_memory.py This module provides a class, SharedMemory, for the allocation and management of shared memory to be accessed by one or more processes on a multico...docs.python.org/3/library/multiprocessing.shared_memory.htmlRegistered: Mon Jan 26 03:27:34 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 72.1K bytes - Viewed (0) -
tempfile — Generate temporary files and directo...
Source code: Lib/tempfile.py This module creates temporary files and directories. It works on all supported platforms. TemporaryFile, NamedTemporaryFile, TemporaryDirectory, and SpooledTemporaryFil...docs.python.org/3/library/tempfile.htmlRegistered: Mon Jan 26 03:29:27 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 71.6K bytes - Viewed (0) -
bisect — Array bisection algorithm — Python 3.1...
Source code: Lib/bisect.py This module provides support for maintaining a list in sorted order without having to sort the list after each insertion. For long lists of items with expensive compariso...docs.python.org/3/library/bisect.htmlRegistered: Mon Jan 26 03:26:40 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 48.3K bytes - Viewed (0) -
asyncore — Asynchronous socket handler — Python...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.6. The removal was decided in PEP 594. Applications should use the asy...docs.python.org/3/library/asyncore.htmlRegistered: Mon Jan 26 03:27:27 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 15.1K bytes - Viewed (0)