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

Method ArrayClass

pybind11/tests/test_numpy_array.cpp:235–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 struct ArrayClass {
234 int data[2] = {1, 2};
235 ArrayClass() { py::print("ArrayClass()"); }
236 ~ArrayClass() { py::print("~ArrayClass()"); }
237 };
238 py::class_<ArrayClass>(sm, "ArrayClass")

Callers 1

test_numpy_viewFunction · 0.80

Calls 1

printFunction · 0.85

Tested by

no test coverage detected