- Sort Score
- Num 10 results
- Language All
- Labels All
Results 681 - 690 of over 10,000 for filetype:html (0.95 seconds)
-
gettext — Multilingual internationalization ser...
Source code: Lib/gettext.py The gettext module provides internationalization (I18N) and localization (L10N) services for your Python modules and applications. It supports both the GNU gettext messa...docs.python.org/3/library/gettext.htmlSun Feb 22 06:33:52 GMT 2026 15K bytes -
weakref — Weak references — Python 3.14.3...
Source code: Lib/weakref.py The weakref module allows the Python programmer to create weak references to objects. In the following, the term referent means the object which is referred to by a weak...docs.python.org/3/library/weakref.htmlSun Feb 22 06:33:52 GMT 2026 13.9K bytes -
operator — Standard operators as functions R...
Source code: Lib/operator.py The operator module exports a set of efficient functions corresponding to the intrinsic operators of Python. For example, operator.add(x, y) is equivalent to the expres...docs.python.org/3/library/operator.htmlSun Feb 22 06:33:52 GMT 2026 11.9K bytes -
sysconfig — Provide access to Python’s configur...
Source code: Lib/sysconfig The sysconfig module provides access to Python’s configuration information like the list of installation paths and the configuration variables relevant for the current pl...docs.python.org/3/library/sysconfig.htmlSun Feb 22 06:33:52 GMT 2026 10.8K bytes -
Initialization, Finalization, and Threads ̵...
See Python Initialization Configuration for details on how to configure the interpreter prior to initialization. Before Python Initialization: In an application embedding Python, the Py_Initialize(...docs.python.org/3/c-api/init.htmlSun Feb 22 06:33:52 GMT 2026 47.3K bytes -
wsgiref — WSGI Utilities and Reference Implemen...
Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...docs.python.org/3/library/wsgiref.htmlSun Feb 22 06:33:52 GMT 2026 20.5K bytes -
xml.etree.ElementTree — The ElementTree XML API...
Source code: Lib/xml/etree/ElementTree.py The xml.etree.ElementTree module implements a simple and efficient API for parsing and creating XML data. Tutorial: This is a short tutorial for using xml....docs.python.org/3/library/xml.etree.elementtree.htmlSun Feb 22 06:33:52 GMT 2026 27.9K bytes -
Set Objects — Python 3.14.3 documentation
This section details the public API for set and frozenset objects. Any functionality not listed below is best accessed using either the abstract object protocol (including PyObject_CallMethod(), Py...docs.python.org/3/c-api/set.htmlSun Feb 22 06:33:52 GMT 2026 7.5K bytes -
readline — GNU readline interface — Pytho...
The readline module defines a number of functions to facilitate completion and reading/writing of history files from the Python interpreter. This module can be used directly, or via the rlcompleter...docs.python.org/3/library/readline.htmlSun Feb 22 06:33:52 GMT 2026 10.3K bytes -
sys — System-specific parameters and functions ...
This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available. Unless explicitly noted oth...docs.python.org/3/library/sys.htmlSun Feb 22 06:33:52 GMT 2026 40.5K bytes