Home
last modified time | relevance | path

Searched refs:PyMapping_Items (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dmapping.rst67 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
/external/python/cpython3/Doc/c-api/
Dmapping.rst97 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c218 if ( (aslist = PyMapping_Items(src)) == NULL ) goto err; in PyCF_Python2CF_mapping()
/external/python/cpython2/Include/
Dabstract.h1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) macro
/external/python/cpython3/Include/
Dabstract.h1064 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
/external/python/cpython3/Modules/
D_abc.c277 items = PyMapping_Items(ns); in compute_abstract_methods()
D_json.c1607 items = PyMapping_Items(dct); in encoder_listencode_dict()
D_testcapimodule.c4488 return PyMapping_Items(obj); in get_mapping_items()
/external/python/cpython3/PC/
Dpython3.def344 PyMapping_Items=python37.PyMapping_Items
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst663 Make `PyMapping_Keys()`, `PyMapping_Values()` and `PyMapping_Items()` always
/external/python/cpython2/Doc/data/
Drefcounts.dat707 PyMapping_Items:PyObject*::+1:
708 PyMapping_Items:PyObject*:o:0:
/external/python/cpython2/Objects/
Ddescrobject.c771 return PyMapping_Items(pp->dict); in proxy_items()
/external/python/cpython3/Doc/data/
Drefcounts.dat1218 PyMapping_Items:PyObject*::+1:
1219 PyMapping_Items:PyObject*:o:0:
/external/python/cpython3/Objects/
Dabstract.c2212 PyMapping_Items(PyObject *o) in PyMapping_Items() function
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1680 :c:func:`PyMapping_Items` is now always a list, rather than a list or a