void update()

in include/tuple_policy.hpp [109:111]


  void update(nb::object& summary, const nb::object& update) const {
    summary = _policy->update_summary(summary, update);
  }