Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 21 - 30 of about 10,000 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. 4. Building C and C++ Extensions — Python 3.12....

    A C extension for CPython is a shared library (e.g. a.so file on Linux,.pyd on Windows), which exports an initialization function. To be importable, the shared library must be available on PYTHONPA...
    docs.python.org/3/extending/building.html
    Registered: Fri Apr 19 04:08:35 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 18.8K 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 Apr 19 04:06:24 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  3. 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 Apr 19 04:05:25 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. queue — A synchronized queue class — Python 3.1...

    Source code: Lib/queue.py The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multip...
    docs.python.org/3/library/queue.html
    Registered: Fri Apr 19 04:02:35 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  5. Boolean Objects — Python 3.12.3 documentation

    Booleans in Python are implemented as a subclass of integers. There are only two booleans, Py_False and Py_True. As such, the normal creation and deletion functions don’t apply to booleans. The fol...
    docs.python.org/3/c-api/bool.html
    Registered: Fri Apr 19 04:07:56 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  6. Weak Reference Objects — Python 3.12.3 document...

    Python supports weak references as first-class objects. There are two specific object types which directly implement weak references. The first is a simple reference object, and the second acts as ...
    docs.python.org/3/c-api/weakref.html
    Registered: Fri Apr 19 04:08:17 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  7. 10. Brief Tour of the Standard Library — Python...

    Operating System Interface: The os module provides dozens of functions for interacting with the operating system: Be sure to use the import os style instead of from os import *. This will keep os.o...
    docs.python.org/3/tutorial/stdlib.html
    Registered: Fri Apr 19 03:55:49 UTC 2024
    - Last Modified: Thu Apr 18 21:08:32 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  8. Operating System Utilities — Python 3.12.3 docu...

    System Functions: These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is conta...
    docs.python.org/3/c-api/sys.html
    Registered: Fri Apr 19 03:54:48 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  9. 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 Apr 19 03:56:58 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  10. 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 Apr 19 03:57:01 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top