Searched refs:stringio_line_buffering (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/_io/ |
D | stringio.c | 806 stringio_line_buffering(stringio *self, void *context) in stringio_line_buffering() function 851 {"line_buffering", (getter)stringio_line_buffering, NULL, NULL},
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | stringio.c | 953 stringio_line_buffering(stringio *self, void *context) in stringio_line_buffering() function 1000 {"line_buffering", (getter)stringio_line_buffering, NULL, NULL},
|