Loading...
Searching...
No Matches
index.h File Reference
#include <string>
#include <pybind11/pybind11.h>
#include "awkward/Index.h"

Go to the source code of this file.

Functions

template<typename T >
py::class_< ak::IndexOf< T > > make_IndexOf (const py::handle &m, const std::string &name)
 Makes Index32, IndexU32, Index64 classes in Python that mirror IndexOf in C++. More...
 

Function Documentation

◆ make_IndexOf()

py::class_< ak::IndexOf< T > > make_IndexOf ( const py::handle &  m,
const std::string &  name 
)

Makes Index32, IndexU32, Index64 classes in Python that mirror IndexOf in C++.