Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ axis_get_label
Function
axis_get_label
src/python/axis.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
template <typename T>
141
bp::str axis_get_label(const T& t) {
142
auto s = t.label();
143
return {s.data(), s.size()};
144
}
145
146
template <typename A>
147
bp::object axis_getitem(const A& a, int i) {
Callers
nothing calls this directly
Calls
2
label
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected