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

Function LevenshteinDistances_get_capabilities

python/stringzillas.c:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429static PyObject *LevenshteinDistances_get_capabilities(LevenshteinDistances *self, void *closure) {
430 return capabilities_to_tuple(self->capabilities);
431}
432
433static PyObject *LevenshteinDistances_call(LevenshteinDistances *self, PyObject *args, PyObject *kwargs) {
434 PyObject *a_obj = NULL, *b_obj = NULL, *device_obj = NULL, *out_obj = NULL;

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…