Searched refs:PyDict_GetItem (Results 1 – 16 of 16) sorted by relevance
/third_party/python/Include/cpython/ |
D | odictobject.h | 30 #define PyODict_GetItem(od, key) PyDict_GetItem(_PyObject_CAST(od), key)
|
/third_party/python/Include/ |
D | dictobject.h | 22 PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
|
/third_party/python/Doc/c-api/ |
D | dict.rst | 96 .. c:function:: PyObject* PyDict_GetItem(PyObject *p, PyObject *key) 112 Variant of :c:func:`PyDict_GetItem` that does not suppress 120 This is the same as :c:func:`PyDict_GetItem`, but *key* is specified as a
|
/third_party/python/PC/ |
D | python3dll.c | 171 EXPORT_FUNC(PyDict_GetItem)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 105 function,PyDict_GetItem,3.2,
|
D | refcounts.dat | 511 PyDict_GetItem:PyObject*::0: 512 PyDict_GetItem:PyObject*:p:0: 513 PyDict_GetItem:PyObject*:key:0:
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 406 PyObject* value2 = PyDict_GetItem(other, key.get()); in DescriptorMapping_Equal()
|
D | message.cc | 222 PyObject* descriptor_or_name = PyDict_GetItem(dict, kDESCRIPTOR); in New()
|
/third_party/python/Modules/ |
D | _hashopenssl.c | 386 name_obj = PyDict_GetItem(state->constructs, digestmod); in py_digest_by_digestmod()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 478 function PyDict_GetItem
|
D | HISTORY | 18024 ``PyDict_GetItem()``, whose semantics did not change). 29257 - PyDict_GetItem() and PyDict_GetItemString() are changed so that they
|
/third_party/python/Objects/ |
D | dictobject.c | 1398 PyDict_GetItem(PyObject *op, PyObject *key) in PyDict_GetItem() function 3590 rv = PyDict_GetItem(v, kv); in PyDict_GetItemString()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2292 obj = dict ? PyDict_GetItem(dict, SWIG_This()) : 0; in SWIG_Python_GetSwigThis() 2802 PyObject *obj = PyDict_GetItem(cache, key); in SWIG_Python_TypeQuery()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a1.rst | 3455 Calling :c:func:`PyDict_GetItem` without :term:`GIL` held had been allowed
|
/third_party/python/Doc/extending/ |
D | extending.rst | 977 :c:func:`PyTuple_GetItem`, :c:func:`PyList_GetItem`, :c:func:`PyDict_GetItem`, and
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 2153 * Calling :c:func:`PyDict_GetItem` without :term:`GIL` held had been allowed
|