Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3610
PYBIND11_NAMESPACE_BEGIN(detail)
Callers
5
unchecked_mutable_reference
Class · 0.70
operator()
Method · 0.50
FortranMatrix
Class · 0.50
operator()
Method · 0.50
DiscontiguousMatrix
Class · 0.50
Calls
1
set_error
Function · 0.70
Tested by
2
operator()
Method · 0.40
operator()
Method · 0.40