| 69 | } |
| 70 | |
| 71 | Py::Object ModelPy::getLibraryIcon() const |
| 72 | { |
| 73 | auto library = getModelPtr()->getLibrary(); |
| 74 | return Py::Bytes(library->getIcon().data(), library->getIcon().size()); |
| 75 | } |
| 76 | |
| 77 | Py::String ModelPy::getName() const |
| 78 | { |
nothing calls this directly
no test coverage detected