Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 11 - 20 of 408 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. random — Generate pseudo-random numbers — Pytho...

    Source code: Lib/random.py This module implements pseudo-random number generators for various distributions. For integers, there is uniform selection from a range. For sequences, there is uniform s...
    docs.python.org/3/library/random.html
    Registered: Fri May 10 04:03:31 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 102.2K bytes
    - Viewed (0)
  2. Event Loop — Python 3.12.3 documentation

    Source code: Lib/asyncio/events.py, Lib/asyncio/base_events.py Preface The event loop is the core of every asyncio application. Event loops run asynchronous tasks and callbacks, perform network IO ...
    docs.python.org/3/library/asyncio-eventloop.html
    Registered: Fri May 10 04:01:36 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 222.4K bytes
    - Viewed (0)
  3. 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 10 04:01:42 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  4. sunau — Read and write Sun AU files — Python 3....

    Source code: Lib/sunau.py The sunau module provides a convenient interface to the Sun AU sound format. Note that this module is interface-compatible with the modules aifc and wave. An audio file co...
    docs.python.org/3/library/sunau.html
    Registered: Fri May 10 04:04:17 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  5. sys.monitoring — Execution event monitoring — P...

    This namespace provides access to the functions and constants necessary to activate and control event monitoring. As programs execute, events occur that might be of interest to tools that monitor e...
    docs.python.org/3/library/sys.monitoring.html
    Registered: Fri May 10 04:04:23 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  6. winsound — Sound-playing interface for Windows ...

    The winsound module provides access to the basic sound-playing machinery provided by Windows platforms. It includes functions and several constants.
    docs.python.org/3/library/winsound.html
    Registered: Fri May 10 04:02:49 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  7. hmac — Keyed-Hashing for Message Authentication...

    Source code: Lib/hmac.py This module implements the HMAC algorithm as described by RFC 2104. An HMAC object has the following methods: A hash object has the following attributes: This module also p...
    docs.python.org/3/library/hmac.html
    Registered: Fri May 10 04:02:52 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  8. 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 10 04:02:55 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 96.3K bytes
    - Viewed (0)
  9. ensurepip — Bootstrapping the pip installer — P...

    Source code: Lib/ensurepip The ensurepip package provides support for bootstrapping the pip installer into an existing Python installation or virtual environment. This bootstrapping approach reflec...
    docs.python.org/3/library/ensurepip.html
    Registered: Fri May 10 04:02:59 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  10. shelve — Python object persistence — Python 3.1...

    Source code: Lib/shelve.py A “shelf” is a persistent, dictionary-like object. The difference with “dbm” databases is that the values (not the keys!) in a shelf can be essentially arbitrary Python o...
    docs.python.org/3/library/shelve.html
    Registered: Fri May 10 04:03:50 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 42.5K bytes
    - Viewed (0)
Back to top