Searched defs:PyObject_Str (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
H A Dobject.c378 s = PyObject_Str(op);
503 PyObject_Str(PyObject *v) function
528 /* PyObject_Str() must not be called with an exception set,
/external/python/cpython2/Objects/
H A Dobject.c303 s = PyObject_Str(op);
449 PyObject_Str(PyObject *v) function

Completed in 86 milliseconds