numba.typeconv package

Submodules

numba.typeconv.rules module

numba.typeconv.rules.dump_number_rules()

numba.typeconv.typeconv module

class numba.typeconv.typeconv.TypeManager

Bases: object

check_compatible(fromty, toty)
get_pointer()
select_overload(sig, overloads)
set_compatible(fromty, toty, by)
set_promote(fromty, toty)
set_safe_convert(fromty, toty)
set_unsafe_convert(fromty, toty)

Module contents