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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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:2547-2552 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/cpython/unicode.py#L2547-L2552>`_

.. 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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``unicode_len(s)`` at `numba/cpython/unicode.py:476-481 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/cpython/unicode.py#L476-L481>`_
   - defined by ``charseq_len(s)`` at `numba/cpython/charseq.py:351-372 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/cpython/charseq.py#L351-L372>`_
   - defined by ``literal_list_len(lst)`` at `numba/cpython/listobj.py:1234-1239 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/cpython/listobj.py#L1234-L1239>`_
   - defined by ``impl_len(d)`` at `numba/typed/dictobject.py:679-689 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/typed/dictobject.py#L1307-L1312>`_
   - defined by ``impl_len(l)`` at `numba/typed/listobject.py:407-415 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/typed/listobject.py#L407-L415>`_
   - 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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/cpython/builtins.py#L635-L641>`_
   - defined by ``iterable_max(iterable)`` at `numba/cpython/builtins.py:666-668 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/cpython/builtins.py#L597-L603>`_
   - defined by ``iterable_min(iterable)`` at `numba/cpython/builtins.py:661-663 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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:2507-2516 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/cpython/unicode.py#L2507-L2516>`_

.. 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/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/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:1113-1126 <https://github.com/numba/numba/blob/fd67a63b98026ebba9a7faef4ecf4b8ea5551ea8/numba/cpython/listobj.py#L1113-L1126>`_

.. function:: builtins.sum
   :noindex:


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

Not showing 24 unsupported functions.

supported = 19 / 43 = 44.19%


