Searched refs:PickleableWithDictNew (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_pickling.cpp85 class PickleableWithDictNew : public PickleableWithDict { class in inherits:PickleableWithDict
112 py::class_<PickleableWithDictNew, PickleableWithDict>(m, "PickleableWithDictNew")
122 auto cpp_state = PickleableWithDictNew(t[0].cast<std::string>());

Completed in 4 milliseconds