| 137 | }; |
| 138 | |
| 139 | class PickleableWithDictNew : public PickleableWithDict { |
| 140 | public: |
| 141 | using PickleableWithDict::PickleableWithDict; |
| 142 | }; |
| 143 | |
| 144 | py::class_<PickleableWithDict> pyPickleableWithDict( |
| 145 | m, "PickleableWithDict", py::dynamic_attr()); |
no outgoing calls