- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 423 for host:docs.python.org (0.04 sec)
-
Tuple Objects — Python 3.13.3 documentation
Struct Sequence Objects: Struct sequence objects are the C equivalent of namedtuple() objects, i.e. a sequence whose items can also be accessed through attributes. To create a struct sequence, you ...docs.python.org/3/c-api/tuple.htmlRegistered: Wed Apr 16 03:23:53 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 54.8K bytes - Viewed (0) -
Futures — Python 3.13.3 documentation
Source code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...docs.python.org/3/library/asyncio-future.htmlRegistered: Wed Apr 16 03:24:37 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 41.9K 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: Wed Apr 16 03:28:02 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 111.5K bytes - Viewed (0) -
ssl — TLS/SSL wrapper for socket objects — Pyth...
Source code: Lib/ssl.py This module provides access to Transport Layer Security (often known as “Secure Sockets Layer”) encryption and peer authentication facilities for network sockets, both clien...docs.python.org/3/library/ssl.htmlRegistered: Wed Apr 16 03:28:11 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 335.3K bytes - Viewed (0) -
unicodedata — Unicode Database — Python 3.13.3 ...
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: Wed Apr 16 03:28:16 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 30.7K bytes - Viewed (0) -
http.cookiejar — Cookie handling for HTTP clien...
Source code: Lib/http/cookiejar.py The http.cookiejar module defines classes for automatic handling of HTTP cookies. It is useful for accessing web sites that require small pieces of data – cookies...docs.python.org/3/library/http.cookiejar.htmlRegistered: Wed Apr 16 03:26:03 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 117.9K bytes - Viewed (0) -
ftplib — FTP protocol client — Python 3.13.3 do...
Source code: Lib/ftplib.py This module defines the class FTP and a few related items. The FTP class implements the client side of the FTP protocol. You can use this to write Python programs that pe...docs.python.org/3/library/ftplib.htmlRegistered: Wed Apr 16 03:25:15 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 82K bytes - Viewed (0) -
modulefinder — Find modules used by a script — ...
Source code: Lib/modulefinder.py This module provides a ModuleFinder class that can be used to determine the set of modules imported by a script. modulefinder.py can also be run as a script, giving...docs.python.org/3/library/modulefinder.htmlRegistered: Wed Apr 16 03:25:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 27.1K bytes - Viewed (0) -
Buffer Protocol — Python 3.13.3 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: Wed Apr 16 03:27:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 90.2K bytes - Viewed (0) -
Tkinter Dialogs — Python 3.13.3 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: Wed Apr 16 03:27:33 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 46.2K bytes - Viewed (0)