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

Method convert

src/python/axis.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63template <typename Axis>
64struct axis_interval_view_to_python {
65 static PyObject* convert(const bha::interval_view<Axis>& i) {
66 return bp::incref(bp::make_tuple(i.lower(), i.upper()).ptr());
67 }
68};
69
70bp::object variable_init(bp::tuple args, bp::dict kwargs) {

Callers

nothing calls this directly

Calls 2

upperMethod · 0.80
lowerMethod · 0.45

Tested by

no test coverage detected