- Sort Score
- Num 10 results
- Language All
- Labels All
Results 241 - 250 of 438 for host:docs.python.org (0.02 seconds)
-
API and ABI Versioning — Python 3.14.3 document...
Build-time version constants: CPython exposes its version number in the following macros. Note that these correspond to the version code is built with. See Py_Version for the version used at run ti...docs.python.org/3/c-api/apiabiversion.htmlFri Feb 06 03:23:27 GMT 2026 27.4K bytes -
annotationlib — Functionality for introspecting...
Source code: Lib/annotationlib.py The annotationlib module provides tools for introspecting annotations on modules, classes, and functions. Annotations are lazily evaluated and often contain forwar...docs.python.org/3/library/annotationlib.htmlFri Feb 06 03:23:27 GMT 2026 101K bytes -
locale — Internationalization services — Python...
Source code: Lib/locale.py The locale module opens access to the POSIX locale database and functionality. The POSIX locale mechanism allows programmers to deal with certain cultural issues in an ap...docs.python.org/3/library/locale.htmlFri Feb 06 03:23:28 GMT 2026 97.7K bytes -
Number Protocol — Python 3.14.3 documentation
Navigation index modules | next | previous | Python » 3.14.3 Documentation » Python/C API Reference Manual » Abstract...docs.python.org/3/c-api/number.htmlFri Feb 06 03:23:27 GMT 2026 77.4K bytes -
xml.sax.handler — Base classes for SAX handlers...
Source code: Lib/xml/sax/handler.py The SAX API defines five kinds of handlers: content handlers, DTD handlers, error handlers, entity resolvers and lexical handlers. Applications normally only nee...docs.python.org/3/library/xml.sax.handler.htmlFri Feb 06 03:23:27 GMT 2026 59.1K bytes -
Built-in Constants — Python 3.14.3 documentation
A small number of constants live in the built-in namespace. They are: Constants added by the site module: The site module (which is imported automatically during startup, except if the-S command-li...docs.python.org/3/library/constants.htmlFri Feb 06 03:23:28 GMT 2026 27.7K bytes -
Event Loop — Python 3.14.3 documentation
Source code: Lib/asyncio/events.py, Lib/asyncio/base_events.py Preface The event loop is the core of every asyncio application. Event loops run asynchronous tasks and callbacks, perform network IO ...docs.python.org/3/library/asyncio-eventloop.htmlFri Feb 06 03:23:28 GMT 2026 236.4K bytes -
Tuple Objects — Python 3.14.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.htmlFri Feb 06 03:23:27 GMT 2026 55K bytes -
turtle — Turtle graphics — Python 3.14.3 docume...
Source code: Lib/turtle.py Introduction: Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and Cynthia Solo...docs.python.org/3/library/turtle.htmlFri Feb 06 03:23:28 GMT 2026 321.4K bytes -
code — Interpreter base classes — Python 3.14.3...
Source code: Lib/code.py The code module provides facilities to implement read-eval-print loops in Python. Two classes and convenience functions are included which can be used to build applications...docs.python.org/3/library/code.htmlFri Feb 06 03:23:28 GMT 2026 40.3K bytes