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

builtins
--------

.. function:: builtins.abs


   - 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


   - defined by ``ol_chr(i)`` at `numba/cpython/unicode.py:2370-2375 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/unicode.py#L2370-L2375>`_

.. function:: builtins.divmod


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

.. function:: builtins.hash


   - defined by ``hash_overload(obj)`` at `numba/cpython/hashing.py:46-50 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/hashing.py#L46-L50>`_

.. function:: builtins.iter


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

.. function:: builtins.len


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``literal_list_len(lst)`` at `numba/cpython/listobj.py:1226-1231 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/listobj.py#L1226-L1231>`_
   - defined by ``unicode_len(s)`` at `numba/cpython/unicode.py:442-447 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/unicode.py#L442-L447>`_
   - defined by ``impl_len(d)`` at `numba/typed/dictobject.py:658-668 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/typed/dictobject.py#L658-L668>`_
   - defined by ``literalstrkeydict_impl_len(d)`` at `numba/typed/dictobject.py:1250-1255 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/typed/dictobject.py#L1250-L1255>`_
   - defined by ``charseq_len(s)`` at `numba/cpython/charseq.py:348-369 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/charseq.py#L348-L369>`_
   - defined by ``impl_len(l)`` at `numba/typed/listobject.py:400-408 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/typed/listobject.py#L400-L408>`_
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: builtins.max


   - 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:536-544 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/builtins.py#L536-L544>`_
   - defined by ``iterable_max(iterable)`` at `numba/cpython/builtins.py:569-571 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/builtins.py#L569-L571>`_

.. function:: builtins.min


   - 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:525-533 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/builtins.py#L525-L533>`_
   - defined by ``iterable_min(iterable)`` at `numba/cpython/builtins.py:564-566 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/builtins.py#L564-L566>`_

.. function:: builtins.next


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

.. function:: builtins.ord


   - defined by ``ol_ord(c)`` at `numba/cpython/unicode.py:2330-2339 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/unicode.py#L2330-L2339>`_

.. function:: builtins.pow


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

.. function:: builtins.print


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

.. function:: builtins.round


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

.. function:: builtins.sorted


   - defined by ``ol_sorted(iterable, key=None, reverse=False)`` at `numba/cpython/listobj.py:1108-1121 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/listobj.py#L1108-L1121>`_

Not showing 27 unsupported functions.

supported = 14 / 41 = 34.15%


