Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 101 - 110 of 408 for host:docs.python.org (0.03 sec)

  1. Number Protocol — Python 3.12.3 documentation

    Navigation index modules | next | previous | Python » 3.12.3 Documentation » Python/C API Reference Manual » Abstract...
    docs.python.org/3/c-api/number.html
    Registered: Fri May 17 03:52:22 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 79.9K bytes
    - Viewed (0)
  2. abc — Abstract Base Classes — Python 3.12.3 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.html
    Registered: Fri May 17 03:52:25 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 52.3K bytes
    - Viewed (1)
  3. token — Constants used with Python parse trees ...

    Source code: Lib/token.py This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). Refer to the file Grammar/Tokens in the Python distrib...
    docs.python.org/3/library/token.html
    Registered: Fri May 17 03:53:33 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  4. Futures — Python 3.12.3 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.html
    Registered: Fri May 17 03:53:39 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 43.7K bytes
    - Viewed (0)
  5. audioop — Manipulate raw audio data — Python 3....

    The audioop module contains some useful operations on sound fragments. It operates on sound fragments consisting of signed integer samples 8, 16, 24 or 32 bits wide, stored in bytes-like objects. A...
    docs.python.org/3/library/audioop.html
    Registered: Fri May 17 03:51:45 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  6. What’s New in Python 2.7 — Python 3.12.3 docume...

    Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.7. Python 2.7 was released on July 3, 2010. Numeric handling has been improved in many ways, for both floa...
    docs.python.org/3/whatsnew/2.7.html
    Registered: Fri May 17 04:02:16 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 343.6K bytes
    - Viewed (0)
  7. Runners — Python 3.12.3 documentation

    Source code: Lib/asyncio/runners.py This section outlines high-level asyncio primitives to run asyncio code. They are built on top of an event loop with the aim to simplify async code usage for com...
    docs.python.org/3/library/asyncio-runner.html
    Registered: Fri May 17 04:02:22 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  8. Reference Counting — Python 3.12.3 documentation

    The functions and macros in this section are used for managing reference counts of Python objects.
    docs.python.org/3/c-api/refcounting.html
    Registered: Fri May 17 04:07:45 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  9. C API Stability — Python 3.12.3 documentation

    Unless documented otherwise, Python’s C API is covered by the Backwards Compatibility Policy, PEP 387. Most changes to it are source-compatible (typically by only adding new API). Changing existing...
    docs.python.org/3/c-api/stable.html
    Registered: Fri May 17 04:07:48 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 213.2K bytes
    - Viewed (0)
  10. What’s New In Python 3.10 — Python 3.12.3 docum...

    Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on October 4, 2021. For full details, see the changelog. Summary – R...
    docs.python.org/3/whatsnew/3.10.html
    Registered: Fri May 17 04:07:59 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 308K bytes
    - Viewed (0)
Back to top