Home
last modified time | relevance | path

Searched refs:PyDict_Merge (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Ddictobject.h140 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/external/python/cpython3/Include/
Ddictobject.h135 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/external/python/cpython3/Doc/c-api/
Ddict.rst202 .. c:function:: int PyDict_Merge(PyObject *a, PyObject *b, int override)
214 This is the same as ``PyDict_Merge(a, b, 1)`` in C, and is similar to
/external/python/cpython2/Doc/c-api/
Ddict.rst199 .. c:function:: int PyDict_Merge(PyObject *a, PyObject *b, int override)
213 This is the same as ``PyDict_Merge(a, b, 1)`` in C, and is similar to
/external/python/cpython2/Modules/
D_functoolsmodule.c190 if (PyDict_Merge(kwappl, kw, 1) != 0) { in partial_call()
/external/python/cpython2/Objects/
Ddictobject.c1522 result = PyDict_Merge(self, arg, 1); in dict_update_common()
1527 result = PyDict_Merge(self, kwds, 1); in dict_update_common()
1629 return PyDict_Merge(a, b, 1); in PyDict_Update()
1633 PyDict_Merge(PyObject *a, PyObject *b, int override) in PyDict_Merge() function
1747 if (PyDict_Merge(copy, o, 1) == 0) in PyDict_Copy()
/external/python/cpython3/Modules/
D_functoolsmodule.c99 if (PyDict_Merge(pto->kw, kw, 1) != 0) { in partial_new()
215 if (PyDict_Merge(kwargs2, kwargs, 1) != 0) { in partial_call()
/external/python/cpython3/PC/
Dpython3.def105 PyDict_Merge=python37.PyDict_Merge
/external/python/cpython3/Objects/
Ddictobject.c2250 result = PyDict_Merge(self, arg, 1); in dict_update_common()
2259 result = PyDict_Merge(self, kwds, 1); in dict_update_common()
2510 PyDict_Merge(PyObject *a, PyObject *b, int override) in PyDict_Merge() function
2596 if (PyDict_Merge(copy, o, 1) == 0) in PyDict_Copy()
/external/python/cpython3/Doc/data/
Drefcounts.dat511 PyDict_Merge:int:::
512 PyDict_Merge:PyObject*:a:0:
513 PyDict_Merge:PyObject*:b:0:
514 PyDict_Merge:int:override::
/external/python/cpython2/PC/os2emx/
Dpython27.def273 "PyDict_Merge"