Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DcStringIO.h65 #define PycStringIO_InputCheck(O) \ macro
/external/python/cpython2/Modules/
DcPickle.c5526 else if (PycStringIO_InputCheck(f)) { in newUnpicklerobject()