mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-15 03:26:30 +00:00
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.