@brief Return the held Python object as an array_struct.
| 53 | |
| 54 | /// @brief Return the held Python object as an array_struct. |
| 55 | array_struct * get_struct() const { return reinterpret_cast<array_struct*>(this->ptr()); } |
| 56 | |
| 57 | public: |
| 58 |
no test coverage detected