- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for IsInt (0.04 seconds)
-
tests/test_tutorial/test_sql_databases/test_tutorial002.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 17.9K bytes - Click Count (0) -
tests/test_tutorial/test_sql_databases/test_tutorial001.py
{ "name": "Dead Pond", "age": 30, "id": IsInt(), "secret_name": "Dive Wilson", }, { "name": "Spider-Boy", "age": 18, "id": IsInt(), "secret_name": "Pedro Parqueador", }, {Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 14K bytes - Click Count (0) -
api/go1.5.txt
pkg math/big, method (*Float) Int(*Int) (*Int, Accuracy) pkg math/big, method (*Float) Int64() (int64, Accuracy) pkg math/big, method (*Float) IsInf() bool pkg math/big, method (*Float) IsInt() bool pkg math/big, method (*Float) MantExp(*Float) int pkg math/big, method (*Float) MinPrec() uint pkg math/big, method (*Float) Mode() RoundingMode pkg math/big, method (*Float) Mul(*Float, *Float) *Float
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Jul 30 21:14:09 GMT 2015 - 46.6K bytes - Click Count (0) -
doc/go_spec.html
</p> <pre> v := x // x is evaluated exactly once if v == nil { i := v // type of i is type of x (interface{}) printString("x is nil") } else if i, isInt := v.(int); isInt { printInt(i) // type of i is int } else if i, isFloat64 := v.(float64); isFloat64 { printFloat64(i) // type of i is float64
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 02 23:07:19 GMT 2025 - 286.5K bytes - Click Count (1) -
api/go1.txt
pkg math/big, method (*Rat) GobDecode([]uint8) error pkg math/big, method (*Rat) GobEncode() ([]uint8, error) pkg math/big, method (*Rat) Inv(*Rat) *Rat pkg math/big, method (*Rat) IsInt() bool pkg math/big, method (*Rat) Mul(*Rat, *Rat) *Rat pkg math/big, method (*Rat) Neg(*Rat) *Rat pkg math/big, method (*Rat) Num() *Int pkg math/big, method (*Rat) Quo(*Rat, *Rat) *Rat
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)