MCPcopy Create free account
hub / github.com/pybind/pybind11 / call

Method call

include/pybind11/cast.h:2419–2421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2417template <typename Derived>
2418template <return_value_policy policy, typename... Args>
2419object object_api<Derived>::call(Args &&...args) const {
2420 return operator()<policy>(std::forward<Args>(args)...);
2421}
2422
2423PYBIND11_NAMESPACE_END(detail)
2424

Callers 2

generate_doxygen_xmlFunction · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected