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

Function axis_set_label

src/python/axis.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135template <typename T>
136void axis_set_label(T& t, bp::str s) {
137 t.label({bp::extract<const char*>(s)(), static_cast<std::size_t>(bp::len(s))});
138}
139
140template <typename T>
141bp::str axis_get_label(const T& t) {

Callers

nothing calls this directly

Calls 1

labelMethod · 0.45

Tested by

no test coverage detected