- Sort Score
- Num 10 results
- Language All
- Labels All
Results 391 - 400 of 5,398 for int (0.37 seconds)
-
1. Extending Python with C or C++ — Pytho...
h> int main ( int argc , char * argv [])...#include <Python.h> int ok ; int i , j ; long k , l ; const...docs.python.org/3/extending/extending.htmlWed Apr 29 06:55:53 GMT 2026 30.2K bytes -
Polymorphic Function Types
passing it a type argument bar[Int] within a method body . On the...expression , as in type Bar = F[Int] . Contributors to this page...docs.scala-lang.org/scala3/reference/new-types/polymorphic-function-types.htmlTue Jan 27 22:53:02 GMT 2026 33.6K bytes -
Deprecations — Python 3.14.4 documentation
x=int, y=int) ) has been deprecated since...integer, convert to int explicitly ( ~int(x) ). functools : Calling...docs.python.org/3/deprecations/index.htmlWed Apr 29 06:55:53 GMT 2026 16.9K bytes -
3. Defining Extension Types: Assorted Topics &#...
const char * name ; int type ; int offset ; int flags ; const char...be initialized. */ unsigned int tp_version_tag ; destructor tp_finalize...docs.python.org/3/extending/newtypes.htmlWed Apr 29 06:55:53 GMT 2026 16.6K bytes -
secrets — Generate secure random numbers for ma...
exclusive_upper_bound ) Return a random int in the range [0, exclusive_upper_bound...( k ) Return a non-negative int with k random bits. Generating...docs.python.org/3/library/secrets.htmlWed Apr 29 06:55:52 GMT 2026 6.6K bytes -
What else can uPickle do? | The Scala Toolkit |...
_ case class Bar ( i : Int , s : String ) object Bar { implicit...upickle.default. * case class Bar ( i : Int , s : String ) object Bar : given...docs.scala-lang.org/toolkit/json-what-else.htmlFri Feb 06 04:30:27 GMT 2026 63K bytes -
Main Methods
@main def happyBirthday(age: Int, name: String, others: String*)...happyBirthday( CLP.parseArgument[Int](args, 0), CLP.parseArgument[String](args,...docs.scala-lang.org/scala3/reference/changed-features/main-functions.htmlTue Jan 27 22:53:02 GMT 2026 35.4K bytes -
Unified Types | Tour of Scala | Scala Documenta...
Int , Short , Byte , Char , Unit...face : Char = '☺' val number : Int = face // 9786 Casting is unidirectional....docs.scala-lang.org/tour/unified-types.htmlWed Apr 29 03:30:28 GMT 2026 40.2K bytes -
SIP Meeting Minutes - March 12 2020 | Scala Doc...
T: { def foo(x: Int): Int } ) Martin: or users could...val val x: Any { def a(x: Int): Int } Adriaan: I’m symapthetic...docs.scala-lang.org/sips/minutes/2020-03-12-minutes.htmlFri Feb 06 04:30:27 GMT 2026 38.7K bytes -
fractions — Rational numbers — Python 3.1...
gcd() always returns an int type. Previously, the GCD type...__floor__ ( ) Returns the greatest int <= self . This method can...docs.python.org/3/library/fractions.htmlTue Apr 28 13:41:05 GMT 2026 8.9K bytes