Go to the source code of this file.
Functions | |
template<typename T > | |
py::tuple | identity (const T &self) |
Creates a single identity as a Python tuple of integers and strings. | |
template<typename T > | |
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++. | |
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++.