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/04e81073b2c1e3ff4afa1da8513738e5e136775b/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:2509-2514 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/unicode.py#L2509-L2514>`_

.. 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:942-946 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/builtins.py#L942-L946>`_
   - defined by ``ol_getattr_3(obj, name, default)`` at `numba/cpython/builtins.py:953-957 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/builtins.py#L953-L957>`_

.. function:: builtins.hasattr
   :noindex:


   - defined by ``ol_hasattr(obj, name)`` at `numba/cpython/builtins.py:986-990 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/builtins.py#L986-L990>`_

.. function:: builtins.hash
   :noindex:


   - defined by ``func(x)`` at `numba/experimental/jitclass/overloads.py:0-34 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/hashing.py#L66-L78>`_

.. function:: builtins.isinstance
   :noindex:


   - defined by ``ol_isinstance(var, typs)`` at `numba/cpython/builtins.py:752-758 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/builtins.py#L752-L758>`_

.. 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/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``unicode_len(s)`` at `numba/cpython/unicode.py:438-443 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/unicode.py#L438-L443>`_
   - defined by ``charseq_len(s)`` at `numba/cpython/charseq.py:348-369 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/listobj.py#L1228-L1233>`_
   - defined by ``impl_len(d)`` at `numba/typed/dictobject.py:679-689 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/typed/dictobject.py#L1307-L1312>`_
   - defined by ``impl_len(l)`` at `numba/typed/listobject.py:402-410 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/builtins.py#L617-L623>`_
   - defined by ``iterable_max(iterable)`` at `numba/cpython/builtins.py:648-650 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/builtins.py#L579-L585>`_
   - defined by ``iterable_min(iterable)`` at `numba/cpython/builtins.py:643-645 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/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:2469-2478 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/unicode.py#L2469-L2478>`_

.. 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:993-1004 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/builtins.py#L993-L1004>`_

.. 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/04e81073b2c1e3ff4afa1da8513738e5e136775b/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/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/builtins.py#L685-L718>`_

Not showing 24 unsupported functions.

supported = 19 / 43 = 44.19%


