Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 71 - 80 of about 10,000 for filetype:html (0.03 sec)

  1. Unicode HOWTO — Python 3.12.3 documentation

    Release, 1.12,. This HOWTO discusses Python’s support for the Unicode specification for representing textual data, and explains various problems that people commonly encounter when trying to work w...
    docs.python.org/3/howto/unicode.html
    Registered: Fri May 24 04:06:26 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  2. Annotations Best Practices — Python 3.12.3 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.html
    Registered: Fri May 24 04:06:33 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  3. 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 24 04:04:01 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 213.2K bytes
    - Viewed (0)
  4. pty — Pseudo-terminal utilities — Python 3.12.3...

    Source code: Lib/pty.py The pty module defines operations for handling the pseudo-terminal concept: starting another process and being able to write to and read from its controlling terminal progra...
    docs.python.org/3/library/pty.html
    Registered: Fri May 24 04:03:44 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  5. email.mime: Creating email and MIME objects fro...

    Source code: Lib/email/mime/ This module is part of the legacy ( Compat32) email API. Its functionality is partially replaced by the contentmanager in the new API, but in certain applications these...
    docs.python.org/3/library/email.mime.html
    Registered: Fri May 24 04:03:52 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  6. Supporting Cyclic Garbage Collection — Python 3...

    Python’s support for detecting and collecting garbage which involves circular references requires support from object types which are “containers” for other objects which may also be containers. Ty...
    docs.python.org/3/c-api/gcsupport.html
    Registered: Fri May 24 04:03:55 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. The None Object — Python 3.12.3 documentation

    Note that the PyTypeObject for None is not directly exposed in the Python/C API. Since None is a singleton, testing for object identity (using== in C) is sufficient. There is no PyNone_Check() func...
    docs.python.org/3/c-api/none.html
    Registered: Fri May 24 04:05:56 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 17.6K 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 24 04:05:16 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  9. http.client — HTTP protocol client — Python 3.1...

    Source code: Lib/http/client.py This module defines classes that implement the client side of the HTTP and HTTPS protocols. It is normally not used directly — the module urllib.request uses it to h...
    docs.python.org/3/library/http.client.html
    Registered: Fri May 24 03:49:41 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 96.3K bytes
    - Viewed (0)
  10. 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 24 03:48:52 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top