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/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/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:2544-2549 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/unicode.py#L2544-L2549>`_

.. function:: builtins.divmod
   :noindex:


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

.. function:: builtins.getattr
   :noindex:


   - defined by ``ol_getattr_2(obj, name)`` at `numba/cpython/builtins.py:931-935 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L931-L935>`_
   - defined by ``ol_getattr_3(obj, name, default)`` at `numba/cpython/builtins.py:942-946 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L942-L946>`_

.. function:: builtins.hasattr
   :noindex:


   - defined by ``ol_hasattr(obj, name)`` at `numba/cpython/builtins.py:975-979 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L975-L979>`_

.. function:: builtins.hash
   :noindex:


   - defined by ``func(x)`` at `numba/experimental/jitclass/overloads.py:0-34 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``hash_overload(obj)`` at `numba/cpython/hashing.py:66-78 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/hashing.py#L66-L78>`_

.. function:: builtins.isinstance
   :noindex:


   - defined by ``ol_isinstance(var, typs)`` at `numba/cpython/builtins.py:748-843 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L748-L843>`_

.. 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/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``unicode_len(s)`` at `numba/cpython/unicode.py:473-478 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/unicode.py#L473-L478>`_
   - defined by ``charseq_len(s)`` at `numba/cpython/charseq.py:348-369 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/charseq.py#L348-L369>`_
   - defined by ``literal_list_len(lst)`` at `numba/cpython/listobj.py:1228-1233 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/listobj.py#L1228-L1233>`_
   - defined by ``impl_len(d)`` at `numba/typed/dictobject.py:679-689 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/typed/dictobject.py#L679-L689>`_
   - defined by ``impl_len_iters(d)`` at `numba/typed/dictobject.py:692-703 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/typed/dictobject.py#L692-L703>`_
   - defined by ``literalstrkeydict_impl_len(d)`` at `numba/typed/dictobject.py:1307-1312 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/typed/dictobject.py#L1307-L1312>`_
   - defined by ``impl_len(l)`` at `numba/typed/listobject.py:402-410 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/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:588-614 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L588-L614>`_
   - defined by ``boolval_max(val1, val2)`` at `numba/cpython/builtins.py:617-623 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L617-L623>`_
   - defined by ``iterable_max(iterable)`` at `numba/cpython/builtins.py:648-650 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L648-L650>`_

.. 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:550-576 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L550-L576>`_
   - defined by ``boolval_min(val1, val2)`` at `numba/cpython/builtins.py:579-585 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L579-L585>`_
   - defined by ``iterable_min(iterable)`` at `numba/cpython/builtins.py:643-645 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L643-L645>`_

.. 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:2504-2513 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/unicode.py#L2504-L2513>`_

.. 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.repr
   :noindex:


   - defined by ``ol_repr_generic(obj)`` at `numba/cpython/builtins.py:982-993 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L982-L993>`_

.. 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:1110-1123 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/listobj.py#L1110-L1123>`_

.. function:: builtins.sum
   :noindex:


   - defined by ``ol_sum(iterable, start=0)`` at `numba/cpython/builtins.py:685-718 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/builtins.py#L685-L718>`_

Not showing 24 unsupported functions.

supported = 19 / 43 = 44.19%


