Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 11 - 20 of about 10,000 for timestamp:[now/d-1d TO *] (0.06 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 03 04:00:15 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  2. tkinter.colorchooser — Color choosing dialog — ...

    Source code: Lib/tkinter/colorchooser.py The tkinter.colorchooser module provides the Chooser class as an interface to the native color picker dialog. Chooser implements a modal color choosing dial...
    docs.python.org/3/library/tkinter.colorchooser.html
    Registered: Fri May 03 04:00:24 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  3. Byte Array Objects — Python 3.12.3 documentation

    Type check macros: Direct API functions: Macros: These macros trade safety for speed and they don’t check pointers.
    docs.python.org/3/c-api/bytearray.html
    Registered: Fri May 03 04:00:36 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  4. multiprocessing.shared_memory — Shared memory f...

    Source code: Lib/multiprocessing/shared_memory.py This module provides a class, SharedMemory, for the allocation and management of shared memory to be accessed by one or more processes on a multico...
    docs.python.org/3/library/multiprocessing.shared_memory.html
    Registered: Fri May 03 04:03:28 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 71.5K bytes
    - Viewed (1)
  5. webbrowser — Convenient web-browser controller ...

    Source code: Lib/webbrowser.py The webbrowser module provides a high-level interface to allow displaying web-based documents to users. Under most circumstances, simply calling the open() function f...
    docs.python.org/3/library/webbrowser.html
    Registered: Fri May 03 04:00:52 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  6. xmlrpc.server — Basic XML-RPC servers — Python ...

    Source code: Lib/xmlrpc/server.py The xmlrpc.server module provides a basic server framework for XML-RPC servers written in Python. Servers can either be free standing, using SimpleXMLRPCServer, or...
    docs.python.org/3/library/xmlrpc.server.html
    Registered: Fri May 03 04:02:19 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 70K bytes
    - Viewed (0)
  7. 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 03 04:02:01 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  8. Built-in Exceptions — Python 3.12.3 documentation

    In Python, all exceptions must be instances of a class that derives from BaseException. In a try statement with an except clause that mentions a particular class, that clause also handles any excep...
    docs.python.org/3/library/exceptions.html
    Registered: Fri May 03 03:51:19 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 136.8K bytes
    - Viewed (0)
  9. unittest.mock — mock object library — Python 3....

    Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they hav...
    docs.python.org/3/library/unittest.mock.html
    Registered: Fri May 03 03:51:27 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 388.9K bytes
    - Viewed (0)
  10. 3. Data model — Python 3.12.3 documentation

    Objects, values and types: Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. (In a sense, and in conformance to Von ...
    docs.python.org/3/reference/datamodel.html
    Registered: Fri May 03 03:50:49 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 397.9K bytes
    - Viewed (0)
Back to top