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

Method ReturnTester

tests/test_eigen_matrix.cpp:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238 public:
239 ReturnTester() { print_created(this); }
240 ReturnTester(const ReturnTester &) = default;
241 ~ReturnTester() { print_destroyed(this); }
242 static Eigen::MatrixXd create() { return Eigen::MatrixXd::Ones(10, 10); }

Callers 2

test_eigen_keepaliveFunction · 0.80

Calls 1

print_createdFunction · 0.85

Tested by

no test coverage detected