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

/gem5/ext/pybind11/tests/
H A Dtest_docstring_options.py37 assert not m.DocstringTestFoo.__doc__
38 assert not m.DocstringTestFoo.value_prop.__doc__
H A Dtest_docstring_options.cpp52 struct DocstringTestFoo { struct
57 py::class_<DocstringTestFoo>(m, "DocstringTestFoo", "This is a class docstring")
58 .def_property("value_prop", &DocstringTestFoo::getValue, &DocstringTestFoo::setValue, "This is a property docstring")

Completed in 5 milliseconds