Searched refs:TestClassDef (Results 1 – 4 of 4) sorted by relevance
24 class TestClassDef { class26 TestClassDef() = default;31 py::object TestClassDef::Method() const { return py::none(); } in Method()34 py::class_<TestClassDef>(m, "TestClassDef") in PYBIND11_MODULE()36 .def("method", &TestClassDef::Method); in PYBIND11_MODULE()
121 test_object = pybind_for_testing.TestClassDef()
279 class TestClassDef(GrammarTest): class
559 class TestClassDef(GrammarTest): class