| 345 | } |
| 346 | |
| 347 | int element_len(const pyhistogram::element_type&) { return 2; } |
| 348 | |
| 349 | std::string element_repr(const pyhistogram::element_type& e) { |
| 350 | return bh::detail::cat("histogram.element(", e.value(), ", ", e.variance(), ")"); |
nothing calls this directly
no outgoing calls
no test coverage detected