| 1236 | } |
| 1237 | |
| 1238 | static Py_hash_t Str_hash(Str *self) { return (Py_hash_t)sz_hash(self->memory.start, self->memory.length, 0); } |
| 1239 | |
| 1240 | static char const doc_like_hash[] = // |
| 1241 | "Compute the hash value of the string.\n" |
nothing calls this directly
no test coverage detected
searching dependent graphs…