ak.is_tuple
-----------

.. py:module: ak.is_tuple

Defined in `awkward.operations.ak_is_tuple <https://github.com/scikit-hep/awkward/blob/36da52cfa8846355c390beb6555eac1d31c27c26/src/awkward/operations/ak_is_tuple.py>`__ on `line 12 <https://github.com/scikit-hep/awkward/blob/36da52cfa8846355c390beb6555eac1d31c27c26/src/awkward/operations/ak_is_tuple.py#L12>`__.

.. py:function:: ak.is_tuple(array)


    :param array: Array-like data (anything :py:obj:`ak.to_layout` recognizes).

If ``array`` is a record, this returns True if the record is a tuple.
If ``array`` is an array, this returns True if the outermost record is a tuple.