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

Class axis_value_view_to_python

src/python/axis.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
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>
64struct axis_interval_view_to_python {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected