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

Function LevenshteinDistancesUTF8_get_capabilities

python/stringzillas.c:706–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706static PyObject *LevenshteinDistancesUTF8_get_capabilities(LevenshteinDistancesUTF8 *self, void *closure) {
707 return capabilities_to_tuple(self->capabilities);
708}
709
710static PyObject *LevenshteinDistancesUTF8_call(LevenshteinDistancesUTF8 *self, PyObject *args, PyObject *kwargs) {
711 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…