#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "awkward/builder/ArrayBuilder.h"
#include "awkward/util.h"
Go to the source code of this file.
Functions | |
py::class_< ak::ArrayBuilder > | make_ArrayBuilder (const py::handle &m, const std::string &name) |
Makes an ArrayBuilder class in Python that mirrors the one in C++. | |
py::class_< ak::ArrayBuilder > make_ArrayBuilder | ( | const py::handle & | m, |
const std::string & | name ) |
Makes an ArrayBuilder class in Python that mirrors the one in C++.