Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 51 - 60 of 286 for host:docs.python.org (0.02 sec)

  1. aifc — Read and write AIFF and AIFC files — Pyt...

    Source code: Lib/aifc.py This module provides support for reading and writing AIFF and AIFF-C files. AIFF is Audio Interchange File Format, a format for storing digital audio samples in a file. AIF...
    docs.python.org/3/library/aifc.html
    Registered: Fri May 10 03:58:47 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  2. msilib — Read and write Microsoft Installer fil...

    Source code: Lib/msilib/__init__.py The msilib supports the creation of Microsoft Installer (.msi) files. Because these files often contain an embedded “cabinet” file (.cab), it also exposes an API...
    docs.python.org/3/library/msilib.html
    Registered: Fri May 10 03:58:55 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 82.8K bytes
    - Viewed (1)
  3. token — Constants used with Python parse trees ...

    Source code: Lib/token.py This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). Refer to the file Grammar/Tokens in the Python distrib...
    docs.python.org/3/library/token.html
    Registered: Fri May 10 03:58:58 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  4. importlib.resources – Package resource reading,...

    Source code: Lib/importlib/resources/__init__.py This module leverages Python’s import system to provide access to resources within packages. “Resources” are file-like resources associated with a m...
    docs.python.org/3/library/importlib.resources.html
    Registered: Fri May 10 03:58:37 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  5. abc — Abstract Base Classes — Python 3.12.3 doc...

    Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...
    docs.python.org/3/library/abc.html
    Registered: Fri May 10 03:59:40 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 52.3K bytes
    - Viewed (1)
  6. pwd — The password database — Python 3.12.3 doc...

    This module provides access to the Unix user account and password database. It is available on all Unix versions. Availability: Unix, not Emscripten, not WASI. Password database entries are reporte...
    docs.python.org/3/library/pwd.html
    Registered: Fri May 10 04:09:46 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  7. cgi — Common Gateway Interface support — Python...

    Source code: Lib/cgi.py Support module for Common Gateway Interface (CGI) scripts. This module defines a number of utilities for use by CGI scripts written in Python. The global variable maxlen can...
    docs.python.org/3/library/cgi.html
    Registered: Fri May 10 04:10:47 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  8. marshal — Internal Python object serialization ...

    This module contains functions that can read and write Python values in a binary format. The format is specific to Python, but independent of machine architecture issues (e.g., you can write a Pyth...
    docs.python.org/3/library/marshal.html
    Registered: Fri May 10 04:11:00 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  9. email.mime: Creating email and MIME objects fro...

    Source code: Lib/email/mime/ This module is part of the legacy ( Compat32) email API. Its functionality is partially replaced by the contentmanager in the new API, but in certain applications these...
    docs.python.org/3/library/email.mime.html
    Registered: Fri May 10 04:10:31 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. 2. Using Python on Unix platforms — Python 3.12...

    Getting and installing the latest version of Python: On Linux: Python comes preinstalled on most Linux distributions, and is available as a package on all others. However there are certain features...
    docs.python.org/3/using/unix.html
    Registered: Fri May 10 04:10:40 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 30.1K bytes
    - Viewed (0)
Back to top