Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dabstract.h866 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
/external/python/cpython3/Doc/c-api/
Dmapping.rst145 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
/external/python/cpython3/Modules/_testlimitedcapi/
Dabstract.c320 return PyMapping_Items(obj); in mapping_items()
/external/python/cpython3/Modules/
D_abc.c376 items = PyMapping_Items(ns); in compute_abstract_methods()
D_json.c1595 items = PyMapping_Items(dct); in encoder_listencode_dict()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst660 Make ``PyMapping_Keys()``, ``PyMapping_Values()`` and ``PyMapping_Items()`` always
/external/python/cpython3/PC/
Dpython3dll.c372 EXPORT_FUNC(PyMapping_Items)
/external/python/cpython3/Doc/data/
Dstable_abi.dat389 func,PyMapping_Items,3.2,,
Drefcounts.dat1312 PyMapping_Items:PyObject*::+1:
1313 PyMapping_Items:PyObject*:o:0:
Dpython3.13.abi433 …<elf-symbol name='PyMapping_Items' type='func-type' binding='global-binding' visibility='default-v…
4772PyMapping_Items' mangled-name='PyMapping_Items' filepath='Objects/abstract.c' line='2507' column='…
/external/python/cpython3/Objects/
Dabstract.c2507 PyMapping_Items(PyObject *o) in PyMapping_Items() function
/external/python/cpython3/Misc/
Dstable_abi.toml987 [function.PyMapping_Items]
/external/python/cpython3/Tools/c-analyzer/
DTODO286 Objects/abstract.c:PyMapping_Items():PyId_items _Py_IDENTIFIER(items)
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1701 :c:func:`PyMapping_Items` is now always a list, rather than a list or a