Searched defs:PythonCallInDestructor (Results 1 – 1 of 1) sorted by relevance
68 struct PythonCallInDestructor { struct69 PythonCallInDestructor(const py::dict &d) : d(d) {} in PythonCallInDestructor() function70 ~PythonCallInDestructor() { d["good"] = true; } in ~PythonCallInDestructor() argument72 py::dict d;