- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1471 - 1480 of about 10,000 for timestamp:[now/d-7d TO *] (0.1 sec)
-
Currying | Scala Documentation
Tour of Scala Currying Language Nota de traducción: Currying es una técnica de programación funcional nombrada en hon...docs.scala-lang.org/es/tour/multiple-parameter-lists.htmlRegistered: Fri Feb 21 04:27:14 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 98.8K bytes - Viewed (0) -
Тестування Scala з sbt та ScalaTest в командном...
Тестування Scala з sbt та ScalaTest в командному рядку Language Існує кілька бібліотек і методологій тестування для S...docs.scala-lang.org/uk/getting-started/sbt-track/testing-scala-with-sbt-on-the-command-line.htmlRegistered: Fri Feb 21 04:27:27 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 32.7K bytes - Viewed (0) -
抽象类型 | Scala Documentation
Tour of Scala 抽象类型 Language 特质和抽象类可以包含一个抽象类型成员,意味着实际类型可由具体实现来确定。例如: trait Buffer { type T val element : T } 这里定义的抽象类型...docs.scala-lang.org/zh-cn/tour/abstract-type-members.htmlRegistered: Fri Feb 21 04:29:01 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 210.5K bytes - Viewed (0) -
传名参数 | Scala Documentation
Tour of Scala 传名参数 Language 传名参数 仅在被使用时触发实际参数的求值运算。 它们与 传值参数 正好相反。 要将一个参数变为传名参数,只需在它的类型前加上 => 。 def calculate ( input...docs.scala-lang.org/zh-cn/tour/by-name-parameters.htmlRegistered: Fri Feb 21 04:29:20 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 205.9K bytes - Viewed (0) -
Funkcje zagnieżdżone | Scala Documentation
Tour of Scala Funkcje zagnieżdżone Language Scala pozwala na zagnieżdżanie definicji funkcji. Poniższy obiekt określa...docs.scala-lang.org/pl/tour/nested-functions.htmlRegistered: Fri Feb 21 04:31:20 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 74.7K bytes - Viewed (0) -
Funciones Anidadas | Scala Documentation
Tour of Scala Funciones Anidadas Language En scala es posible anidar definiciones de funciones. El siguiente objeto p...docs.scala-lang.org/es/tour/nested-functions.htmlRegistered: Fri Feb 21 04:31:26 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 83.3K bytes - Viewed (0) -
__main__ — Top-level code environment — Python ...
In Python, the special name__main__ is used for two important constructs: the name of the top-level environment of the program, which can be checked using the__name__ == '__main__' expression; and,...docs.python.org/3/library/__main__.htmlRegistered: Fri Feb 21 03:17:45 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 48K bytes - Viewed (0) -
compileall — Byte-compile Python libraries — Py...
Source code: Lib/compileall.py This module provides some utility functions to support installing Python libraries. These functions compile Python source files in a directory tree. This module can b...docs.python.org/3/library/compileall.htmlRegistered: Fri Feb 21 03:17:55 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 54K bytes - Viewed (0) -
inspect — Inspect live objects — Python 3.13.2 ...
Source code: Lib/inspect.py The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, ...docs.python.org/3/library/inspect.htmlRegistered: Fri Feb 21 03:17:18 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 200.5K bytes - Viewed (0) -
dataclasses — Data Classes — Python 3.13.2 docu...
Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...docs.python.org/3/library/dataclasses.htmlRegistered: Fri Feb 21 03:17:24 UTC 2025 - Last Modified: Thu Feb 20 16:48:17 UTC 2025 - 124K bytes - Viewed (0)