Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
template <typename Axis>
57
struct 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
63
template <typename Axis>
Callers
nothing calls this directly
Calls
1
value
Method · 0.45
Tested by
no test coverage detected