- Sort Score
- Num 10 results
- Language All
- Labels All
Results 441 - 450 of 5,223 for int (0.09 seconds)
-
Glossary — Python 3.14.3 documentation
tuple [ int , int , int ]]) -> list [ tuple [ int , int , int...sum_two_numbers ( a : int , b : int ) -> int : return a + b Function...docs.python.org/3/glossary.htmlSun Feb 22 06:33:52 GMT 2026 39.1K bytes -
timeit — Measure execution time of small code s...
timeit "try:" " int.__bool__" "except ...python -m timeit "if hasattr(int, '__bool__'): pass"...docs.python.org/3/library/timeit.htmlSun Feb 22 06:33:52 GMT 2026 10.8K bytes -
依赖函数类型 | Scala 3 — Book | Scala Documentation
Age extends Key { type Value = Int } 以下对方法 get 的调用现在将键入检查: val db...( Name ) val res2 : Option [ Int ] = db . get ( Age ) 调用方法 db.get(Name)...docs.scala-lang.org/zh-cn/scala3/book/types-dependent-function.htmlFri Feb 06 04:30:27 GMT 2026 447.5K bytes -
concurrent.futures — Launching parallel tasks —...
timeout can be an int or a float. If timeout is not...== 0 : return False sqrt_n = int ( math . floor ( math . sqrt...docs.python.org/3/library/concurrent.futures.htmlFri Feb 06 03:23:27 GMT 2026 107.4K bytes -
Iterators | Collections | Scala Documentation
BufferedIterator[Int] = non-empty iterator scala> bit.head res10: Int = 1...bit.next() res11: Int = 1 scala> bit.next() res11: Int = 2 注意,调用 BufferedIterator...docs.scala-lang.org/zh-cn/overviews/collections/iterators.htmlFri Feb 06 04:30:27 GMT 2026 138.2K bytes -
统一类型 | Scala Documentation
别是: Double 、 Float 、 Long 、 Int 、 Short 、 Byte 、 Char 、 Unit...face : Char = '☺' val number : Int = face // 9786 转换是单向,下面这样写将不会通过编译。...docs.scala-lang.org/zh-cn/tour/unified-types.htmlFri Feb 06 04:30:27 GMT 2026 209K bytes -
Mutable and Immutable Collections | Collections...
3) map (_ + 1) res0: List[Int] = List(2, 3, 4) scala> Set(1,...2, 3) map (_ * 2) res0: Set[Int] = Set(2, 4, 6) This behavior...docs.scala-lang.org/overviews/collections-2.13/overview.htmlFri Feb 06 04:30:27 GMT 2026 56.4K bytes -
dbm — Interfaces to Unix “databases” — Python 3...
mode ( int ) – The Unix file access mode...supported flag characters. mode ( int ) – The Unix file access mode...docs.python.org/3/library/dbm.htmlFri Feb 06 03:23:28 GMT 2026 68.8K bytes -
Deprecated: Nonlocal Returns
elem: T): Int = boundary: for (x, i) <- xs.zipWithIndex...docs.scala-lang.org/scala3/reference/dropped-features/nonlocal-returns.htmlTue Jan 27 22:53:02 GMT 2026 28.9K bytes -
環境、ユニバース、ミラー | Reflection | Scala Documentation
line: Int, column: Int) object Macros { def currentLocation:...method mirror for C.x: scala.Int (bound to C@3442299e) scala>...docs.scala-lang.org/ja/overviews/reflection/environment-universes-mirrors.htmlFri Feb 06 04:30:27 GMT 2026 61.1K bytes