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

builtins
--------

.. function:: builtins.abs
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - 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/76720bf88350c70b99ab3d4272d01bd9f14eeace/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 ``hash_overload(obj)`` at `numba/cpython/hashing.py:49-53 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/hashing.py#L49-L53>`_

.. function:: builtins.isinstance
   :noindex:


   - defined by ``ol_isinstance(var, typs)`` at `numba/cpython/builtins.py:682-779 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/builtins.py#L682-L779>`_

.. 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 ``unicode_len(s)`` at `numba/cpython/unicode.py:442-447 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/unicode.py#L442-L447>`_
   - defined by ``charseq_len(s)`` at `numba/cpython/charseq.py:348-369 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/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/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/listobj.py#L1228-L1233>`_
   - defined by ``impl_len(d)`` at `numba/typed/dictobject.py:661-671 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/typed/dictobject.py#L661-L671>`_
   - defined by ``literalstrkeydict_impl_len(d)`` at `numba/typed/dictobject.py:1255-1260 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/typed/dictobject.py#L1255-L1260>`_
   - defined by ``impl_len(l)`` at `numba/typed/listobject.py:402-410 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/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:549-557 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/builtins.py#L549-L557>`_
   - defined by ``iterable_max(iterable)`` at `numba/cpython/builtins.py:582-584 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/builtins.py#L582-L584>`_

.. 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:538-546 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/builtins.py#L538-L546>`_
   - defined by ``iterable_min(iterable)`` at `numba/cpython/builtins.py:577-579 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/builtins.py#L577-L579>`_

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

.. function:: builtins.sum
   :noindex:


   - defined by ``ol_sum(iterable, start=0)`` at `numba/cpython/builtins.py:619-652 <https://github.com/numba/numba/blob/76720bf88350c70b99ab3d4272d01bd9f14eeace/numba/cpython/builtins.py#L619-L652>`_

Not showing 27 unsupported functions.

supported = 16 / 43 = 37.21%


