- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of about 10,000 for filetype:html (0.05 sec)
-
并行容器的转换 | Parallel Collections | Scala Document...
Parallel Collections 并行容器的转换 Language 顺序容器和并行容器之间的转换 每个顺序容器都可以使用par方法转换成它的并行形式。某些顺序容器具有直接的并行副本。对于这些容器,转换是非常高效的(它所需的时间...docs.scala-lang.org/zh-cn/overviews/parallel-collections/conversions.htmlRegistered: Mon Jan 26 04:29:23 UTC 2026 - Last Modified: Sun Jan 25 16:30:28 UTC 2026 - 73.8K bytes - Viewed (0) -
型变 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/types-variance.htmlRegistered: Mon Jan 26 04:27:26 UTC 2026 - Last Modified: Sun Jan 25 16:30:28 UTC 2026 - 457.5K bytes - Viewed (0) -
datetime — Basic date and time types — Python 3...
Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...docs.python.org/3/library/datetime.htmlRegistered: Mon Jan 26 03:13:53 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 411.6K bytes - Viewed (0) -
2. Lexical analysis — Python 3.14.2 documentation
A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer(also known as the tokenizer). This chapter describes how the lexical analyzer prod...docs.python.org/3/reference/lexical_analysis.htmlRegistered: Mon Jan 26 03:14:02 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 151.3K bytes - Viewed (0) -
struct — Interpret bytes as packed binary data ...
Source code: Lib/struct.py This module converts between Python values and C structs represented as Python bytes objects. Compact format strings describe the intended conversions to/from Python valu...docs.python.org/3/library/struct.htmlRegistered: Mon Jan 26 03:14:34 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 77.2K bytes - Viewed (0) -
pickle — Python object serialization — Python 3...
Source code: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is...docs.python.org/3/library/pickle.htmlRegistered: Mon Jan 26 03:17:19 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 169K bytes - Viewed (0) -
os.path — Common pathname manipulations — Pytho...
Source code: Lib/genericpath.py, Lib/posixpath.py(for POSIX) and Lib/ntpath.py(for Windows). This module implements some useful functions on pathnames. To read or write files see open(), and for ac...docs.python.org/3/library/os.path.htmlRegistered: Mon Jan 26 03:14:59 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 84K 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 ...docs.python.org/3/tutorial/introduction.htmlRegistered: Mon Jan 26 03:14:43 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 69.9K bytes - Viewed (0) -
webbrowser — Convenient web-browser controller ...
Source code: Lib/webbrowser.py The webbrowser module provides a high-level interface to allow displaying web-based documents to users. Under most circumstances, simply calling the open() function f...docs.python.org/3/library/webbrowser.htmlRegistered: Mon Jan 26 03:16:44 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 41.5K bytes - Viewed (0) -
unittest.mock — mock object library — Python 3....
Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they hav...docs.python.org/3/library/unittest.mock.htmlRegistered: Mon Jan 26 03:18:28 UTC 2026 - Last Modified: Sun Jan 25 17:23:31 UTC 2026 - 400K bytes - Viewed (0)