- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 424 for host:docs.python.org (0.03 sec)
-
warnings — Warning control — Python 3.13.5 docu...
Source code: Lib/warnings.py Warning messages are typically issued in situations where it is useful to alert the user of some condition in a program, where that condition (normally) doesn’t warrant...docs.python.org/3/library/warnings.htmlRegistered: Fri Jun 27 03:51:48 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 83.5K bytes - Viewed (0) -
Tkinter Dialogs — Python 3.13.5 documentation
tkinter.simpledialog — Standard Tkinter input dialogs: Source code: Lib/tkinter/simpledialog.py The tkinter.simpledialog module contains convenience classes and functions for creating simple modal ...docs.python.org/3/library/dialog.htmlRegistered: Fri Jun 27 03:51:58 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 46K bytes - Viewed (0) -
Transports and Protocols — Python 3.13.5 docume...
Preface Transports and Protocols are used by the low-level event loop APIs such as loop.create_connection(). They use callback-based programming style and enable high-performance implementations of...docs.python.org/3/library/asyncio-protocol.htmlRegistered: Fri Jun 27 03:51:16 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 125K bytes - Viewed (0) -
__main__ — Top-level code environment — Python ...
In Python, the special name__main__ is used for two important constructs: the name of the top-level environment of the program, which can be checked using the__name__ == '__main__' expression; and,...docs.python.org/3/library/__main__.htmlRegistered: Fri Jun 27 03:51:30 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 48.3K bytes - Viewed (0) -
shutil — High-level file operations — Python 3....
Source code: Lib/shutil.py The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal...docs.python.org/3/library/shutil.htmlRegistered: Fri Jun 27 03:53:23 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 112.1K bytes - Viewed (0) -
Buffer Protocol — Python 3.13.5 documentation
Certain objects available in Python wrap access to an underlying memory array or buffer. Such objects include the built-in bytes and bytearray, and some extension types like array.array. Third-part...docs.python.org/3/c-api/buffer.htmlRegistered: Fri Jun 27 03:54:40 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 91K bytes - Viewed (0) -
venv — Creation of virtual environments — Pytho...
Source code: Lib/venv/ The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories. A virtual en...docs.python.org/3/library/venv.htmlRegistered: Fri Jun 27 03:54:55 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 97K bytes - Viewed (0) -
unicodedata — Unicode Database — Python 3.13.5 ...
This module provides access to the Unicode Character Database (UCD) which defines character properties for all Unicode characters. The data contained in this database is compiled from the UCD versi...docs.python.org/3/library/unicodedata.htmlRegistered: Fri Jun 27 03:54:58 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 30.6K bytes - Viewed (0) -
re — Regular expression operations — Python 3.1...
Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...docs.python.org/3/library/re.htmlRegistered: Fri Jun 27 03:43:34 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 238.6K bytes - Viewed (0) -
dataclasses — Data Classes — Python 3.13.5 docu...
Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...docs.python.org/3/library/dataclasses.htmlRegistered: Fri Jun 27 03:43:37 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 126.7K bytes - Viewed (0)