Searched refs:PyMapping_Items (Results 1 – 14 of 14) sorted by relevance
866 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
145 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
320 return PyMapping_Items(obj); in mapping_items()
376 items = PyMapping_Items(ns); in compute_abstract_methods()
1595 items = PyMapping_Items(dct); in encoder_listencode_dict()
660 Make ``PyMapping_Keys()``, ``PyMapping_Values()`` and ``PyMapping_Items()`` always
372 EXPORT_FUNC(PyMapping_Items)
389 func,PyMapping_Items,3.2,,
1312 PyMapping_Items:PyObject*::+1:1313 PyMapping_Items:PyObject*:o:0:
433 …<elf-symbol name='PyMapping_Items' type='func-type' binding='global-binding' visibility='default-v…4772 …PyMapping_Items' mangled-name='PyMapping_Items' filepath='Objects/abstract.c' line='2507' column='…
2507 PyMapping_Items(PyObject *o) in PyMapping_Items() function
987 [function.PyMapping_Items]
286 Objects/abstract.c:PyMapping_Items():PyId_items _Py_IDENTIFIER(items)
1701 :c:func:`PyMapping_Items` is now always a list, rather than a list or a