| 1114 | PyObject *ptr() const { return get_cache().ptr(); } |
| 1115 | template <typename T> |
| 1116 | T cast() const { |
| 1117 | return get_cache().template cast<T>(); |
| 1118 | } |
| 1119 | |
| 1120 | private: |
| 1121 | static object ensure_object(object &&o) { return std::move(o); } |
nothing calls this directly
no outgoing calls
no test coverage detected