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

Defined in `awkward.operations.describe <https://github.com/scikit-hep/awkward-1.0/blob/80bbef0738a6b7928333d7c705ee1b359991de5b/src/awkward/operations/describe.py>`__ on `line 269 <https://github.com/scikit-hep/awkward-1.0/blob/80bbef0738a6b7928333d7c705ee1b359991de5b/src/awkward/operations/describe.py#L269>`__.

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


    :param array: Array or record to check.
    :type array: :py:obj:`ak.Array`, :py:obj:`ak.Record`, :py:obj:`ak.layout.Content`, :py:obj:`ak.layout.Record`, :py:obj:`ak.ArrayBuilder`, :py:obj:`ak.layout.ArrayBuilder`

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.

