3#ifndef AWKWARDPY_IDENTITIES_H_
4#define AWKWARDPY_IDENTITIES_H_
6#include <pybind11/pybind11.h>
9namespace py = pybind11;
20py::class_<ak::IdentitiesOf<T>>
py::tuple identity(const T &self)
Creates a single identity as a Python tuple of integers and strings.
py::class_< ak::IdentitiesOf< T > > make_IdentitiesOf(const py::handle &m, const std::string &name)
Makes Identities32 and Identities64 classes in Python that mirror IdentitiesOf in C++.
Definition: BitMaskedArray.h:15