Home
last modified time | relevance | path

Searched refs:PyMapping_Items (Results 1 – 17 of 17) 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/cpython3/Include/
Dabstract.h820 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
/external/python/cpython2/Include/
Dabstract.h1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) macro
/external/python/cpython3/Modules/
D_abc.c315 items = PyMapping_Items(ns); in compute_abstract_methods()
D_json.c1545 items = PyMapping_Items(dct); in encoder_listencode_dict()
D_testcapimodule.c4970 return PyMapping_Items(obj); in get_mapping_items()
/external/python/cpython3/PC/
Dpython3.def346 PyMapping_Items=python39.PyMapping_Items
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst660 Make `PyMapping_Keys()`, `PyMapping_Values()` and `PyMapping_Items()` always
/external/python/cpython2/Objects/
Ddescrobject.c771 return PyMapping_Items(pp->dict); in proxy_items()
/external/python/cpython2/Doc/data/
Drefcounts.dat707 PyMapping_Items:PyObject*::+1:
708 PyMapping_Items:PyObject*:o:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat1246 PyMapping_Items:PyObject*::+1:
1247 PyMapping_Items:PyObject*:o:0:
/external/python/cpython3/Objects/
Dabstract.c2319 PyMapping_Items(PyObject *o) in PyMapping_Items() function
/external/python/cpython3/Tools/c-analyzer/
DTODO333 Objects/abstract.c:PyMapping_Items():PyId_items _Py_IDENTIFIER(items)
Dknown.tsv1188 Objects/abstract.c PyMapping_Items PyId_items variable _Py_IDENTIFIER(items)
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1687 :c:func:`PyMapping_Items` is now always a list, rather than a list or a