nb::object operator()

in include/tuple_policy.hpp [86:92]


  nb::object operator()(nb::object& summary, const nb::object& update) const override {
    NB_OVERRIDE_PURE_NAME(
      "__call__",          // Name of function in python
      operator(),          // Name of function in C++
      summary, update      // Arguments
    );
  }