- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of about 10,000 for filetype:html (0.14 sec)
-
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 Jul 07 05:44:12 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 27.2K bytes - Viewed (0) -
Новое в Scala 3 | Scala Documentation
Новое в Scala 3 Language Захватывающая новая версия Scala 3 содержит множество новых функций и улучшений. Здесь мы пр...docs.scala-lang.org/ru/scala3/new-in-scala3.htmlRegistered: Mon Jul 07 05:44:13 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 46.1K 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 Jul 07 05:44:18 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 19.5K 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 Jul 07 05:44:23 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 21.7K bytes - Viewed (0) -
Parsing arguments and building values — Python ...
These functions are useful when creating your own extension functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first thr...docs.python.org/3/c-api/arg.htmlRegistered: Mon Jul 07 05:48:15 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 108.7K bytes - Viewed (0) -
imp — Access the import internals — Python 3.13...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.4. The removal notice includes guidance for migrating code from imp to...docs.python.org/3/library/imp.htmlRegistered: Mon Jul 07 05:45:43 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 15K bytes - Viewed (0) -
Structural Types | Scala 3 — Book | Scala Docum...
docs.scala-lang.org/scala3/book/types-structural.htmlRegistered: Mon Jul 07 05:45:50 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 75.8K bytes - Viewed (0) -
imghdr — Determine the type of an image — Pytho...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. Possible replacements are thir...docs.python.org/3/library/imghdr.htmlRegistered: Mon Jul 07 05:46:54 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 15.2K bytes - Viewed (0) -
ossaudiodev — Access to OSS-compatible audio de...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/ossaudiodev.htmlRegistered: Mon Jul 07 05:46:57 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 14.8K bytes - Viewed (0) -
Weak Reference Objects — Python 3.13.5 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.htmlRegistered: Mon Jul 07 05:52:14 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 30K bytes - Viewed (0)