Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 41 - 50 of 286 for host:docs.python.org (0.01 sec)

  1. spwd — The shadow password database — Python 3....

    This module provides access to the Unix shadow password database. It is available on various Unix versions. Availability: not Emscripten, not WASI. This module does not work or is not available on ...
    docs.python.org/3/library/spwd.html
    Registered: Fri May 10 04:15:41 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  2. termios — POSIX style tty control — Python 3.12...

    This module provides an interface to the POSIX calls for tty I/O control. For a complete description of these calls, see termios(3) Unix manual page. It is only available for those Unix versions th...
    docs.python.org/3/library/termios.html
    Registered: Fri May 10 04:15:44 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  3. Coroutine Objects — Python 3.12.3 documentation

    Coroutine objects are what functions declared with an async keyword return.
    docs.python.org/3/c-api/coro.html
    Registered: Fri May 10 04:15:51 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  4. Reference Counting — Python 3.12.3 documentation

    The functions and macros in this section are used for managing reference counts of Python objects.
    docs.python.org/3/c-api/refcounting.html
    Registered: Fri May 10 04:14:13 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  5. API and ABI Versioning — Python 3.12.3 document...

    CPython exposes its version number in the following macros. Note that these correspond to the version code is built with, not necessarily the version used at run time. See C API Stability for a dis...
    docs.python.org/3/c-api/apiabiversion.html
    Registered: Fri May 10 04:14:19 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  6. Graphical User Interfaces with Tk — Python 3.12...

    Tk/Tcl has long been an integral part of Python. It provides a robust and platform independent windowing toolkit, that is available to Python programmers using the tkinter package, and its extensio...
    docs.python.org/3/library/tk.html
    Registered: Fri May 10 04:14:38 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  7. pty — Pseudo-terminal utilities — Python 3.12.3...

    Source code: Lib/pty.py The pty module defines operations for handling the pseudo-terminal concept: starting another process and being able to write to and read from its controlling terminal progra...
    docs.python.org/3/library/pty.html
    Registered: Fri May 10 04:14:54 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  8. The None Object — Python 3.12.3 documentation

    Note that the PyTypeObject for None is not directly exposed in the Python/C API. Since None is a singleton, testing for object identity (using== in C) is sufficient. There is no PyNone_Check() func...
    docs.python.org/3/c-api/none.html
    Registered: Fri May 10 04:12:18 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. File Objects — Python 3.12.3 documentation

    These APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...
    docs.python.org/3/c-api/file.html
    Registered: Fri May 10 04:12:58 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 31K bytes
    - Viewed (2)
  10. Futures — Python 3.12.3 documentation

    Source code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...
    docs.python.org/3/library/asyncio-future.html
    Registered: Fri May 10 03:59:14 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 43.7K bytes
    - Viewed (0)
Back to top