Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Daccu.h29 PyAPI_FUNC(PyObject *) _PyAccu_Finish(_PyAccu *acc);
/external/python/cpython3/Objects/
Daccu.c93 _PyAccu_Finish(_PyAccu *acc) in _PyAccu_Finish() function
/external/python/cpython3/Modules/_io/
Dstringio.c128 PyObject *intermediate = _PyAccu_Finish(&self->accu); in make_intermediate()
152 intermediate = _PyAccu_Finish(&self->accu); in realize()