MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator()

Function operator()

include/pybind11/pybind11.h:3607–3607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3605 PYBIND11_DEPRECATED("Please use py::set_error() instead "
3606 "(https://github.com/pybind/pybind11/pull/4772)")
3607 void operator()(const char *message) const { set_error(*this, message); }
3608};
3609
3610PYBIND11_NAMESPACE_BEGIN(detail)

Callers 5

operator()Method · 0.50
FortranMatrixClass · 0.50
operator()Method · 0.50
DiscontiguousMatrixClass · 0.50

Calls 1

set_errorFunction · 0.70

Tested by 2

operator()Method · 0.40
operator()Method · 0.40