- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 424 for host:docs.python.org (0.02 sec)
-
types — Dynamic type creation and names for bui...
Source code: Lib/types.py This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard Python interpre...docs.python.org/3/library/types.htmlRegistered: Fri Jun 27 03:57:01 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 73.5K bytes - Viewed (0) -
numbers — Numeric abstract base classes — Pytho...
Source code: Lib/numbers.py The numbers module ( PEP 3141) defines a hierarchy of numeric abstract base classes which progressively define more operations. None of the types defined in this module ...docs.python.org/3/library/numbers.htmlRegistered: Fri Jun 27 03:59:10 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 49.4K bytes - Viewed (0) -
pkgutil — Package extension utility — Python 3....
Source code: Lib/pkgutil.py This module provides utilities for the import system, in particular package support.docs.python.org/3/library/pkgutil.htmlRegistered: Fri Jun 27 03:59:20 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 42.4K 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: Fri Jun 27 03:59:30 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 27.9K bytes - Viewed (0) -
tkinter.dnd — Drag and drop support — Python 3....
Source code: Lib/tkinter/dnd.py The tkinter.dnd module provides drag-and-drop support for objects within a single application, within the same window or between windows. To enable an object to be d...docs.python.org/3/library/tkinter.dnd.htmlRegistered: Fri Jun 27 03:56:23 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 20.3K bytes - Viewed (0) -
Slice Objects — Python 3.13.5 documentation
docs.python.org/3/c-api/slice.htmlRegistered: Fri Jun 27 04:06:44 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 34.4K bytes - Viewed (0) -
What’s New in Python 2.5 — Python 3.13.5 docume...
Author, A.M. Kuchling,. This article explains the new features in Python 2.5. The final release of Python 2.5 is scheduled for August 2006; PEP 356 describes the planned release schedule. Python 2....docs.python.org/3/whatsnew/2.5.htmlRegistered: Fri Jun 27 04:06:53 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 257.6K bytes - Viewed (0) -
10. Full Grammar specification — Python 3.13.5 ...
This is the full Python grammar, derived directly from the grammar used to generate the CPython parser (see Grammar/python.gram). The version here omits details related to code generation and error...docs.python.org/3/reference/grammar.htmlRegistered: Fri Jun 27 04:07:00 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 85.1K bytes - Viewed (0) -
posix — The most common POSIX system calls — Py...
This module provides access to operating system functionality that is standardized by the C Standard and the POSIX standard (a thinly disguised Unix interface). Availability: Unix. Do not import th...docs.python.org/3/library/posix.htmlRegistered: Fri Jun 27 04:05:17 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 24.1K bytes - Viewed (0) -
grp — The group database — Python 3.13.5 docume...
This module provides access to the Unix group database. It is available on all Unix versions. Availability: Unix, not WASI, not Android, not iOS. Group database entries are reported as a tuple-like...docs.python.org/3/library/grp.htmlRegistered: Fri Jun 27 04:05:20 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 18.8K bytes - Viewed (0)