dtypes#

class dtypes[source]#

Bases: object

Methods

class bool(x)#

Bases: int

Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.

int#

alias of int64

rand_int#

alias of int32

rand_uint#

alias of uint32

float#

alias of float32

result_float#

alias of float64