- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of about 10,000 for test (0.21 sec)
-
collections.abc — Abstract Base Classes for Con...
classes that can be used to test whether a class provides a particular...issubclass() or isinstance() test for an interface works in one...docs.python.org/3/library/collections.abc.htmlRegistered: Fri Nov 15 03:42:28 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 99.3K bytes - Viewed (0) -
Programming FAQ — Python 3.13.0 documentation
identity tests with the is operator? The is operator tests for object...Identity tests are usually faster than equality tests. And unlike...docs.python.org/3/faq/programming.htmlRegistered: Fri Nov 15 03:40:48 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 249.2K bytes - Viewed (0) -
Higher-Order Functions | Scala 3 — Book | Scala...
match f ’s signature so we can test it. The following function takes...executeNTimes returns Unit . To test executeNTimes , define a method...docs.scala-lang.org/scala3/book/fun-hofs.htmlRegistered: Fri Nov 15 03:54:41 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 106.5K bytes - Viewed (0) -
Run-Time Multi-Stage Programming
out Test.scala scala -with-compiler -classpath out Test Example...docs.scala-lang.org/scala3/reference/metaprogramming/staging.htmlRegistered: Fri Nov 15 04:31:28 UTC 2024 - Last Modified: Wed Aug 21 12:53:02 UTC 2024 - 31.5K bytes - Viewed (0) -
An OOP Example | Scala Book | Scala Documentation
Testing those classes You can use a...a little “driver” class to test those classes. With the addition...docs.scala-lang.org/overviews/scala-book/oop-pizza-example.htmlRegistered: Fri Nov 15 03:49:46 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 74.5K bytes - Viewed (0) -
Type Class Derivation
to further test for equality based on the Eq...product case, eqProduct , we test the runtime values of the arguments...docs.scala-lang.org/scala3/reference/contextual/derivation.htmlRegistered: Fri Nov 15 04:30:31 UTC 2024 - Last Modified: Wed Aug 21 12:53:02 UTC 2024 - 74.8K bytes - Viewed (0) -
SIP-23 - Literal-based singleton types | Scala ...
isInstanceOf tests are implemented via equality/identity tests of the...isInstanceOf tests are implemented via equality/identity tests of the...docs.scala-lang.org/sips/42.type.htmlRegistered: Fri Nov 15 04:40:40 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 60.3K bytes - Viewed (0) -
Optimizer | Scala Documentation
class A { println ( Test . f ) } object Test extends A { @inline...found $> scalac Test.scala '-opt:inline:**' -Wopt Test.scala:3: warning:...docs.scala-lang.org/overviews/compiler-options/optimizer.htmlRegistered: Fri Nov 15 03:44:53 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 51.9K bytes - Viewed (0) -
Sorting Techniques — Python 3.13.0 documentation
comparison: >>> sorted ( "This is a test string from Andrew" . split...'Andrew', 'from', 'is', 'string', 'test', 'This'] The value of the key...docs.python.org/3/howto/sorting.htmlRegistered: Fri Nov 15 03:54:57 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 53.8K bytes - Viewed (0) -
Type Checker | Scala 3 Migration Guide | Scala ...
docs.scala-lang.org/scala3/guides/migration/incompat-type-checker.htmlRegistered: Fri Nov 15 03:35:23 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 59.2K bytes - Viewed (0)