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/9e3087a69e5b7cca224cf932970d627e60920763/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/9e3087a69e5b7cca224cf932970d627e60920763/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:952-956 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L952-L956>`_
   - defined by ``ol_getattr_3(obj, name, default)`` at `numba/cpython/builtins.py:963-967 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L963-L967>`_

.. function:: builtins.hasattr
   :noindex:


   - defined by ``ol_hasattr(obj, name)`` at `numba/cpython/builtins.py:996-1000 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L996-L1000>`_

.. function:: builtins.hash
   :noindex:


   - defined by ``func(x)`` at `numba/experimental/jitclass/overloads.py:0-34 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``hash_overload(obj)`` at `numba/cpython/hashing.py:64-76 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/hashing.py#L64-L76>`_

.. function:: builtins.isinstance
   :noindex:


   - defined by ``ol_isinstance(var, typs)`` at `numba/cpython/builtins.py:766-864 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L766-L864>`_

.. 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/9e3087a69e5b7cca224cf932970d627e60920763/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/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/unicode.py#L473-L478>`_
   - defined by ``charseq_len(s)`` at `numba/cpython/charseq.py:348-369 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/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/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/listobj.py#L1228-L1233>`_
   - defined by ``impl_len(d)`` at `numba/typed/dictobject.py:679-689 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/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/9e3087a69e5b7cca224cf932970d627e60920763/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/9e3087a69e5b7cca224cf932970d627e60920763/numba/typed/dictobject.py#L1307-L1312>`_
   - defined by ``impl_len(l)`` at `numba/typed/listobject.py:402-410 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/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:606-632 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L606-L632>`_
   - defined by ``boolval_max(val1, val2)`` at `numba/cpython/builtins.py:635-641 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L635-L641>`_
   - defined by ``iterable_max(iterable)`` at `numba/cpython/builtins.py:666-668 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L666-L668>`_

.. 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:568-594 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L568-L594>`_
   - defined by ``boolval_min(val1, val2)`` at `numba/cpython/builtins.py:597-603 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L597-L603>`_
   - defined by ``iterable_min(iterable)`` at `numba/cpython/builtins.py:661-663 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L661-L663>`_

.. 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/9e3087a69e5b7cca224cf932970d627e60920763/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:1003-1014 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L1003-L1014>`_

.. 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/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/listobj.py#L1110-L1123>`_

.. function:: builtins.sum
   :noindex:


   - defined by ``ol_sum(iterable, start=0)`` at `numba/cpython/builtins.py:703-736 <https://github.com/numba/numba/blob/9e3087a69e5b7cca224cf932970d627e60920763/numba/cpython/builtins.py#L703-L736>`_

Not showing 24 unsupported functions.

supported = 19 / 43 = 44.19%


