| 37 | } |
| 38 | |
| 39 | Py::Object ExtensionPy::getExtendedObject() const |
| 40 | { |
| 41 | return Py::Object(getExtensionPtr()->getExtendedContainer()->getPyObject(), true); |
| 42 | } |
| 43 | |
| 44 | PyObject* ExtensionPy::getCustomAttributes(const char* /*attr*/) const |
| 45 | { |
no test coverage detected