MCPcopy Create free account
hub / github.com/awa-ai/awadb / method

Method method

pybind11/tests/test_numpy_vectorize.cpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 struct VectorizeTestClass {
79 explicit VectorizeTestClass(int v) : value{v} {};
80 float method(int x, float y) const { return y + (float) (x + value); }
81 int value = 0;
82 };
83 py::class_<VectorizeTestClass> vtc(m, "VectorizeTestClass");

Callers 2

test_keyword_only_argsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected