Home
last modified time | relevance | path

Searched defs:PyMapping_Values (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h1342 #define PyMapping_Values(O) PyObject_CallMethod(O,"values",NULL) macro
/external/python/cpython3/Objects/
Dabstract.c2226 PyMapping_Values(PyObject *o) in PyMapping_Values() function