Listings for builtins
=====================

builtins
--------

.. function:: builtins.abs
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``func(x)`` at `numba/experimental/jitclass/overloads.py:0-34 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.chr
   :noindex:


   - defined by ``ol_chr(i)`` at `numba/cpython/unicode.py:2386-2391 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/unicode.py#L2386-L2391>`_

.. function:: builtins.divmod
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.hash
   :noindex:


   - defined by ``func(x)`` at `numba/experimental/jitclass/overloads.py:0-34 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``hash_overload(obj)`` at `numba/cpython/hashing.py:48-52 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/hashing.py#L48-L52>`_

.. function:: builtins.isinstance
   :noindex:


   - defined by ``ol_isinstance(var, typs)`` at `numba/cpython/builtins.py:728-825 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/builtins.py#L728-L825>`_

.. function:: builtins.iter
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.len
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``func(x)`` at `numba/experimental/jitclass/overloads.py:0-34 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``unicode_len(s)`` at `numba/cpython/unicode.py:442-447 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/unicode.py#L442-L447>`_
   - defined by ``charseq_len(s)`` at `numba/cpython/charseq.py:348-369 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/charseq.py#L348-L369>`_
   - defined by ``literal_list_len(lst)`` at `numba/cpython/listobj.py:1234-1239 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/listobj.py#L1234-L1239>`_
   - defined by ``impl_len(d)`` at `numba/typed/dictobject.py:668-678 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/typed/dictobject.py#L668-L678>`_
   - defined by ``impl_len_iters(d)`` at `numba/typed/dictobject.py:681-692 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/typed/dictobject.py#L681-L692>`_
   - defined by ``literalstrkeydict_impl_len(d)`` at `numba/typed/dictobject.py:1289-1294 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/typed/dictobject.py#L1289-L1294>`_
   - defined by ``impl_len(l)`` at `numba/typed/listobject.py:402-410 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/typed/listobject.py#L402-L410>`_
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.max
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``indval_max(indval1, indval2)`` at `numba/cpython/builtins.py:577-603 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/builtins.py#L577-L603>`_
   - defined by ``iterable_max(iterable)`` at `numba/cpython/builtins.py:628-630 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/builtins.py#L628-L630>`_

.. function:: builtins.min
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``indval_min(indval1, indval2)`` at `numba/cpython/builtins.py:548-574 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/builtins.py#L548-L574>`_
   - defined by ``iterable_min(iterable)`` at `numba/cpython/builtins.py:623-625 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/builtins.py#L623-L625>`_

.. function:: builtins.next
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.ord
   :noindex:


   - defined by ``ol_ord(c)`` at `numba/cpython/unicode.py:2346-2355 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/unicode.py#L2346-L2355>`_

.. function:: builtins.pow
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.print
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.round
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.sorted
   :noindex:


   - defined by ``ol_sorted(iterable, key=None, reverse=False)`` at `numba/cpython/listobj.py:1116-1129 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/listobj.py#L1116-L1129>`_

.. function:: builtins.sum
   :noindex:


   - defined by ``ol_sum(iterable, start=0)`` at `numba/cpython/builtins.py:665-698 <https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/numba/cpython/builtins.py#L665-L698>`_

Not showing 27 unsupported functions.

supported = 16 / 43 = 37.21%


