- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 424 for host:docs.python.org (0.02 sec)
-
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: Fri Jun 27 03:44:26 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 58.9K bytes - Viewed (0) -
site — Site-specific configuration hook — Pytho...
Source code: Lib/site.py This module is automatically imported during initialization. The automatic import can be suppressed using the interpreter’s-S option. Importing this module normally appends...docs.python.org/3/library/site.htmlRegistered: Fri Jun 27 03:41:36 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 45.6K bytes - Viewed (0) -
Annotations Best Practices — Python 3.13.5 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: Fri Jun 27 04:07:24 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 36.9K bytes - Viewed (0) -
py.svg
2041docs.python.org/3/_static/py.svgRegistered: Fri Jun 27 04:08:15 UTC 2025 - Last Modified: Tue May 27 15:50:12 UTC 2025 - 2K bytes - Viewed (0) -
glob — Unix style pathname pattern expansion — ...
Source code: Lib/glob.py The glob module finds all the pathnames matching a specified pattern according to the rules used by the Unix shell, although results are returned in arbitrary order. No til...docs.python.org/3/library/glob.htmlRegistered: Fri Jun 27 03:38:32 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 37.9K bytes - Viewed (0) -
json — JSON encoder and decoder — Python 3.13.5...
Source code: Lib/json/__init__.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...docs.python.org/3/library/json.htmlRegistered: Fri Jun 27 03:38:39 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 108.4K bytes - Viewed (0) -
functools — Higher-order functions and operatio...
Source code: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for t...docs.python.org/3/library/functools.htmlRegistered: Fri Jun 27 03:50:28 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 106.8K bytes - Viewed (0) -
fractions — Rational numbers — Python 3.13.5 do...
Source code: Lib/fractions.py The fractions module provides support for rational number arithmetic. A Fraction instance can be constructed from a pair of integers, from another rational number, or ...docs.python.org/3/library/fractions.htmlRegistered: Fri Jun 27 03:50:39 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 49.5K bytes - Viewed (0) -
Futures — Python 3.13.5 documentation
Source code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...docs.python.org/3/library/asyncio-future.htmlRegistered: Fri Jun 27 03:51:26 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 41.9K bytes - Viewed (0) -
turtle — Turtle graphics — Python 3.13.5 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: Fri Jun 27 03:51:33 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 298.2K bytes - Viewed (0)