pybind11_tests.cpp
1.62 KB
-
Make attr and item accessors throw on error instead of returning nullptr · 865e4303
This also adds the `hasattr` and `getattr` functions which are needed with the new attribute behavior. The new functions behave exactly like their Python counterparts. Similarly `object` gets a `contains` method which calls `__contains__`, i.e. it's the same as the `in` keyword in Python.
Dean Moldovan committed