- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 422 for host:docs.python.org (0.14 sec)
-
curses.ascii — Utilities for ASCII characters —...
Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...docs.python.org/3/library/curses.ascii.htmlRegistered: Mon Nov 25 16:27:58 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 59.9K bytes - Viewed (0) -
Slice Objects — Python 3.13.0 documentation
docs.python.org/3/c-api/slice.htmlRegistered: Mon Nov 25 18:07:18 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 33.3K bytes - Viewed (0) -
tomllib — Parse TOML files — Python 3.13.0 docu...
Source code: Lib/tomllib This module provides an interface for parsing TOML 1.0.0 (Tom’s Obvious Minimal Language, https://toml.io). This module does not support writing TOML. This module defines t...docs.python.org/3/library/tomllib.htmlRegistered: Mon Nov 25 18:06:19 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 25.3K bytes - Viewed (0) -
getopt — C-style parser for command line option...
Source code: Lib/getopt.py This module helps scripts to parse the command line arguments in sys.argv. It supports the same conventions as the Unix getopt() function (including the special meanings ...docs.python.org/3/library/getopt.htmlRegistered: Mon Nov 25 18:03:03 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 34.2K bytes - Viewed (0) -
uu — Encode and decode uuencode files — Python ...
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/uu.htmlRegistered: Mon Nov 25 18:06:54 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 14.4K bytes - Viewed (0) -
keyword — Testing for Python keywords — Python ...
Source code: Lib/keyword.py This module allows a Python program to determine if a string is a keyword or soft keyword.docs.python.org/3/library/keyword.htmlRegistered: Mon Nov 25 18:09:57 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 19.3K bytes - Viewed (0) -
stringprep — Internet String Preparation — Pyth...
Source code: Lib/stringprep.py When identifying things (such as host names) in the internet, it is often necessary to compare such identifications for “equality”. Exactly how this comparison is exe...docs.python.org/3/library/stringprep.htmlRegistered: Mon Nov 25 18:08:59 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 34.3K bytes - Viewed (0) -
Cell Objects — Python 3.13.0 documentation
“Cell” objects are used to implement variables referenced by multiple scopes. For each such variable, a cell object is created to store the value; the local variables of each stack frame that refer...docs.python.org/3/c-api/cell.htmlRegistered: Mon Nov 25 18:15:16 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 21K bytes - Viewed (0) -
Data marshalling support — Python 3.13.0 docume...
These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functio...docs.python.org/3/c-api/marshal.htmlRegistered: Mon Nov 25 18:15:25 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 26.8K bytes - Viewed (0) -
PyHash API — Python 3.13.0 documentation
docs.python.org/3/c-api/hash.htmlRegistered: Mon Nov 25 18:15:29 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 22.3K bytes - Viewed (0)