Home
last modified time | relevance | path

Searched refs:unibuff_till (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_operator.c1207 Py_ssize_t unibuff_till = 0; in attrgetter_new() local
1216 while (PyUnicode_READ(kind, data, unibuff_till) != '.') { in attrgetter_new()
1217 ++unibuff_till; in attrgetter_new()
1221 unibuff_till); in attrgetter_new()
1230 unibuff_till = unibuff_from = unibuff_till + 1; in attrgetter_new()