Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c1458 _Unpickler_CopyLine(UnpicklerObject *self, char *line, Py_ssize_t len, in _Unpickler_CopyLine() function
1488 return _Unpickler_CopyLine(self, line_start, num_read, result); in _Unpickler_Readline()
1500 return _Unpickler_CopyLine(self, self->input_buffer, num_read, result); in _Unpickler_Readline()