Home
last modified time | relevance | path

Searched defs:PythonCallInDestructor (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/tests/
Dtest_exceptions.cpp68 struct PythonCallInDestructor { struct
69 PythonCallInDestructor(const py::dict &d) : d(d) {} in PythonCallInDestructor() function
70 ~PythonCallInDestructor() { d["good"] = true; } in ~PythonCallInDestructor() argument
72 py::dict d;