Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Dmapping.rst97 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
/third_party/python/Include/
Dabstract.h843 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
/third_party/python/Modules/
D_abc.c317 items = PyMapping_Items(ns); in compute_abstract_methods()
D_json.c1547 items = PyMapping_Items(dct); in encoder_listencode_dict()
D_testcapimodule.c5155 return PyMapping_Items(obj); in get_mapping_items()
/third_party/python/Doc/data/
Dstable_abi.dat365 function,PyMapping_Items,3.2,
Drefcounts.dat1249 PyMapping_Items:PyObject*::+1:
1250 PyMapping_Items:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c346 EXPORT_FUNC(PyMapping_Items)
/third_party/python/Misc/NEWS.d/
D3.7.0a2.rst660 Make `PyMapping_Keys()`, `PyMapping_Values()` and `PyMapping_Items()` always
/third_party/python/Misc/
Dstable_abi.txt882 function PyMapping_Items
/third_party/python/Objects/
Dabstract.c2459 PyMapping_Items(PyObject *o) in PyMapping_Items() function
/third_party/python/Tools/c-analyzer/
DTODO328 Objects/abstract.c:PyMapping_Items():PyId_items _Py_IDENTIFIER(items)
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1875 Objects/abstract.c PyMapping_Items PyId_items -
/third_party/python/Doc/whatsnew/
D3.7.rst1688 :c:func:`PyMapping_Items` is now always a list, rather than a list or a