- Sort Score
- Num 10 results
- Language All
- Labels All
Results 371 - 380 of over 10,000 for test (0.72 seconds)
-
fnmatch — Unix filename pattern matching —...
pat ) Test whether the filename string...fnmatch. fnmatchcase ( name , pat ) Test whether the filename string...docs.python.org/3/library/fnmatch.htmlSun Feb 22 06:33:52 GMT 2026 5.5K bytes -
timeit — Measure execution time of small code s...
statement: def test (): """Stupid test function"""..."test()" , setup = "from __main__ import test"...docs.python.org/3/library/timeit.htmlSun Feb 22 06:33:52 GMT 2026 10.8K bytes -
Capture Checking of Classes
def test(xfs: FileSystem): Logger^{xfs}...field. Hence, the result of test is of type Logger^{xfs} Sometimes,...docs.scala-lang.org/scala3/reference/experimental/capture-checking/classes.htmlTue Jan 27 22:53:02 GMT 2026 49.9K bytes -
Trait Iterable | Collections (Scala 2.8 - 2.12)...
Comparison: xs sameElements ys A test whether xs and ys contain the...sets, apply is a membership test. For instance, Set('a', 'b',...docs.scala-lang.org/overviews/collections/trait-iterable.htmlFri Feb 06 04:30:27 GMT 2026 49.2K bytes -
sbt and ScalaTest | Scala Book | Scala Document...
a code testing framework We’ll start by showing...and sbt together to build and test your Scala projects. ← previous...docs.scala-lang.org/overviews/scala-book/sbt-scalatest-intro.htmlFri Feb 06 04:30:27 GMT 2026 57.8K bytes -
Library and Extension FAQ — Python 3.14.3 docum...
and Smalltalk testing frameworks. To make testing easier, you should...write test functions that exercise the behaviours. A test suite...docs.python.org/3/faq/library.htmlFri Feb 06 03:23:28 GMT 2026 85.3K bytes -
Dependent Function Types - More Details
M @main def test = val c = new C { type M = Int;...=> compose(f)(g)(x) @main def test = val i2s = new I2S val s2i...docs.scala-lang.org/scala3/reference/new-types/dependent-function-types-spec.htmlTue Jan 27 22:53:02 GMT 2026 37.1K bytes -
CanThrow Capabilities
> scala test 1 2 3 14.0 > scala test 0.0 > scala test 1 2 3 100000000000...catches LimitExceeded : @main def test(xs: Double*) = try println(xs.map(f).sum)...docs.scala-lang.org/scala3/reference/experimental/canthrow.htmlTue Jan 27 22:53:02 GMT 2026 60.6K bytes -
zipfile — Work with ZIP archives — Python...
if our test files are all either in test directories or...level name test / __init__ . pyc # Package directory test / testall...docs.python.org/3/library/zipfile.htmlSun Feb 22 06:33:52 GMT 2026 20.1K bytes -
Futures — Python 3.14.3 documentation
( isfuture() is used for the test.) a Task object wrapping obj...iscoroutine() is used for the test); in this case the coroutine...docs.python.org/3/library/asyncio-future.htmlFri Feb 06 03:23:27 GMT 2026 42.2K bytes