#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.
◆ check_maxdecimals()
int64_t check_maxdecimals |
( |
const py::object & |
maxdecimals | ) |
|
◆ dict2parameters()
◆ len()
int64_t len |
( |
const T & |
self | ) |
|
◆ make_ArrayBuilder()
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++.
◆ parameters2dict()
◆ repr()
std::string repr |
( |
const T & |
self | ) |
|