- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 437 for host:docs.python.org (0.04 sec)
-
Annotations Best Practices — Python 3.14.0 docu...
author, Larry Hastings,. Abstract: This document is designed to encapsulate the best practices for working with annotations dicts. If you write Python code that examines__annotations__ on Python ob...docs.python.org/3/howto/annotations.htmlRegistered: Wed Nov 05 05:41:57 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 40.5K bytes - Viewed (0) -
cmd — Support for line-oriented command interpr...
Source code: Lib/cmd.py The Cmd class provides a simple framework for writing line-oriented command interpreters. These are often useful for test harnesses, administrative tools, and prototypes tha...docs.python.org/3/library/cmd.htmlRegistered: Wed Nov 05 05:00:43 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 56.7K bytes - Viewed (0) -
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.htmlRegistered: Wed Nov 05 05:01:52 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 58.6K bytes - Viewed (0) -
Tuple Objects — Python 3.14.0 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 Nov 05 05:01:58 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 55K bytes - Viewed (0) -
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.htmlRegistered: Wed Nov 05 05:08:32 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 97.5K bytes - Viewed (0) -
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.htmlRegistered: Wed Nov 05 05:08:47 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 101K bytes - Viewed (0) -
turtle — Turtle graphics — Python 3.14.0 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.htmlRegistered: Wed Nov 05 05:07:13 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 318K bytes - Viewed (0) -
abc — Abstract Base Classes — Python 3.14.0 doc...
Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...docs.python.org/3/library/abc.htmlRegistered: Wed Nov 05 05:06:54 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 50.9K bytes - Viewed (0) -
4. Execution model — Python 3.14.0 documentation
Structure of a program: A Python program is constructed from code blocks. A block is a piece of Python program text that is executed as a unit. The following are blocks: a module, a function body, ...docs.python.org/3/reference/executionmodel.htmlRegistered: Wed Nov 05 05:05:18 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 60.9K bytes - Viewed (0) -
pathlib — Object-oriented filesystem paths — Py...
Source code: Lib/pathlib/ This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which pro...docs.python.org/3/library/pathlib.htmlRegistered: Wed Nov 05 05:05:40 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 261.6K bytes - Viewed (0)