Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 21 - 30 of 7,840 for timestamp:[now/d-7d TO *] (0.05 sec)

  1. ossaudiodev — Access to OSS-compatible audio de...

    This module allows you to access the OSS (Open Sound System) audio interface. OSS is available for a wide range of open-source and commercial Unices, and is the standard audio interface for Linux a...
    docs.python.org/3/library/ossaudiodev.html
    Registered: Fri May 31 02:54:29 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  2. bisect — Array bisection algorithm — Python 3.1...

    Source code: Lib/bisect.py This module provides support for maintaining a list in sorted order without having to sort the list after each insertion. For long lists of items with expensive compariso...
    docs.python.org/3/library/bisect.html
    Registered: Fri May 31 02:54:35 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 48.4K bytes
    - Viewed (0)
  3. tempfile — Generate temporary files and directo...

    Source code: Lib/tempfile.py This module creates temporary files and directories. It works on all supported platforms. TemporaryFile, NamedTemporaryFile, TemporaryDirectory, and SpooledTemporaryFil...
    docs.python.org/3/library/tempfile.html
    Registered: Fri May 31 02:57:26 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 73.3K bytes
    - Viewed (0)
  4. chunk — Read IFF chunked data — Python 3.12.3 d...

    Source code: Lib/chunk.py This module provides an interface for reading files that use EA IFF 85 chunks. 1 This format is used in at least the Audio Interchange File Format (AIFF/AIFF-C) and the Re...
    docs.python.org/3/library/chunk.html
    Registered: Fri May 31 02:56:26 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 27.7K bytes
    - Viewed (1)
  5. email.contentmanager: Managing MIME Content — P...

    Source code: Lib/email/contentmanager.py Content Manager Instances: Currently the email package provides only one concrete content manager, raw_data_manager, although more may be added in the futur...
    docs.python.org/3/library/email.contentmanager.html
    Registered: Fri May 31 02:54:38 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 42.4K bytes
    - Viewed (0)
  6. asyncio — Asynchronous I/O — Python 3.12.3 docu...

    Hello World!: asyncio is a library to write concurrent code using the async/await syntax. asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance n...
    docs.python.org/3/library/asyncio.html
    Registered: Fri May 31 02:55:25 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  7. tkinter.tix — Extension widgets for Tk — Python...

    Source code: Lib/tkinter/tix.py The tkinter.tix(Tk Interface Extension) module provides an additional rich set of widgets. Although the standard Tk library has many useful widgets, they are far fro...
    docs.python.org/3/library/tkinter.tix.html
    Registered: Fri May 31 02:55:44 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 64.9K bytes
    - Viewed (0)
  8. What’s New In Python 3.1 — Python 3.12.3 docume...

    Author, Raymond Hettinger,. This article explains the new features in Python 3.1, compared to 3.0. Python 3.1 was released on June 27, 2009. PEP 372: Ordered Dictionaries: Regular Python dictionari...
    docs.python.org/3/whatsnew/3.1.html
    Registered: Fri May 31 03:06:26 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 76.3K bytes
    - Viewed (0)
  9. Context Variables Objects — Python 3.12.3 docum...

    This section details the public C API for the contextvars module. Type-check macros: Context object management functions: Context variable functions:
    docs.python.org/3/c-api/contextvars.html
    Registered: Fri May 31 03:06:41 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 35.5K bytes
    - Viewed (0)
  10. colorsys — Conversions between color systems — ...

    Source code: Lib/colorsys.py The colorsys module defines bidirectional conversions of color values between colors expressed in the RGB (Red Green Blue) color space used in computer monitors and thr...
    docs.python.org/3/library/colorsys.html
    Registered: Fri May 31 03:01:25 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top