MCPcopy 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
140template <typename T>
141bp::str axis_get_label(const T& t) {
142 auto s = t.label();
143 return {s.data(), s.size()};
144}
145
146template <typename A>
147bp::object axis_getitem(const A& a, int i) {

Callers

nothing calls this directly

Calls 2

labelMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected