Home
last modified time | relevance | path

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

12345

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Python/
H A DElementDocumentWrapper.cpp48 PyDict_Merge(module_namespace, builtins_dict, 0); in ElementDocumentWrapper()
99 PyDict_Merge(module_namespace, dict, 0); in LoadScript()
/dports/devel/sfsexp/sfsexp-1.3.1-18-gc11b849/python/
H A Dpysexp.c103 PyDict_Merge( dict, subdict, 0); in iter_real_list()
158 PyDict_Merge( dict, subdict, 0); in iter_list()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/helper/
H A Ddictionaries.h247 res = PyDict_Merge(result, seq_obj, 1); in TO_DICT()
258 int res = PyDict_Merge(result, dict_obj, 1); in TO_DICT()
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/lang/python310/Python-3.10.1/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/lang/python38/Python-3.8.12/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/lang/python-tools/Python-3.8.12/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/lang/python39/Python-3.9.9/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/lang/python311/Python-3.11.0a3/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Ddictobject.h44 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Ddictobject.h136 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Ddictobject.h140 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/lang/python27/Python-2.7.18/Include/
H A Ddictobject.h140 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/devel/py-cytoolz/cytoolz-0.11.0/cytoolz/
H A Dfunctoolz.pyx16 from cpython.dict cimport PyDict_Merge, PyDict_New
202 PyDict_Merge(kwargs, func.keywords, False)
248 PyDict_Merge(kwargs, self.keywords, False)
262 PyDict_Merge(kwargs, self.keywords, False)
305 PyDict_Merge(kwargs, self.keywords, False)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/cpython/
H A Ddict.pxd141 int PyDict_Merge(object a, object b, int override) except -1
151 # This is the same as PyDict_Merge(a, b, 1) in C, or a.update(b)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/cpython/
H A Ddict.pxd141 int PyDict_Merge(object a, object b, int override) except -1
151 # This is the same as PyDict_Merge(a, b, 1) in C, or a.update(b)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/cpython/
H A Ddict.pxd141 int PyDict_Merge(object a, object b, int override) except -1
151 # This is the same as PyDict_Merge(a, b, 1) in C, or a.update(b)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/cpython/
H A Ddict.pxd141 int PyDict_Merge(object a, object b, int override) except -1
151 # This is the same as PyDict_Merge(a, b, 1) in C, or a.update(b)
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Ddictobject.h117 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/lang/python37/Python-3.7.12/Include/
H A Ddictobject.h135 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Ddictobject.h135 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,

12345