| 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(), ")"); |
| 351 | } |
| 352 | |
| 353 | void register_histogram() { |
| 354 | bp::docstring_options dopt(true, true, false); |