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

Method sum

tests/test_methods_and_attributes.cpp:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165public:
166 using UnregisteredBase::UnregisteredBase;
167 double sum() const { return rw_value + ro_value; }
168};
169
170// Issue #2234: noexcept methods in an unregistered base should be bindable on the derived class.

Callers 2

test_to_pythonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected