Lowering Listing

This lists all lowering definition registered to the CPU target. Each subsection corresponds to a Python function that is supported by numba nopython mode. These functions have one or more lower implementation with different signatures. The compiler chooses the most specific implementation from all overloads.

'array.argmin'

Signature

Definition

(Array)

array_argmin numba/np/arraymath.py lines 635-705

'array.argsort'

Signature

Definition

(Array, StringLiteral)

array_argsort numba/np/arrayobj.py lines 5260-5274

'array.astype'

Signature

Definition

(Array, DTypeSpec)

array_astype numba/np/arrayobj.py lines 4210-4237

'array.copy'

Signature

Definition

(Array)

array_copy numba/np/arrayobj.py lines 4125-4127

'array.cumprod'

Signature

Definition

(Array)

array_cumprod numba/np/arraymath.py lines 386-402

'array.cumsum'

Signature

Definition

(Array)

array_cumsum numba/np/arraymath.py lines 366-383

'array.flatten'

Signature

Definition

(Array)

array_flatten numba/np/arrayobj.py lines 1794-1802

'array.item'

Signature

Definition

(Array)

array_item numba/np/arrayobj.py lines 522-534

'array.itemset'

Signature

Definition

(Array, any)

array_itemset numba/np/arrayobj.py lines 537-551

'array.max'

Signature

Definition

(Array)

array_max numba/np/arraymath.py lines 552-632

'array.mean'

Signature

Definition

(Array)

array_mean numba/np/arraymath.py lines 405-420

'array.min'

Signature

Definition

(Array)

array_min numba/np/arraymath.py lines 469-549

'array.nonzero'

Signature

Definition

(Array)

array_nonzero numba/np/arraymath.py lines 3253-3309

'array.prod'

Signature

Definition

(Array)

array_prod numba/np/arraymath.py lines 351-363

'array.ravel'

Signature

Definition

(Array)

array_ravel numba/np/arrayobj.py lines 1763-1783

'array.reshape'

Signature

Definition

(Array, *any)

array_reshape_vararg numba/np/arrayobj.py lines 1724-1727

(Array, BaseTuple)

array_reshape numba/np/arrayobj.py lines 1659-1721

'array.sort'

Signature

Definition

(Array)

array_sort numba/np/arrayobj.py lines 5236-5246

'array.std'

Signature

Definition

(Array)

array_std numba/np/arraymath.py lines 441-447

'array.sum'

Signature

Definition

(Array)

array_sum numba/np/arraymath.py lines 163-176

(Array, DTypeSpec)

array_sum_dtype numba/np/arraymath.py lines 292-305

(Array, IntegerLiteral)

array_sum_axis numba/np/arraymath.py lines 308-348

(Array, IntegerLiteral, DTypeSpec)

array_sum_axis_dtype numba/np/arraymath.py lines 249-289

(Array, int64)

array_sum_axis numba/np/arraymath.py lines 308-348

(Array, int64, DTypeSpec)

array_sum_axis_dtype numba/np/arraymath.py lines 249-289

'array.take'

Signature

Definition

(Array, Array)

numpy_take_2 numba/np/arrayobj.py lines 3915-3938

(Array, BaseTuple)

numpy_take_3 numba/np/arrayobj.py lines 3941-3961

(Array, Integer)

numpy_take_1 numba/np/arrayobj.py lines 3902-3912

(Array, List)

numpy_take_3 numba/np/arrayobj.py lines 3941-3961

'array.transpose'

Signature

Definition

(Array)

array_transpose numba/np/arrayobj.py lines 1450-1452

(Array, *any)

array_transpose_vararg numba/np/arrayobj.py lines 1525-1528

(Array, BaseTuple)

array_transpose_tuple numba/np/arrayobj.py lines 1470-1522

'array.var'

Signature

Definition

(Array)

array_var numba/np/arraymath.py lines 423-438

'array.view'

Signature

Definition

(Array, DTypeSpec)

array_view numba/np/arrayobj.py lines 2074-2099

'complex.conjugate'

Signature

Definition

(Complex)

complex_conjugate_impl numba/cpython/numbers.py lines 936-942

(Float)

real_conjugate_impl numba/cpython/numbers.py lines 951-952

(Integer)

real_conjugate_impl numba/cpython/numbers.py lines 951-952

'ffi.from_buffer'

Signature

Definition

(Buffer)

from_buffer numba/misc/cffiimpl.py lines 12-22

'getiter'

Signature

Definition

(Buffer)

getiter_array numba/np/arrayobj.py lines 256-277

(DictItemsIterableType)

impl_iterable_getiter numba/typed/dictobject.py lines 935-966

(DictKeysIterableType)

impl_iterable_getiter numba/typed/dictobject.py lines 935-966

(DictType)

impl_dict_getiter numba/typed/dictobject.py lines 969-1000

(DictValuesIterableType)

impl_iterable_getiter numba/typed/dictobject.py lines 935-966

(IteratorType)

iterator_getiter numba/cpython/iterators.py lines 12-15

(List)

getiter_list numba/cpython/listobj.py lines 488-491

(ListType)

getiter_list numba/typed/listobject.py lines 1504-1508

(NamedUniTuple)

getiter_unituple numba/cpython/tupleobj.py lines 140-156

(Set)

getiter_set numba/cpython/setobj.py lines 1211-1214

(UniTuple)

getiter_unituple numba/cpython/tupleobj.py lines 140-156

(UnicodeType)

getiter_unicode numba/cpython/unicode.py lines 2412-2433

(range_state_int32)

make_range_impl.<locals>.getiter_range32_impl numba/cpython/rangeobj.py lines 91-99

(range_state_int64)

make_range_impl.<locals>.getiter_range32_impl numba/cpython/rangeobj.py lines 91-99

(range_state_uint64)

make_range_impl.<locals>.getiter_range32_impl numba/cpython/rangeobj.py lines 91-99

'iternext'

Signature

Definition

(ArrayIterator)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(DictIteratorType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(EnumerateType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(Generator)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(ListIter)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(ListTypeIteratorType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(NumpyFlatType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(NumpyNdEnumerateType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(NumpyNdIndexType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(NumpyNdIterType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(SetIter)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(UniTupleIter)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(UnicodeIteratorType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(ZipType)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(range_iter_int32)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(range_iter_int64)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

(range_iter_uint64)

iternext_impl.<locals>.outer.<locals>.wrapper numba/core/imputils.py lines 333-347

'list.append'

Signature

Definition

(List, any)

list_append numba/cpython/listobj.py lines 847-857

'list.clear'

Signature

Definition

(List)

list_clear numba/cpython/listobj.py lines 859-864

'list.copy'

Signature

Definition

(List)

list_copy numba/cpython/listobj.py lines 866-871

'list.count'

Signature

Definition

(List, any)

list_count numba/cpython/listobj.py lines 873-883

'list.extend'

Signature

Definition

(List, IterableType)

list_extend numba/cpython/listobj.py lines 902-915

'list.index'

Signature

Definition

(List, any)

list_index numba/cpython/listobj.py lines 917-927

(List, any, Integer)

list_index numba/cpython/listobj.py lines 929-945

(List, any, Integer, Integer)

list_index numba/cpython/listobj.py lines 947-967

'list.insert'

Signature

Definition

(List, Integer, any)

list_insert numba/cpython/listobj.py lines 969-984

'list.pop'

Signature

Definition

(List)

list_pop numba/cpython/listobj.py lines 986-998

(List, Integer)

list_pop numba/cpython/listobj.py lines 1000-1016

'list.remove'

Signature

Definition

(List, any)

list_remove numba/cpython/listobj.py lines 1018-1029

'list.reverse'

Signature

Definition

(List)

list_reverse numba/cpython/listobj.py lines 1031-1039

'not in'

Signature

Definition

(any, any)

not_in numba/cpython/builtins.py lines 400-406

'number.item'

Signature

Definition

(Boolean)

number_item_impl numba/cpython/numbers.py lines 1167-1173

(Number)

number_item_impl numba/cpython/numbers.py lines 1167-1173

'set.add'

Signature

Definition

(Set, any)

set_add numba/cpython/setobj.py lines 1228-1234

'set.clear'

Signature

Definition

(Set)

set_clear numba/cpython/setobj.py lines 1268-1272

'set.copy'

Signature

Definition

(Set)

set_copy numba/cpython/setobj.py lines 1274-1278

'set.difference'

Signature

Definition

(Set, Set)

set_difference numba/cpython/setobj.py lines 1347-1355

'set.difference_update'

Signature

Definition

(Set, IterableType)

set_difference_update numba/cpython/setobj.py lines 1280-1287

'set.discard'

Signature

Definition

(Set, any)

set_discard numba/cpython/setobj.py lines 1236-1242

'set.intersection'

Signature

Definition

(Set, Set)

set_intersection numba/cpython/setobj.py lines 1357-1370

'set.intersection_update'

Signature

Definition

(Set, Set)

set_intersection_update numba/cpython/setobj.py lines 1289-1296

'set.isdisjoint'

Signature

Definition

(Set, Set)

set_isdisjoint numba/cpython/setobj.py lines 1406-1411

'set.issubset'

Signature

Definition

(Set, Set)

set_issubset numba/cpython/setobj.py lines 1413-1419

'set.issuperset'

Signature

Definition

(Set, Set)

set_issuperset numba/cpython/setobj.py lines 1421-1427

'set.pop'

Signature

Definition

(Set)

set_pop numba/cpython/setobj.py lines 1244-1252

'set.remove'

Signature

Definition

(Set, any)

set_remove numba/cpython/setobj.py lines 1254-1263

'set.symmetric_difference'

Signature

Definition

(Set, Set)

set_symmetric_difference numba/cpython/setobj.py lines 1372-1386

'set.symmetric_difference_update'

Signature

Definition

(Set, Set)

set_symmetric_difference_update numba/cpython/setobj.py lines 1298-1305

'set.union'

Signature

Definition

(Set, Set)

set_union numba/cpython/setobj.py lines 1388-1401

'set.update'

Signature

Definition

(Set, IterableType)

set_update numba/cpython/setobj.py lines 1307-1330

'slice.indices'

Signature

Definition

(SliceType, Integer)

slice_indices numba/cpython/slicing.py lines 218-240

'static_getitem'

Signature

Definition

(Array, StringLiteral)

array_record_getitem numba/np/arrayobj.py lines 2427-2433

(BaseTuple, IntegerLiteral)

static_getitem_tuple numba/cpython/tupleobj.py lines 348-373

(BaseTuple, SliceLiteral)

static_getitem_tuple numba/cpython/tupleobj.py lines 348-373

(EnumClass, StringLiteral)

enum_class_getitem numba/cpython/enumimpl.py lines 73-81

(LiteralList, IntegerLiteral)

static_getitem_tuple numba/cpython/tupleobj.py lines 348-373

(LiteralList, SliceLiteral)

static_getitem_tuple numba/cpython/tupleobj.py lines 348-373

(LiteralStrKeyDict, StringLiteral)

static_getitem_tuple numba/cpython/tupleobj.py lines 348-373

(Record, IntegerLiteral)

record_static_getitem_int numba/np/arrayobj.py lines 2506-2515

(Record, StringLiteral)

record_static_getitem_str numba/np/arrayobj.py lines 2497-2503

'static_setitem'

Signature

Definition

(Record, IntegerLiteral, any)

record_static_setitem_int numba/np/arrayobj.py lines 2531-2542

(Record, StringLiteral, any)

record_static_setitem_str numba/np/arrayobj.py lines 2518-2528

'typed_getitem'

Signature

Definition

(BaseTuple, any)

getitem_typed numba/cpython/tupleobj.py lines 208-290

(<class 'numba.core.types.containers.BaseTuple'>, '__hash__')

Signature

Definition

(BaseTuple, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.BaseTuple'>, 'index')

Signature

Definition

(BaseTuple, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, '_to_str')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'center')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'endswith')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'find')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'isascii')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'join')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'ljust')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'lstrip')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'rfind')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'rjust')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'rstrip')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'split')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'startswith')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'strip')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.Bytes'>, 'zfill')

Signature

Definition

(Bytes, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, '__setitem__')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'clear')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'copy')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'get')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'items')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'keys')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'pop')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'popitem')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'setdefault')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.DictType'>, 'values')

Signature

Definition

(DictType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.List'>, 'sort')

Signature

Definition

(List, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, '_allocated')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, '_is_mutable')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, '_make_immutable')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, '_make_mutable')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'append')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'clear')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'copy')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'count')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'extend')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'getitem_unchecked')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'index')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'insert')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'pop')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'remove')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'reverse')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.ListType'>, 'sort')

Signature

Definition

(ListType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'append')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'clear')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'copy')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'count')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'extend')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'index')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'insert')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'pop')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'remove')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'reverse')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralList'>, 'sort')

Signature

Definition

(LiteralList, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'clear')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'copy')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'get')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'items')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'keys')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'pop')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'popitem')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'setdefault')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.containers.LiteralStrKeyDict'>, 'values')

Signature

Definition

(LiteralStrKeyDict, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, '__hash__')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, '_to_bytes')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'capitalize')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'casefold')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'center')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'count')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'endswith')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'expandtabs')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'find')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'index')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isalnum')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isalpha')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isascii')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isdecimal')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isdigit')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isidentifier')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'islower')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isnumeric')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isprintable')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isspace')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'istitle')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'isupper')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'join')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'ljust')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'lower')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'lstrip')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'partition')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'replace')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'rfind')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'rindex')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'rjust')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'rpartition')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'rsplit')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'rstrip')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'split')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'splitlines')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'startswith')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'strip')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'swapcase')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'title')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'upper')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.misc.UnicodeType'>, 'zfill')

Signature

Definition

(UnicodeType, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'all')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'any')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'argmax')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'clip')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'conj')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'conjugate')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'dot')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'fill')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'ptp')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.Array'>, 'repeat')

Signature

Definition

(Array, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, '__hash__')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, '_get_kind')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, '_to_str')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'center')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'endswith')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'find')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'isascii')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'isupper')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'join')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'ljust')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'lstrip')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'rfind')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'rjust')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'rstrip')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'split')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'startswith')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'strip')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'upper')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.CharSeq'>, 'zfill')

Signature

Definition

(CharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, '__hash__')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, '_get_kind')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'center')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'endswith')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'find')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'isascii')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'isupper')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'join')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'ljust')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'lstrip')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'rfind')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'rjust')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'rstrip')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'split')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'startswith')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'strip')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'upper')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.npytypes.UnicodeCharSeq'>, 'zfill')

Signature

Definition

(UnicodeCharSeq, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.scalars.Boolean'>, '__hash__')

Signature

Definition

(Boolean, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.scalars.Complex'>, '__hash__')

Signature

Definition

(Complex, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.scalars.Float'>, '__hash__')

Signature

Definition

(Float, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.scalars.Float'>, 'view')

Signature

Definition

(Float, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.scalars.IntEnumMember'>, '__hash__')

Signature

Definition

(IntEnumMember, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.scalars.Integer'>, '__hash__')

Signature

Definition

(Integer, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(<class 'numba.core.types.scalars.Integer'>, 'view')

Signature

Definition

(Integer, *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(typeref[<class 'numba.core.types.containers.DictType'>], 'empty')

Signature

Definition

(typeref[<class ‘numba.core.types.containers.DictType’>], *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

(typeref[<class 'numba.core.types.npytypes.Array'>], '_allocate')

Signature

Definition

(typeref[<class ‘numba.core.types.npytypes.Array’>], *any)

_OverloadMethodTemplate._init_once.<locals>.method_impl numba/core/typing/templates.py lines 1095-1104

<ufunc 'absolute'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'add'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'arccos'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'arccosh'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'arcsin'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'arcsinh'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'arctan'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'arctan2'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'arctanh'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'bitwise_and'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'bitwise_or'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'bitwise_xor'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'ceil'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'conjugate'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'copysign'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'cos'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'cosh'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'deg2rad'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'degrees'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'divmod'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'equal'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'exp'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'exp2'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'expm1'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'fabs'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'floor'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'floor_divide'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'fmax'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'fmin'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'fmod'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'gcd'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'greater'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'greater_equal'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'hypot'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'invert'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'isfinite'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'isinf'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'isnan'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'isnat'>

Signature

Definition

(NPDatetime)

_np_isnat_impl numba/np/npdatetime.py lines 811-814

(NPTimedelta)

_np_isnat_impl numba/np/npdatetime.py lines 811-814

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'lcm'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'ldexp'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'left_shift'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'less'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'less_equal'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'log'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'log10'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'log1p'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'log2'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'logaddexp'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'logaddexp2'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'logical_and'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'logical_not'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'logical_or'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'logical_xor'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'maximum'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'minimum'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'multiply'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'negative'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'nextafter'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'not_equal'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'positive'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'power'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'rad2deg'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'radians'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'reciprocal'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'remainder'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'right_shift'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'rint'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'sign'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'signbit'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'sin'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'sinh'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'spacing'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'sqrt'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'square'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'subtract'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'tan'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'tanh'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'true_divide'>

Signature

Definition

(any, any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

<ufunc 'trunc'>

Signature

Definition

(any)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

(any, Array)

register_ufunc_kernel.<locals>.do_ufunc numba/np/npyimpl.py lines 482-483

_operator.add

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(BaseTuple, BaseTuple)

tuple_add numba/cpython/tupleobj.py lines 31-36

(Complex, Complex)

complex_add_impl numba/cpython/numbers.py lines 1004-1017

(Float, Float)

real_add_impl numba/cpython/numbers.py lines 583-585

(Integer, Integer)

int_add_impl numba/cpython/numbers.py lines 36-42

(List, List)

list_add numba/cpython/listobj.py lines 685-705

(NPDatetime, NPTimedelta)

datetime_plus_timedelta numba/np/npdatetime.py lines 603-612

(NPTimedelta, NPDatetime)

timedelta_plus_datetime numba/np/npdatetime.py lines 615-624

(NPTimedelta, NPTimedelta)

timedelta_add_impl numba/np/npdatetime.py lines 180-191

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.and_

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Boolean, Boolean)

int_and_impl numba/cpython/numbers.py lines 400-406

(Integer, Integer)

int_and_impl numba/cpython/numbers.py lines 400-406

(Set, Set)

set_intersection numba/cpython/setobj.py lines 1357-1370

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.contains

Signature

Definition

(Sequence, any)

in_seq numba/cpython/listobj.py lines 659-667

(Set, any)

in_set numba/cpython/setobj.py lines 1206-1209

_operator.delitem

Signature

Definition

(List, Integer)

delitem_list_index numba/cpython/listobj.py lines 615-621

(List, SliceType)

delitem_list numba/cpython/listobj.py lines 624-654

_operator.eq

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(BaseTuple, BaseTuple)

tuple_eq numba/cpython/tupleobj.py lines 60-73

(Complex, Complex)

complex_eq_impl numba/cpython/numbers.py lines 1110-1119

(EnumMember, EnumMember)

enum_eq numba/cpython/enumimpl.py lines 13-19

(Float, Float)

real_eq_impl numba/cpython/numbers.py lines 831-833

(Integer, Integer)

int_eq_impl numba/cpython/numbers.py lines 355-357

(IntegerLiteral, IntegerLiteral)

const_eq_impl numba/cpython/builtins.py lines 100-108

(List, List)

list_eq numba/cpython/listobj.py lines 766-788

(Literal, Literal)

const_eq_impl numba/cpython/builtins.py lines 100-108

(LiteralStrKeyDict, LiteralStrKeyDict)

literalstrkeydict_impl_equals numba/typed/dictobject.py lines 1173-1179

(NPDatetime, NPDatetime)

_create_datetime_comparison_impl.<locals>.impl numba/np/npdatetime.py lines 663-689

(NPTimedelta, NPTimedelta)

_create_timedelta_comparison_impl.<locals>.impl numba/np/npdatetime.py lines 374-400

(Set, Set)

set_isdisjoint numba/cpython/setobj.py lines 1429-1434

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(bool, bool)

int_eq_impl numba/cpython/numbers.py lines 355-357

_operator.floordiv

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Float, Float)

real_floordiv_impl numba/cpython/numbers.py lines 780-796

(Integer, Integer)

int_floordiv_impl numba/cpython/numbers.py lines 169-174

(NPTimedelta, Float)

timedelta_over_number numba/np/npdatetime.py lines 247-275

(NPTimedelta, Integer)

timedelta_over_number numba/np/npdatetime.py lines 247-275

(NPTimedelta, NPTimedelta)

timedelta_floor_div_timedelta numba/np/npdatetime.py lines 301-334

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.ge

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(BaseTuple, BaseTuple)

tuple_ge numba/cpython/tupleobj.py lines 95-98

(Float, Float)

real_ge_impl numba/cpython/numbers.py lines 826-828

(IntegerLiteral, IntegerLiteral)

int_slt_impl numba/cpython/numbers.py lines 315-317

(List, List)

list_ge numba/cpython/listobj.py lines 828-834

(NPDatetime, NPDatetime)

_create_datetime_comparison_impl.<locals>.impl numba/np/npdatetime.py lines 663-689

(NPTimedelta, NPTimedelta)

_create_timedelta_ordering_impl.<locals>.impl numba/np/npdatetime.py lines 406-425

(Set, Set)

set_issuperset numba/cpython/setobj.py lines 1421-1427

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(bool, bool)

int_uge_impl numba/cpython/numbers.py lines 350-352

(int16, int16)

int_sge_impl numba/cpython/numbers.py lines 330-332

(int32, int32)

int_sge_impl numba/cpython/numbers.py lines 330-332

(int64, int64)

int_sge_impl numba/cpython/numbers.py lines 330-332

(int8, int8)

int_sge_impl numba/cpython/numbers.py lines 330-332

(uint16, uint16)

int_uge_impl numba/cpython/numbers.py lines 350-352

(uint32, uint32)

int_uge_impl numba/cpython/numbers.py lines 350-352

(uint64, uint64)

int_uge_impl numba/cpython/numbers.py lines 350-352

(uint8, uint8)

int_uge_impl numba/cpython/numbers.py lines 350-352

_operator.getitem

Signature

Definition

(Buffer, Array)

fancy_getitem_array numba/np/arrayobj.py lines 1065-1082

(Buffer, BaseTuple)

getitem_array_tuple numba/np/arrayobj.py lines 445-467

(Buffer, Integer)

getitem_arraynd_intp numba/np/arrayobj.py lines 428-442

(Buffer, SliceType)

getitem_arraynd_intp numba/np/arrayobj.py lines 428-442

(CPointer, Integer)

getitem_cpointer numba/cpython/builtins.py lines 171-176

(List, Integer)

getitem_list numba/cpython/listobj.py lines 508-517

(List, SliceType)

getslice_list numba/cpython/listobj.py lines 531-552

(NamedUniTuple, int64)

getitem_unituple numba/cpython/tupleobj.py lines 293-345

(NamedUniTuple, uint64)

getitem_unituple numba/cpython/tupleobj.py lines 293-345

(NumpyFlatType, Integer)

iternext_numpy_getitem numba/np/arrayobj.py lines 3291-3304

(UniTuple, int64)

getitem_unituple numba/cpython/tupleobj.py lines 293-345

(UniTuple, uint64)

getitem_unituple numba/cpython/tupleobj.py lines 293-345

_operator.gt

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(BaseTuple, BaseTuple)

tuple_gt numba/cpython/tupleobj.py lines 90-93

(Float, Float)

real_gt_impl numba/cpython/numbers.py lines 821-823

(IntegerLiteral, IntegerLiteral)

int_slt_impl numba/cpython/numbers.py lines 315-317

(List, List)

list_gt numba/cpython/listobj.py lines 836-842

(NPDatetime, NPDatetime)

_create_datetime_comparison_impl.<locals>.impl numba/np/npdatetime.py lines 663-689

(NPTimedelta, NPTimedelta)

_create_timedelta_ordering_impl.<locals>.impl numba/np/npdatetime.py lines 406-425

(Set, Set)

set_gt numba/cpython/setobj.py lines 1450-1455

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(bool, bool)

int_ugt_impl numba/cpython/numbers.py lines 345-347

(int16, int16)

int_sgt_impl numba/cpython/numbers.py lines 325-327

(int32, int32)

int_sgt_impl numba/cpython/numbers.py lines 325-327

(int64, int64)

int_sgt_impl numba/cpython/numbers.py lines 325-327

(int8, int8)

int_sgt_impl numba/cpython/numbers.py lines 325-327

(uint16, uint16)

int_ugt_impl numba/cpython/numbers.py lines 345-347

(uint32, uint32)

int_ugt_impl numba/cpython/numbers.py lines 345-347

(uint64, uint64)

int_ugt_impl numba/cpython/numbers.py lines 345-347

(uint8, uint8)

int_ugt_impl numba/cpython/numbers.py lines 345-347

_operator.iadd

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Complex, Complex)

complex_add_impl numba/cpython/numbers.py lines 1004-1017

(Float, Float)

real_add_impl numba/cpython/numbers.py lines 583-585

(Integer, Integer)

int_add_impl numba/cpython/numbers.py lines 36-42

(List, List)

list_add_inplace numba/cpython/listobj.py lines 707-712

(NPDatetime, NPTimedelta)

datetime_plus_timedelta numba/np/npdatetime.py lines 603-612

(NPTimedelta, NPDatetime)

timedelta_plus_datetime numba/np/npdatetime.py lines 615-624

(NPTimedelta, NPTimedelta)

timedelta_add_impl numba/np/npdatetime.py lines 180-191

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.iand

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Boolean, Boolean)

int_and_impl numba/cpython/numbers.py lines 400-406

(Integer, Integer)

int_and_impl numba/cpython/numbers.py lines 400-406

(Set, Set)

set_inplace numba/cpython/setobj.py lines 1338-1342

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.ifloordiv

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Float, Float)

real_floordiv_impl numba/cpython/numbers.py lines 780-796

(Integer, Integer)

int_floordiv_impl numba/cpython/numbers.py lines 169-174

(NPTimedelta, Float)

timedelta_over_number numba/np/npdatetime.py lines 247-275

(NPTimedelta, Integer)

timedelta_over_number numba/np/npdatetime.py lines 247-275

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.ilshift

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Integer, Integer)

int_shl_impl numba/cpython/numbers.py lines 379-385

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.imod

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Float, Float)

real_mod_impl numba/cpython/numbers.py lines 761-777

(Integer, Integer)

int_rem_impl numba/cpython/numbers.py lines 190-195

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.imul

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Complex, Complex)

complex_mul_impl numba/cpython/numbers.py lines 1036-1056

(Float, Float)

real_mul_impl numba/cpython/numbers.py lines 593-595

(Float, NPTimedelta)

number_times_timedelta numba/np/npdatetime.py lines 236-244

(Integer, Integer)

int_mul_impl numba/cpython/numbers.py lines 54-60

(Integer, NPTimedelta)

number_times_timedelta numba/np/npdatetime.py lines 236-244

(List, Integer)

list_mul_inplace numba/cpython/listobj.py lines 735-752

(NPTimedelta, Float)

timedelta_times_number numba/np/npdatetime.py lines 225-233

(NPTimedelta, Integer)

timedelta_times_number numba/np/npdatetime.py lines 225-233

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.invert

Signature

Definition

(Array)

register_unary_operator_kernel.<locals>.lower_unary_operator numba/np/npyimpl.py lines 498-499

(Boolean)

int_invert_impl numba/cpython/numbers.py lines 443-449

(Integer)

int_invert_impl numba/cpython/numbers.py lines 443-449

_operator.ior

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Boolean, Boolean)

int_or_impl numba/cpython/numbers.py lines 409-415

(Integer, Integer)

int_or_impl numba/cpython/numbers.py lines 409-415

(Set, Set)

set_inplace numba/cpython/setobj.py lines 1338-1342

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.ipow

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Complex, Complex)

complex_power_impl numba/cpython/numbers.py lines 960-1002

(Float, Float)

real_power_impl numba/cpython/numbers.py lines 799-808

(Float, IntegerLiteral)

static_power_impl numba/cpython/numbers.py lines 250-312

(Float, int16)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int32)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int64)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int8)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint16)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint32)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint64)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint8)

int_power_impl numba/cpython/numbers.py lines 207-247

(Integer, Integer)

int_power_impl numba/cpython/numbers.py lines 207-247

(Integer, IntegerLiteral)

static_power_impl numba/cpython/numbers.py lines 250-312

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.irshift

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Integer, Integer)

int_shr_impl numba/cpython/numbers.py lines 388-397

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.is_

Signature

Definition

(Array, Array)

array_is numba/np/arrayobj.py lines 2579-2590

(Boolean, Boolean)

bool_is_impl numba/cpython/builtins.py lines 81-96

(EnumMember, EnumMember)

enum_is numba/cpython/enumimpl.py lines 22-31

(List, List)

list_is numba/cpython/listobj.py lines 758-764

(ListType, ListType)

list_is numba/typed/listobject.py lines 217-223

(Opaque, Opaque)

opaque_is numba/cpython/builtins.py lines 65-78

(Optional, none)

optional_is_none numba/core/optional.py lines 18-35

(Set, Set)

set_is numba/cpython/setobj.py lines 1457-1463

(any, any)

generic_is numba/cpython/builtins.py lines 40-62

(none, Optional)

optional_is_none numba/core/optional.py lines 18-35

(none, none)

always_return_true_impl numba/core/optional.py lines 10-11

_operator.is_not

Signature

Definition

(any, any)

generic_is_not numba/cpython/builtins.py lines 31-37

_operator.isub

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Complex, Complex)

complex_sub_impl numba/cpython/numbers.py lines 1020-1033

(Float, Float)

real_sub_impl numba/cpython/numbers.py lines 588-590

(Integer, Integer)

int_sub_impl numba/cpython/numbers.py lines 45-51

(NPDatetime, NPTimedelta)

datetime_minus_timedelta numba/np/npdatetime.py lines 629-638

(NPTimedelta, NPTimedelta)

timedelta_sub_impl numba/np/npdatetime.py lines 194-205

(Set, Set)

set_inplace numba/cpython/setobj.py lines 1338-1342

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.itruediv

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Complex, Complex)

complex_div_impl numba/cpython/numbers.py lines 1061-1090

(Float, Float)

real_div_impl numba/cpython/numbers.py lines 598-602

(Integer, Integer)

int_truediv_impl numba/cpython/numbers.py lines 177-187

(NPTimedelta, Float)

timedelta_over_number numba/np/npdatetime.py lines 247-275

(NPTimedelta, Integer)

timedelta_over_number numba/np/npdatetime.py lines 247-275

(NPTimedelta, NPTimedelta)

timedelta_over_timedelta numba/np/npdatetime.py lines 278-293

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.ixor

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Array, any)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

(Boolean, Boolean)

int_xor_impl numba/cpython/numbers.py lines 418-424

(Integer, Integer)

int_xor_impl numba/cpython/numbers.py lines 418-424

(Set, Set)

set_inplace numba/cpython/setobj.py lines 1338-1342

(any, Array)

register_binary_operator_kernel.<locals>.lower_inplace_operator numba/np/npyimpl.py lines 508-514

_operator.le

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(BaseTuple, BaseTuple)

tuple_le numba/cpython/tupleobj.py lines 85-88

(Float, Float)

real_le_impl numba/cpython/numbers.py lines 816-818

(IntegerLiteral, IntegerLiteral)

int_slt_impl numba/cpython/numbers.py lines 315-317

(List, List)

list_le numba/cpython/listobj.py lines 798-811

(NPDatetime, NPDatetime)

_create_datetime_comparison_impl.<locals>.impl numba/np/npdatetime.py lines 663-689

(NPTimedelta, NPTimedelta)

_create_timedelta_ordering_impl.<locals>.impl numba/np/npdatetime.py lines 406-425

(Set, Set)

set_issubset numba/cpython/setobj.py lines 1413-1419

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(bool, bool)

int_ule_impl numba/cpython/numbers.py lines 340-342

(int16, int16)

int_sle_impl numba/cpython/numbers.py lines 320-322

(int32, int32)

int_sle_impl numba/cpython/numbers.py lines 320-322

(int64, int64)

int_sle_impl numba/cpython/numbers.py lines 320-322

(int8, int8)

int_sle_impl numba/cpython/numbers.py lines 320-322

(uint16, uint16)

int_ule_impl numba/cpython/numbers.py lines 340-342

(uint32, uint32)

int_ule_impl numba/cpython/numbers.py lines 340-342

(uint64, uint64)

int_ule_impl numba/cpython/numbers.py lines 340-342

(uint8, uint8)

int_ule_impl numba/cpython/numbers.py lines 340-342

_operator.lshift

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Integer, Integer)

int_shl_impl numba/cpython/numbers.py lines 379-385

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.lt

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(BaseTuple, BaseTuple)

tuple_lt numba/cpython/tupleobj.py lines 80-83

(Float, Float)

real_lt_impl numba/cpython/numbers.py lines 811-813

(IntegerLiteral, IntegerLiteral)

int_slt_impl numba/cpython/numbers.py lines 315-317

(List, List)

list_lt numba/cpython/listobj.py lines 813-826

(NPDatetime, NPDatetime)

_create_datetime_comparison_impl.<locals>.impl numba/np/npdatetime.py lines 663-689

(NPTimedelta, NPTimedelta)

_create_timedelta_ordering_impl.<locals>.impl numba/np/npdatetime.py lines 406-425

(Set, Set)

set_lt numba/cpython/setobj.py lines 1443-1448

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(bool, bool)

int_ult_impl numba/cpython/numbers.py lines 335-337

(int16, int16)

int_slt_impl numba/cpython/numbers.py lines 315-317

(int32, int32)

int_slt_impl numba/cpython/numbers.py lines 315-317

(int64, int64)

int_slt_impl numba/cpython/numbers.py lines 315-317

(int8, int8)

int_slt_impl numba/cpython/numbers.py lines 315-317

(uint16, uint16)

int_ult_impl numba/cpython/numbers.py lines 335-337

(uint32, uint32)

int_ult_impl numba/cpython/numbers.py lines 335-337

(uint64, uint64)

int_ult_impl numba/cpython/numbers.py lines 335-337

(uint8, uint8)

int_ult_impl numba/cpython/numbers.py lines 335-337

_operator.matmul

Signature

Definition

(Array, Array)

dot_2 numba/np/linalg.py lines 524-543

_operator.mod

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Float, Float)

real_mod_impl numba/cpython/numbers.py lines 761-777

(Integer, Integer)

int_rem_impl numba/cpython/numbers.py lines 190-195

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.mul

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Complex, Complex)

complex_mul_impl numba/cpython/numbers.py lines 1036-1056

(Float, Float)

real_mul_impl numba/cpython/numbers.py lines 593-595

(Float, NPTimedelta)

number_times_timedelta numba/np/npdatetime.py lines 236-244

(Integer, Integer)

int_mul_impl numba/cpython/numbers.py lines 54-60

(Integer, NPTimedelta)

number_times_timedelta numba/np/npdatetime.py lines 236-244

(List, Integer)

list_mul numba/cpython/listobj.py lines 715-733

(NPTimedelta, Float)

timedelta_times_number numba/np/npdatetime.py lines 225-233

(NPTimedelta, Integer)

timedelta_times_number numba/np/npdatetime.py lines 225-233

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.ne

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(BaseTuple, BaseTuple)

tuple_ne numba/cpython/tupleobj.py lines 75-78

(Complex, Complex)

complex_ne_impl numba/cpython/numbers.py lines 1122-1131

(EnumMember, EnumMember)

enum_ne numba/cpython/enumimpl.py lines 34-40

(Float, Float)

real_ne_impl numba/cpython/numbers.py lines 836-838

(Integer, Integer)

int_ne_impl numba/cpython/numbers.py lines 360-362

(IntegerLiteral, IntegerLiteral)

const_ne_impl numba/cpython/builtins.py lines 112-120

(List, List)

list_ne numba/cpython/listobj.py lines 790-796

(Literal, Literal)

const_ne_impl numba/cpython/builtins.py lines 112-120

(NPDatetime, NPDatetime)

_create_datetime_comparison_impl.<locals>.impl numba/np/npdatetime.py lines 663-689

(NPTimedelta, NPTimedelta)

_create_timedelta_comparison_impl.<locals>.impl numba/np/npdatetime.py lines 374-400

(Set, Set)

set_ne numba/cpython/setobj.py lines 1436-1441

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(bool, bool)

int_ne_impl numba/cpython/numbers.py lines 360-362

_operator.neg

Signature

Definition

(Array)

register_unary_operator_kernel.<locals>.lower_unary_operator numba/np/npyimpl.py lines 498-499

(Complex)

complex_negate_impl numba/cpython/numbers.py lines 1093-1102

(Float)

real_negate_impl numba/cpython/numbers.py lines 848-851

(Integer)

int_negate_impl numba/cpython/numbers.py lines 427-433

(NPTimedelta)

timedelta_neg_impl numba/np/npdatetime.py lines 139-142

(bool)

bool_negate_impl numba/cpython/numbers.py lines 494-499

_operator.not_

Signature

Definition

(Complex)

number_not_impl numba/cpython/numbers.py lines 1179-1184

(Float)

number_not_impl numba/cpython/numbers.py lines 1179-1184

(Integer)

number_not_impl numba/cpython/numbers.py lines 1179-1184

(bool)

number_not_impl numba/cpython/numbers.py lines 1179-1184

_operator.or_

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Boolean, Boolean)

int_or_impl numba/cpython/numbers.py lines 409-415

(Integer, Integer)

int_or_impl numba/cpython/numbers.py lines 409-415

(Set, Set)

set_union numba/cpython/setobj.py lines 1388-1401

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.pos

Signature

Definition

(Array)

array_positive_impl numba/np/npyimpl.py lines 529-541

(Array)

register_unary_operator_kernel.<locals>.lower_unary_operator numba/np/npyimpl.py lines 498-499

(Complex)

complex_positive_impl numba/cpython/numbers.py lines 1105-1107

(Float)

real_positive_impl numba/cpython/numbers.py lines 854-858

(Integer)

int_positive_impl numba/cpython/numbers.py lines 436-440

(NPTimedelta)

timedelta_pos_impl numba/np/npdatetime.py lines 133-136

(bool)

bool_unary_positive_impl numba/cpython/numbers.py lines 502-506

_operator.pow

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Complex, Complex)

complex_power_impl numba/cpython/numbers.py lines 960-1002

(Float, Float)

real_power_impl numba/cpython/numbers.py lines 799-808

(Float, IntegerLiteral)

static_power_impl numba/cpython/numbers.py lines 250-312

(Float, int16)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int32)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int64)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int8)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint16)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint32)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint64)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint8)

int_power_impl numba/cpython/numbers.py lines 207-247

(Integer, Integer)

int_power_impl numba/cpython/numbers.py lines 207-247

(Integer, IntegerLiteral)

static_power_impl numba/cpython/numbers.py lines 250-312

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.rshift

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Integer, Integer)

int_shr_impl numba/cpython/numbers.py lines 388-397

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.setitem

Signature

Definition

(Buffer, any, any)

setitem_array numba/np/arrayobj.py lines 470-508

(CPointer, Integer, any)

setitem_cpointer numba/cpython/builtins.py lines 179-183

(List, Integer, any)

setitem_list numba/cpython/listobj.py lines 519-528

(List, SliceType, any)

setitem_list numba/cpython/listobj.py lines 554-611

(NumpyFlatType, Integer, any)

iternext_numpy_getitem_any numba/np/arrayobj.py lines 3307-3321

_operator.sub

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Complex, Complex)

complex_sub_impl numba/cpython/numbers.py lines 1020-1033

(Float, Float)

real_sub_impl numba/cpython/numbers.py lines 588-590

(Integer, Integer)

int_sub_impl numba/cpython/numbers.py lines 45-51

(NPDatetime, NPDatetime)

datetime_minus_datetime numba/np/npdatetime.py lines 643-657

(NPDatetime, NPTimedelta)

datetime_minus_timedelta numba/np/npdatetime.py lines 629-638

(NPTimedelta, NPTimedelta)

timedelta_sub_impl numba/np/npdatetime.py lines 194-205

(Set, Set)

set_difference numba/cpython/setobj.py lines 1347-1355

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.truediv

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Complex, Complex)

complex_div_impl numba/cpython/numbers.py lines 1061-1090

(Float, Float)

real_div_impl numba/cpython/numbers.py lines 598-602

(Integer, Integer)

int_truediv_impl numba/cpython/numbers.py lines 177-187

(NPTimedelta, Float)

timedelta_over_number numba/np/npdatetime.py lines 247-275

(NPTimedelta, Integer)

timedelta_over_number numba/np/npdatetime.py lines 247-275

(NPTimedelta, NPTimedelta)

timedelta_over_timedelta numba/np/npdatetime.py lines 278-293

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

_operator.xor

Signature

Definition

(Array, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Array, any)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

(Boolean, Boolean)

int_xor_impl numba/cpython/numbers.py lines 418-424

(Integer, Integer)

int_xor_impl numba/cpython/numbers.py lines 418-424

(Set, Set)

set_symmetric_difference numba/cpython/setobj.py lines 1372-1386

(any, Array)

register_binary_operator_kernel.<locals>.lower_binary_operator numba/np/npyimpl.py lines 505-506

builtins.abs

Signature

Definition

(Complex)

complex_abs_impl numba/cpython/numbers.py lines 1134-1142

(Float)

real_abs_impl numba/cpython/numbers.py lines 841-845

(NPTimedelta)

timedelta_abs_impl numba/np/npdatetime.py lines 145-155

(int16)

int_abs_impl numba/cpython/numbers.py lines 365-371

(int32)

int_abs_impl numba/cpython/numbers.py lines 365-371

(int64)

int_abs_impl numba/cpython/numbers.py lines 365-371

(int8)

int_abs_impl numba/cpython/numbers.py lines 365-371

(uint16)

uint_abs_impl numba/cpython/numbers.py lines 374-376

(uint32)

uint_abs_impl numba/cpython/numbers.py lines 374-376

(uint64)

uint_abs_impl numba/cpython/numbers.py lines 374-376

(uint8)

uint_abs_impl numba/cpython/numbers.py lines 374-376

builtins.bool

Signature

Definition

(Boolean)

bool_as_bool numba/cpython/numbers.py lines 1186-1189

(Complex)

complex_as_bool numba/cpython/numbers.py lines 1201-1210

(Float)

float_as_bool numba/cpython/numbers.py lines 1196-1199

(Integer)

int_as_bool numba/cpython/numbers.py lines 1191-1194

(Sequence)

sequence_bool numba/cpython/listobj.py lines 669-674

(Sized)

sized_bool numba/cpython/builtins.py lines 419-425

builtins.complex

Signature

Definition

(*any)

complex_impl numba/cpython/builtins.py lines 296-321

builtins.dict

Signature

Definition

()

impl_dict numba/typed/dictimpl.py lines 7-20

builtins.divmod

Signature

Definition

(Float, Float)

real_divmod_impl numba/cpython/numbers.py lines 735-758

(Integer, Integer)

int_divmod_impl numba/cpython/numbers.py lines 160-166

builtins.enumerate

Signature

Definition

(IterableType)

make_enumerate_object numba/cpython/iterators.py lines 20-44

(IterableType, Integer)

make_enumerate_object numba/cpython/iterators.py lines 20-44

builtins.float

Signature

Definition

(any)

int_impl numba/cpython/builtins.py lines 287-293

builtins.int

Signature

Definition

(any)

int_impl numba/cpython/builtins.py lines 287-293

builtins.iter

Signature

Definition

(IterableType)

iter_impl numba/cpython/builtins.py lines 377-382

builtins.len

Signature

Definition

(Buffer)

array_len numba/np/arrayobj.py lines 511-519

(ConstSized)

constsized_len numba/cpython/builtins.py lines 411-416

(List)

list_len numba/cpython/listobj.py lines 483-486

(NumpyFlatType)

iternext_numpy_getitem_flat numba/np/arrayobj.py lines 3324-3332

(Set)

set_len numba/cpython/setobj.py lines 1201-1204

(range_state_int32)

make_range_impl.<locals>.range_len numba/cpython/rangeobj.py lines 81-89

(range_state_int64)

make_range_impl.<locals>.range_len numba/cpython/rangeobj.py lines 81-89

(range_state_uint64)

make_range_impl.<locals>.range_len numba/cpython/rangeobj.py lines 81-89

builtins.list

Signature

Definition

()

list_constructor numba/cpython/listobj.py lines 473-478

(IterableType)

list_constructor numba/cpython/listobj.py lines 463-471

builtins.max

Signature

Definition

(*any)

max_vararg numba/cpython/builtins.py lines 218-220

(BaseTuple)

max_iterable numba/cpython/builtins.py lines 212-216

builtins.min

Signature

Definition

(*any)

min_vararg numba/cpython/builtins.py lines 228-230

(BaseTuple)

min_iterable numba/cpython/builtins.py lines 222-226

builtins.next

Signature

Definition

(IteratorType)

next_impl numba/cpython/builtins.py lines 385-395

builtins.pow

Signature

Definition

(Complex, Complex)

complex_power_impl numba/cpython/numbers.py lines 960-1002

(Float, Float)

real_power_impl numba/cpython/numbers.py lines 799-808

(Float, int16)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int32)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int64)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, int8)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint16)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint32)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint64)

int_power_impl numba/cpython/numbers.py lines 207-247

(Float, uint8)

int_power_impl numba/cpython/numbers.py lines 207-247

(Integer, Integer)

int_power_impl numba/cpython/numbers.py lines 207-247

builtins.print

Signature

Definition

(*any)

print_varargs_impl numba/cpython/printimpl.py lines 65-83

builtins.range

Signature

Definition

(int32)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(int32, int32)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(int32, int32, int32)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

(int64)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(int64, int64)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(int64, int64, int64)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

(uint64)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(uint64, uint64)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(uint64, uint64, uint64)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

builtins.round

Signature

Definition

(Float)

round_impl_unary numba/cpython/builtins.py lines 237-247

(Float, Integer)

round_impl_binary numba/cpython/builtins.py lines 249-281

builtins.set

Signature

Definition

()

set_empty_constructor numba/cpython/setobj.py lines 1176-1180

(IterableType)

set_constructor numba/cpython/setobj.py lines 1182-1195

builtins.slice

Signature

Definition

(*any)

slice_constructor_impl numba/cpython/slicing.py lines 151-196

builtins.tuple

Signature

Definition

()

lower_empty_tuple numba/cpython/builtins.py lines 427-431

(BaseTuple)

lower_tuple numba/cpython/builtins.py lines 433-436

builtins.type

Signature

Definition

(any)

type_impl numba/cpython/builtins.py lines 369-374

builtins.zip

Signature

Definition

(*any)

make_zip_object numba/cpython/iterators.py lines 71-83

cmath.acos

Signature

Definition

(Complex)

acos_impl numba/cpython/cmathimpl.py lines 379-403

cmath.acosh

Signature

Definition

(Complex)

acosh_impl numba/cpython/cmathimpl.py lines 405-429

cmath.asin

Signature

Definition

(Complex)

asin_impl numba/cpython/cmathimpl.py lines 455-463

cmath.asinh

Signature

Definition

(Complex)

asinh_impl numba/cpython/cmathimpl.py lines 431-453

cmath.atan

Signature

Definition

(Complex)

atan_impl numba/cpython/cmathimpl.py lines 465-477

cmath.atanh

Signature

Definition

(Complex)

atanh_impl numba/cpython/cmathimpl.py lines 479-531

cmath.cos

Signature

Definition

(Complex)

cos_impl numba/cpython/cmathimpl.py lines 267-274

cmath.cosh

Signature

Definition

(Complex)

cosh_impl numba/cpython/cmathimpl.py lines 276-302

cmath.exp

Signature

Definition

(Complex)

intrinsic_complex_unary.<locals>.wrapper numba/cpython/cmathimpl.py lines 94-108

cmath.isfinite

Signature

Definition

(Complex)

isfinite_float_impl numba/cpython/cmathimpl.py lines 50-56

cmath.isinf

Signature

Definition

(Complex)

isinf_float_impl numba/cpython/cmathimpl.py lines 41-47

cmath.isnan

Signature

Definition

(Complex)

isnan_float_impl numba/cpython/cmathimpl.py lines 33-39

cmath.log

Signature

Definition

(Complex)

intrinsic_complex_unary.<locals>.wrapper numba/cpython/cmathimpl.py lines 94-108

(Complex, Complex)

log_base_impl numba/cpython/cmathimpl.py lines 166-175

cmath.log10

Signature

Definition

(Complex)

log10_impl numba/cpython/cmathimpl.py lines 178-190

cmath.phase

Signature

Definition

(Complex)

intrinsic_complex_unary.<locals>.wrapper numba/cpython/cmathimpl.py lines 94-108

cmath.polar

Signature

Definition

(Complex)

intrinsic_complex_unary.<locals>.wrapper numba/cpython/cmathimpl.py lines 94-108

cmath.rect

Signature

Definition

(Float, Float)

rect_impl numba/cpython/cmathimpl.py lines 59-91

cmath.sin

Signature

Definition

(Complex)

sin_impl numba/cpython/cmathimpl.py lines 305-313

cmath.sinh

Signature

Definition

(Complex)

sinh_impl numba/cpython/cmathimpl.py lines 315-338

cmath.sqrt

Signature

Definition

(Complex)

sqrt_impl numba/cpython/cmathimpl.py lines 206-264

cmath.tan

Signature

Definition

(Complex)

tan_impl numba/cpython/cmathimpl.py lines 341-349

cmath.tanh

Signature

Definition

(Complex)

tanh_impl numba/cpython/cmathimpl.py lines 351-376

math.acos

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.acosh

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.asin

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.asinh

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.atan

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.atan2

Signature

Definition

(Float, Float)

atan2_float_impl numba/cpython/mathimpl.py lines 313-326

(int64, int64)

atan2_s64_impl numba/cpython/mathimpl.py lines 297-303

(uint64, uint64)

atan2_u64_impl numba/cpython/mathimpl.py lines 305-311

math.atanh

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.ceil

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.copysign

Signature

Definition

(Float, Float)

copysign_float_impl numba/cpython/mathimpl.py lines 250-257

math.cos

Signature

Definition

(Float)

unary_math_intr.<locals>.float_impl numba/cpython/mathimpl.py lines 131-134

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.cosh

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.degrees

Signature

Definition

(Float)

degrees_float_impl numba/cpython/mathimpl.py lines 394-399

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.erf

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.erfc

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.exp

Signature

Definition

(Float)

unary_math_intr.<locals>.float_impl numba/cpython/mathimpl.py lines 131-134

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.expm1

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.fabs

Signature

Definition

(Float)

unary_math_intr.<locals>.float_impl numba/cpython/mathimpl.py lines 131-134

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.floor

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.frexp

Signature

Definition

(Float)

frexp_impl numba/cpython/mathimpl.py lines 263-277

math.gamma

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.gcd

Signature

Definition

(Integer, Integer)

gcd_impl numba/cpython/mathimpl.py lines 427-454

math.hypot

Signature

Definition

(Float, Float)

hypot_float_impl numba/cpython/mathimpl.py lines 352-378

(int64, int64)

hypot_s64_impl numba/cpython/mathimpl.py lines 332-339

(uint64, uint64)

hypot_u64_impl numba/cpython/mathimpl.py lines 342-349

math.isfinite

Signature

Definition

(Float)

isfinite_float_impl numba/cpython/mathimpl.py lines 237-241

(Integer)

isfinite_int_impl numba/cpython/mathimpl.py lines 244-247

math.isinf

Signature

Definition

(Float)

isinf_float_impl numba/cpython/mathimpl.py lines 225-229

(Integer)

isinf_int_impl numba/cpython/mathimpl.py lines 231-234

math.isnan

Signature

Definition

(Float)

isnan_float_impl numba/cpython/mathimpl.py lines 213-217

(Integer)

isnan_int_impl numba/cpython/mathimpl.py lines 219-222

math.ldexp

Signature

Definition

(Float, int32)

ldexp_impl numba/cpython/mathimpl.py lines 280-291

math.lgamma

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.log

Signature

Definition

(Float)

unary_math_intr.<locals>.float_impl numba/cpython/mathimpl.py lines 131-134

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.log10

Signature

Definition

(Float)

unary_math_intr.<locals>.float_impl numba/cpython/mathimpl.py lines 131-134

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.log1p

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.log2

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.pow

Signature

Definition

(Float, Float)

pow_impl numba/cpython/mathimpl.py lines 405-409

(Float, Integer)

pow_impl numba/cpython/mathimpl.py lines 405-409

math.radians

Signature

Definition

(Float)

radians_float_impl numba/cpython/mathimpl.py lines 383-388

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.sin

Signature

Definition

(Float)

unary_math_intr.<locals>.float_impl numba/cpython/mathimpl.py lines 131-134

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.sinh

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.sqrt

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.tan

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.tanh

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

math.trunc

Signature

Definition

(Float)

unary_math_extern.<locals>.float_impl numba/cpython/mathimpl.py lines 149-165

(Integer)

_unary_int_input_wrapper_impl.<locals>.implementer numba/cpython/mathimpl.py lines 113-119

numba.core.types.abstract.TypeRef

Signature

Definition

(*any)

redirect_type_ctor numba/cpython/builtins.py lines 582-611

numba.core.types.functions.NamedTupleClass

Signature

Definition

(*any)

namedtuple_constructor numba/cpython/tupleobj.py lines 17-29

numba.core.types.functions.NumberClass

Signature

Definition

(any)

number_constructor numba/cpython/builtins.py lines 324-340

numba.core.types.misc.ClassType

Signature

Definition

(*any)

ctor_impl numba/experimental/jitclass/base.py lines 544-586

numba.core.typing.builtins.IndexValue

Signature

Definition

(int64, Type)

impl_index_value numba/cpython/builtins.py lines 522-530

(uint64, Type)

impl_index_value numba/cpython/builtins.py lines 522-530

numba.cpython.builtins.get_type_max_value

Signature

Definition

(DType)

lower_get_type_max_value numba/cpython/builtins.py lines 496-515

(NumberClass)

lower_get_type_max_value numba/cpython/builtins.py lines 496-515

numba.cpython.builtins.get_type_min_value

Signature

Definition

(DType)

lower_get_type_min_value numba/cpython/builtins.py lines 475-494

(NumberClass)

lower_get_type_min_value numba/cpython/builtins.py lines 475-494

numba.misc.special.pndindex

Signature

Definition

(*<class ‘numba.core.types.scalars.Integer’>)

make_array_ndindex numba/np/arrayobj.py lines 3369-3381

(BaseTuple)

make_array_ndindex_tuple numba/np/arrayobj.py lines 3384-3404

numba.misc.special.prange

Signature

Definition

(int32)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(int32, int32)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(int32, int32, int32)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

(int64)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(int64, int64)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(int64, int64, int64)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

(uint64)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(uint64, uint64)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(uint64, uint64, uint64)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

numba.np.arrayobj.reshape_unchecked

Signature

Definition

(Array, BaseTuple, BaseTuple)

impl_shape_unchecked numba/np/arrayobj.py lines 5342-5361

numba.parfors.parfor.internal_prange

Signature

Definition

(int32)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(int32, int32)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(int32, int32, int32)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

(int64)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(int64, int64)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(int64, int64, int64)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

(uint64)

make_range_impl.<locals>.range1_impl numba/cpython/rangeobj.py lines 30-45

(uint64, uint64)

make_range_impl.<locals>.range2_impl numba/cpython/rangeobj.py lines 47-62

(uint64, uint64, uint64)

make_range_impl.<locals>.range3_impl numba/cpython/rangeobj.py lines 64-79

numba.stencils.stencil.stencil

Signature

Definition

()

stencil_dummy_lower numba/stencils/stencil.py lines 812-815

numpy.amax

Signature

Definition

(Array)

array_max numba/np/arraymath.py lines 552-632

numpy.amin

Signature

Definition

(Array)

array_min numba/np/arraymath.py lines 469-549

numpy.argmin

Signature

Definition

(Array)

array_argmin numba/np/arraymath.py lines 635-705

numpy.argsort

Signature

Definition

(Array, StringLiteral)

array_argsort numba/np/arrayobj.py lines 5260-5274

numpy.cumprod

Signature

Definition

(Array)

array_cumprod numba/np/arraymath.py lines 386-402

numpy.cumsum

Signature

Definition

(Array)

array_cumsum numba/np/arraymath.py lines 366-383

numpy.mean

Signature

Definition

(Array)

array_mean numba/np/arraymath.py lines 405-420

numpy.ndenumerate

Signature

Definition

(Array)

make_array_ndenumerate numba/np/arrayobj.py lines 3335-3350

numpy.ndindex

Signature

Definition

(*<class ‘numba.core.types.scalars.Integer’>)

make_array_ndindex numba/np/arrayobj.py lines 3369-3381

(BaseTuple)

make_array_ndindex_tuple numba/np/arrayobj.py lines 3384-3404

numpy.nditer

Signature

Definition

(any)

make_array_nditer numba/np/arrayobj.py lines 3419-3436

numpy.nonzero

Signature

Definition

(Array)

array_nonzero numba/np/arraymath.py lines 3253-3309

numpy.prod

Signature

Definition

(Array)

array_prod numba/np/arraymath.py lines 351-363

numpy.ravel

Signature

Definition

(Array)

np_ravel numba/np/arrayobj.py lines 1786-1791

numpy.std

Signature

Definition

(Array)

array_std numba/np/arraymath.py lines 441-447

numpy.sum

Signature

Definition

(Array)

array_sum numba/np/arraymath.py lines 163-176

(Array, DTypeSpec)

array_sum_dtype numba/np/arraymath.py lines 292-305

(Array, IntegerLiteral)

array_sum_axis numba/np/arraymath.py lines 308-348

(Array, IntegerLiteral, DTypeSpec)

array_sum_axis_dtype numba/np/arraymath.py lines 249-289

(Array, int64)

array_sum_axis numba/np/arraymath.py lines 308-348

(Array, int64, DTypeSpec)

array_sum_axis_dtype numba/np/arraymath.py lines 249-289

numpy.var

Signature

Definition

(Array)

array_var numba/np/arraymath.py lines 423-438