- Sort Score
- Num 10 results
- Language All
- Labels All
Results 361 - 370 of 5,223 for int (0.12 seconds)
-
functools — Higher-order functions and operatio...
(Some types such as str and int may be cached separately even...callable that behaves like the int() function where the base argument...docs.python.org/3/library/functools.htmlFri Feb 06 03:23:28 GMT 2026 113.5K bytes -
Dropped: private[this] and protected[this]
Example: class C(x: Int): private[C] val field = x +...eliminated: class C(private val c: Int) Contributors to this page Edit...docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.htmlTue Jan 27 22:53:02 GMT 2026 30.4K bytes -
Built-in Functions — Python 3.14.3 docume...
zeros: int('010', 0) is not legal, while int('010') and int('010',...is a subclass of int (see Numeric Types — int, float, complex...docs.python.org/3/library/functions.htmlSun Feb 22 06:33:52 GMT 2026 46.6K bytes -
打包和导入 | Scala 3 — Book | Scala Documentation
2 -> 2 ) val c : Map [ Int , Int ] = Map ( 1 -> 1 , 2 -> 2...MonthConverter [ Int ] with def convert ( i : Int ) : String = i...docs.scala-lang.org/zh-cn/scala3/book/packaging-imports.htmlFri Feb 06 04:30:27 GMT 2026 494K bytes -
xmlrpc.client — XML-RPC client access — Python ...
int, int, int”. If no signature is defined...boolean bool int , i1 , i2 , i4 , i8 or biginteger int in range from...docs.python.org/3/library/xmlrpc.client.htmlFri Feb 06 03:23:28 GMT 2026 84.7K bytes -
Deprecations — Python 3.14.3 documentation
x=int, y=int) ) has been deprecated since...integer, convert to int explicitly ( ~int(x) ). functools : Calling...docs.python.org/3/deprecations/index.htmlFri Feb 06 03:23:28 GMT 2026 120.8K bytes -
Pickle buffer objects — Python 3.14.3 documenta...
int PyPickleBuffer_Check ( PyObject...exception and return NULL . int PyPickleBuffer_Release ( PyObject...docs.python.org/3/c-api/picklebuffer.htmlFri Feb 06 03:23:27 GMT 2026 20.1K bytes -
Scala Cheatsheet | Scala Documentation
Good def f(x: Int) = { x * x } Bad def f(x: Int) { x * x } Define...2) Infix sugar. def sum(args: Int*) = args.reduceLeft(_+_) Varargs....docs.scala-lang.org/cheatsheets/index.htmlThu Feb 05 16:30:25 GMT 2026 47.2K bytes -
uuid — UUID objects according to RFC 9562 ̵...
int = None , version = None , * ,...single 128-bit integer as the int argument. When a string of hex...docs.python.org/3/library/uuid.htmlSun Feb 22 06:33:52 GMT 2026 11.4K bytes -
Scala for Python Developers | Scala 3 — Book | ...
return a + b def add(a: Int, b: Int): Int = a + b 多行方法: def walkThenRun():...< b else b def min(a: Int, b: Int): Int = if a < b then a else...docs.scala-lang.org/zh-cn/scala3/book/scala-for-python-devs.htmlFri Feb 06 04:30:27 GMT 2026 486.6K bytes