| 1444 | } |
| 1445 | |
| 1446 | static PyObject *SmithWaterman_get_capabilities(SmithWaterman *self, void *closure) { |
| 1447 | return capabilities_to_tuple(self->capabilities); |
| 1448 | } |
| 1449 | |
| 1450 | static PyGetSetDef SmithWaterman_getsetters[] = { |
| 1451 | {"__capabilities__", (getter)SmithWaterman_get_capabilities, NULL, "Hardware capabilities used by this engine", |
nothing calls this directly
no test coverage detected
searching dependent graphs…