Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 101 - 110 of 286 for host:docs.python.org (0.02 sec)

  1. Concrete Objects Layer — Python 3.12.3 document...

    The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...
    docs.python.org/3/c-api/concrete.html
    Registered: Fri May 24 04:07:19 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. Old Buffer Protocol — Python 3.12.3 documentation

    These functions were part of the “old buffer protocol” API in Python 2. In Python 3, this protocol doesn’t exist anymore but the functions are still exposed to ease porting 2.x code. They act as a ...
    docs.python.org/3/c-api/objbuffer.html
    Registered: Fri May 24 04:07:32 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  3. email: Examples — Python 3.12.3 documentation

    Here are a few examples of how to use the email package to read, write, and send simple email messages, as well as more complex MIME messages. First, let’s see how to create and send a simple text ...
    docs.python.org/3/library/email.examples.html
    Registered: Fri May 24 04:07:38 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 65.8K bytes
    - Viewed (0)
  4. Copyright — Python 3.12.3 documentation

    Python and this documentation is: Copyright © 2001-2023 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. Copyright © 1995-2000 Corporation for Nati...
    docs.python.org/3/copyright.html
    Registered: Fri May 24 04:05:53 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  5. _thread — Low-level threading API — Python 3.12...

    This module provides low-level primitives for working with multiple threads (also called light-weight processes or tasks) — multiple threads of control sharing their global data space. For synchron...
    docs.python.org/3/library/_thread.html
    Registered: Fri May 24 03:45:03 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 35.9K bytes
    - Viewed (0)
  6. selectors — High-level I/O multiplexing — Pytho...

    Source code: Lib/selectors.py Introduction: This module allows high-level and efficient I/O multiplexing, built upon the select module primitives. Users are encouraged to use this module instead, u...
    docs.python.org/3/library/selectors.html
    Registered: Fri May 24 03:49:50 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 48.2K bytes
    - Viewed (0)
  7. http.server — HTTP servers — Python 3.12.3 docu...

    Source code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not Emscripten, not WASI. This module does not work or is not available on WebAssembly platf...
    docs.python.org/3/library/http.server.html
    Registered: Fri May 24 03:49:53 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 81K bytes
    - Viewed (0)
  8. sysconfig — Provide access to Python’s configur...

    Source code: Lib/sysconfig.py The sysconfig module provides access to Python’s configuration information like the list of installation paths and the configuration variables relevant for the current...
    docs.python.org/3/library/sysconfig.html
    Registered: Fri May 24 03:48:36 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 65K bytes
    - Viewed (0)
  9. weakref — Weak references — Python 3.12.3 docum...

    Source code: Lib/weakref.py The weakref module allows the Python programmer to create weak references to objects. In the following, the term referent means the object which is referred to by a weak...
    docs.python.org/3/library/weakref.html
    Registered: Fri May 24 03:48:44 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 79.7K bytes
    - Viewed (0)
  10. email.iterators: Iterators — Python 3.12.3 docu...

    Source code: Lib/email/iterators.py Iterating over a message object tree is fairly easy with the Message.walk method. The email.iterators module provides some useful higher level iterations over me...
    docs.python.org/3/library/email.iterators.html
    Registered: Fri May 24 03:48:22 UTC 2024
    - Last Modified: Thu May 23 05:41:26 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top