- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of about 10,000 for timestamp:[now/d-1y TO *] (0.14 sec)
-
test — Regression tests package for Python — Py...
The test package contains all regression tests for Python as well as the modules test.support and test.regrtest. test.support is used to enhance your tests while test.regrtest drives the testing su...docs.python.org/3/library/test.htmlRegistered: Fri Nov 15 03:38:44 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 288K bytes - Viewed (0) -
imaplib — IMAP4 protocol client — Python 3.13.0...
Source code: Lib/imaplib.py This module defines three classes, IMAP4, IMAP4_SSL and IMAP4_stream, which encapsulate a connection to an IMAP4 server and implement a large subset of the IMAP4rev1 cli...docs.python.org/3/library/imaplib.htmlRegistered: Fri Nov 15 03:37:20 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 108K bytes - Viewed (0) -
Un'introduzione a Scala per programmatori Java ...
Un'introduzione a Scala per programmatori Java Language Di Michel Schinz e Philipp Haller. Traduzione italiana a cura...docs.scala-lang.org/it/tutorials/scala-for-java-programmers.htmlRegistered: Fri Nov 15 03:37:26 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 69.3K bytes - Viewed (0) -
socket — Low-level networking interface — Pytho...
Source code: Lib/socket.py This module provides access to the BSD socket interface. It is available on all modern Unix systems, Windows, MacOS, and probably additional platforms. Availability: not ...docs.python.org/3/library/socket.htmlRegistered: Fri Nov 15 03:36:23 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 329.6K bytes - Viewed (0) -
xml.etree.ElementTree — The ElementTree XML API...
Source code: Lib/xml/etree/ElementTree.py The xml.etree.ElementTree module implements a simple and efficient API for parsing and creating XML data. Tutorial: This is a short tutorial for using xml....docs.python.org/3/library/xml.etree.elementtree.htmlRegistered: Fri Nov 15 03:35:55 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 223.9K bytes - Viewed (0) -
decimal — Decimal fixed-point and floating-poin...
Source code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating-point arithmetic. It offers several advantages over the float datatype: Decimal “is based...docs.python.org/3/library/decimal.htmlRegistered: Fri Nov 15 03:36:51 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 330.9K bytes - Viewed (0) -
_thread — Low-level threading API — Python 3.13...
This module provides low-level primitives for working with multiple threads (also called light-weight processes or tasks) — multiple threads of control sharing their global data space. For synchron...docs.python.org/3/library/_thread.htmlRegistered: Fri Nov 15 03:37:42 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 37.4K bytes - Viewed (0) -
base64 — Base16, Base32, Base64, Base85 Data En...
Source code: Lib/base64.py This module provides functions for encoding binary data to printable ASCII characters and decoding such encodings back to binary data. It provides encoding and decoding f...docs.python.org/3/library/base64.htmlRegistered: Fri Nov 15 03:37:45 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 60.1K bytes - Viewed (0) -
Mutable and Immutable Collections | Collections...
Collections Mutable and Immutable Collections Language Scala collections systematically distinguish between mutable a...docs.scala-lang.org/overviews/collections-2.13/overview.htmlRegistered: Fri Nov 15 03:37:46 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 56.6K bytes - Viewed (0) -
Concrete Mutable Collection Classes | Collectio...
Collections Concrete Mutable Collection Classes Language You’ve now seen the most commonly used immutable collection ...docs.scala-lang.org/overviews/collections-2.13/concrete-mutable-collection-classes.htmlRegistered: Fri Nov 15 03:38:17 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 80.8K bytes - Viewed (0)