| 169 | } |
| 170 | |
| 171 | std::vector<uint64_t> PAModelObject::getCountBySuperTopic() const |
| 172 | { |
| 173 | auto* inst = getInst<tomoto::IPAModel>(); |
| 174 | return inst->getCountBySuperTopic(); |
| 175 | } |
| 176 | |
| 177 | py::UniqueObj PAModelObject::getSubAlpha() const |
| 178 | { |
nothing calls this directly
no outgoing calls
no test coverage detected