- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of about 10,000 for content_length:[100000 TO 499999] (0.07 sec)
-
模式匹配 | Scala Documentation
Tour of Scala 模式匹配 Language 模式匹配是检查某个值(value)是否匹配某一个模式的机制,一个成功的匹配同时会将匹配值解构为其组成部分。它是Java中的 switch 语句的升级版,同样可以用于替代一系列的 ...docs.scala-lang.org/zh-cn/tour/pattern-matching.htmlRegistered: Wed Sep 03 04:35:00 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 216.4K bytes - Viewed (0) -
What’s New In Python 3.13 — Python 3.13.7 docum...
Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...docs.python.org/3/whatsnew/3.13.htmlRegistered: Wed Sep 03 03:39:57 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 458K bytes - Viewed (0) -
What’s New in Python 2.7 — Python 3.13.7 docume...
Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.7. Python 2.7 was released on July 3, 2010. Numeric handling has been improved in many ways, for both floa...docs.python.org/3/whatsnew/2.7.htmlRegistered: Wed Sep 03 03:42:48 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 341K bytes - Viewed (0) -
5. The import system — Python 3.13.7 documentation
Python code in one module gains access to the code in another module by the process of importing it. The import statement is the most common way of invoking the import machinery, but it is not the ...docs.python.org/3/reference/import.htmlRegistered: Wed Sep 03 03:44:00 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 119.2K bytes - Viewed (0) -
Scala Compiler Options | Scala Documentation
Scala Compiler Options Language This doc page is specific to features shipped in Scala 2, which have either been remo...docs.scala-lang.org/overviews/compiler-options/index.htmlRegistered: Wed Sep 03 03:50:23 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 107.5K bytes - Viewed (0) -
json — JSON encoder and decoder — Python 3.13.7...
Source code: Lib/json/__init__.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...docs.python.org/3/library/json.htmlRegistered: Wed Sep 03 03:27:28 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 108.5K bytes - Viewed (0) -
difflib — Helpers for computing deltas — Python...
Source code: Lib/difflib.py This module provides classes and functions for comparing sequences. It can be used for example, for comparing files, and can produce information about file differences i...docs.python.org/3/library/difflib.htmlRegistered: Wed Sep 03 03:26:17 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 128.5K bytes - Viewed (0) -
calendar — General calendar-related functions —...
Source code: Lib/calendar.py This module allows you to output calendars like the Unix cal program, and provides additional useful functions related to the calendar. By default, these calendars have...docs.python.org/3/library/calendar.htmlRegistered: Wed Sep 03 03:26:43 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 106.4K bytes - Viewed (0) -
email.message: Representing an email message — ...
Source code: Lib/email/message.py The central class in the email package is the EmailMessage class, imported from the email.message module. It is the base class for the email object model. EmailMes...docs.python.org/3/library/email.message.htmlRegistered: Wed Sep 03 03:26:26 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 103.2K bytes - Viewed (0) -
pathlib — Object-oriented filesystem paths — Py...
Source code: Lib/pathlib/ This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which pro...docs.python.org/3/library/pathlib.htmlRegistered: Wed Sep 03 03:28:44 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 240.8K bytes - Viewed (0)