Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test

Results 31 - 40 of 259 for host:docs.python.org (0.02 sec)

  1. wave — Read and write WAV files — Python 3.13.0...

    Source code: Lib/wave.py The wave module provides a convenient interface to the Waveform Audio “WAVE” (or “WAV”) file format. Only uncompressed PCM encoded wave files are supported. The wave module...
    docs.python.org/3/library/wave.html
    Registered: Mon Oct 28 05:06:22 UTC 2024
    - Last Modified: Sun Oct 27 18:50:45 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  2. Byte Array Objects — Python 3.13.0 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: Mon Oct 28 05:05:52 UTC 2024
    - Last Modified: Sun Oct 27 18:50:45 UTC 2024
    - 27K bytes
    - Viewed (0)
  3. 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: Mon Oct 28 05:06:02 UTC 2024
    - Last Modified: Sun Oct 27 18:50:45 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  4. xml.sax.saxutils — SAX Utilities — Python 3.13....

    Source code: Lib/xml/sax/saxutils.py The module xml.sax.saxutils contains a number of classes and functions that are commonly useful when creating SAX applications, either in direct use, or as base...
    docs.python.org/3/library/xml.sax.utils.html
    Registered: Mon Oct 28 05:04:15 UTC 2024
    - Last Modified: Sun Oct 27 18:50:46 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  5. 4. Building C and C++ Extensions — Python 3.13....

    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: Mon Oct 28 05:04:18 UTC 2024
    - Last Modified: Sun Oct 27 18:50:46 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  6. quopri — Encode and decode MIME quoted-printabl...

    Source code: Lib/quopri.py This module performs quoted-printable transport encoding and decoding, as defined in RFC 1521: “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Spec...
    docs.python.org/3/library/quopri.html
    Registered: Mon Oct 28 05:08:49 UTC 2024
    - Last Modified: Sun Oct 27 18:50:46 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. Python experimental support for free threading ...

    Starting with the 3.13 release, CPython has experimental support for a build of Python called free threading where the global interpreter lock(GIL) is disabled. Free-threaded execution allows for f...
    docs.python.org/3/howto/free-threading-python.html
    Registered: Mon Oct 28 05:06:42 UTC 2024
    - Last Modified: Sun Oct 27 18:50:46 UTC 2024
    - 27K bytes
    - Viewed (0)
  8. poplib — POP3 protocol client — Python 3.13.0 d...

    Source code: Lib/poplib.py This module defines a class, POP3, which encapsulates a connection to a POP3 server and implements the protocol as defined in RFC 1939. The POP3 class supports both the m...
    docs.python.org/3/library/poplib.html
    Registered: Mon Oct 28 05:07:07 UTC 2024
    - Last Modified: Sun Oct 27 18:50:46 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  9. 3. An Informal Introduction to Python — Python ...

    In the following examples, input and output are distinguished by the presence or absence of prompts (>>> and …): to repeat the example, you must type everything after the prompt, when the prompt ap...
    docs.python.org/3/tutorial/introduction.html
    Registered: Mon Oct 28 04:39:00 UTC 2024
    - Last Modified: Sun Oct 27 18:50:45 UTC 2024
    - 69.6K bytes
    - Viewed (0)
  10. reprlib — Alternate repr() implementation — Pyt...

    Source code: Lib/reprlib.py The reprlib module provides a means for producing object representations with limits on the size of the resulting strings. This is used in the Python debugger and may be...
    docs.python.org/3/library/reprlib.html
    Registered: Mon Oct 28 04:43:04 UTC 2024
    - Last Modified: Sun Oct 27 18:50:46 UTC 2024
    - 49.3K bytes
    - Viewed (0)
Back to top