Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h1332 #define PyMapping_Keys(O) PyObject_CallMethod(O,"keys",NULL) macro
/external/python/cpython3/Objects/
Dabstract.c2305 PyMapping_Keys(PyObject *o) in PyMapping_Keys() function