Return a type object from a handle or an object
| 1567 | |
| 1568 | /// Return a type object from a handle or an object |
| 1569 | static type of(handle h) { return type(type::handle_of(h), borrowed_t{}); } |
| 1570 | |
| 1571 | // Defined in pybind11/cast.h |
| 1572 | /// Convert C++ type to handle if previously registered. Does not convert |