- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 31 - 40 of 259 for host:docs.python.org (0.02 sec)
-
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.htmlRegistered: Mon Oct 28 05:06:22 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 47.7K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 05:05:52 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 27K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 05:06:02 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 47.7K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 05:04:15 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 27.9K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 05:04:18 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 19.1K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 05:08:49 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 23.2K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 05:06:42 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 27K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 05:07:07 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 49.8K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 04:39:00 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 69.6K bytes - Viewed (0) -
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.htmlRegistered: Mon Oct 28 04:43:04 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 49.3K bytes - Viewed (0)