Searched refs:cgetvalue (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | cStringIO.h | 47 PyObject *(*cgetvalue)(PyObject *); member |
/external/python/cpython2/Modules/ | ||
D | cPickle.c | 5738 res = PycStringIO->cgetvalue(file); in cpm_dumps() |