MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / SmithWaterman_get_capabilities

Function SmithWaterman_get_capabilities

python/stringzillas.c:1446–1448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1444}
1445
1446static PyObject *SmithWaterman_get_capabilities(SmithWaterman *self, void *closure) {
1447 return capabilities_to_tuple(self->capabilities);
1448}
1449
1450static PyGetSetDef SmithWaterman_getsetters[] = {
1451 {"__capabilities__", (getter)SmithWaterman_get_capabilities, NULL, "Hardware capabilities used by this engine",

Callers

nothing calls this directly

Calls 1

capabilities_to_tupleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…