Home
last modified time | relevance | path

Searched refs:PyDict_GetItemString (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Include/cpython/
Dodictobject.h36 PyDict_GetItemString(_PyObject_CAST(od), key)
/third_party/python/Include/
Ddictobject.h57 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c775 obj = PyDict_GetItemString(pymixer->mdict, class); in pymixer_melement_new()
920 obj = PyDict_GetItemString(priv->py_mdict, "HElement"); in new_helem()
1064 obj = PyDict_GetItemString(mdict, "InternalMixer"); in alsa_mixer_simple_pyinit()
1084 priv->py_event_func = PyDict_GetItemString(mdict, "event"); in alsa_mixer_simple_pyinit()
1149 py_mod = PyDict_GetItemString(obj, "__main__"); in alsa_mixer_simple_finit()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc422 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript()
Drepeated_scalar_container.cc602 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript()
Dmessage.cc278 PyObject* well_known_class = PyDict_GetItemString( in New()
/third_party/python/Doc/c-api/
Ddict.rst118 .. c:function:: PyObject* PyDict_GetItemString(PyObject *p, const char *key)
/third_party/python/Doc/data/
Dstable_abi.dat106 function,PyDict_GetItemString,3.2,
Drefcounts.dat519 PyDict_GetItemString:PyObject*::0:
520 PyDict_GetItemString:PyObject*:p:0:
521 PyDict_GetItemString:const char*:key::
/third_party/python/PC/
Dpython3dll.c172 EXPORT_FUNC(PyDict_GetItemString)
/third_party/python/Misc/
Dstable_abi.txt480 function PyDict_GetItemString
DHISTORY29257 - PyDict_GetItem() and PyDict_GetItemString() are changed so that they
/third_party/python/Objects/
Ddictobject.c3582 PyDict_GetItemString(PyObject *v, const char *key) in PyDict_GetItemString() function
/third_party/python/Doc/extending/
Dextending.rst978 :c:func:`PyDict_GetItemString` all return references that you borrow from the