Searched refs:textiowrapper_errors_get (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | textio.c | 2569 textiowrapper_errors_get(textio *self, void *context) in textiowrapper_errors_get() function 2633 {"errors", (getter)textiowrapper_errors_get, NULL, NULL},
|
/external/python/cpython3/Modules/_io/ |
D | textio.c | 3142 textiowrapper_errors_get(textio *self, void *context) in textiowrapper_errors_get() function 3270 {"errors", (getter)textiowrapper_errors_get, NULL, NULL},
|