Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DcStringIO.h50 PyObject *(*NewOutput)(int); member
/external/python/cpython2/Modules/
DcPickle.c5729 if (!( file = PycStringIO->NewOutput(128))) in cpm_dumps()