ak.is_tuple ----------- .. py:module: ak.is_tuple Defined in `awkward.operations.ak_is_tuple `__ on `line 12 `__. .. 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.