MCPcopy Create free account
hub / github.com/boostorg/histogram / convert

Method convert

src/python/axis.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56template <typename Axis>
57struct axis_value_view_to_python {
58 static PyObject* convert(const bha::value_view<Axis>& i) {
59 return bp::incref(bp::object(i.value()).ptr());
60 }
61};
62
63template <typename Axis>

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected