Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c544 incrementalnewlinedecoder_newlines_get(nldecoder_object *self, void *context) in incrementalnewlinedecoder_newlines_get() function
577 {"newlines", (getter)incrementalnewlinedecoder_newlines_get, NULL, NULL},
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c601 incrementalnewlinedecoder_newlines_get(nldecoder_object *self, void *context) in incrementalnewlinedecoder_newlines_get() function
3171 {"newlines", (getter)incrementalnewlinedecoder_newlines_get, NULL, NULL},