nb::object update_summary()

in include/tuple_policy.hpp [72:77]


  nb::object update_summary(nb::object& summary, const nb::object& update) const override {
    NB_OVERRIDE_PURE(
      update_summary,      // Name of function in C++ (must match Python name)
      summary, update      // Arguments
    );
  }