Home
last modified time | relevance | path

Searched refs:PyMapping_GetItemString (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Doc/c-api/
Dmapping.rst29 .. c:function:: PyObject* PyMapping_GetItemString(PyObject *o, const char *key)
76 To get error reporting use :c:func:`PyMapping_GetItemString()` instead.
/third_party/python/Include/
Dabstract.h848 PyAPI_FUNC(PyObject *) PyMapping_GetItemString(PyObject *o,
/third_party/python/Modules/
D_lzmamodule.c245 preset_obj = PyMapping_GetItemString(spec, "preset"); in INT_TYPE_CONVERTER_FUNC()
350 id_obj = PyMapping_GetItemString(spec, "id"); in lzma_filter_converter()
Dsignalmodule.c1607 PyObject *int_handler = PyMapping_GetItemString(mod_dict,
D_winapi.c895 value = PyMapping_GetItemString(mapping, name); in gethandlelist()
/third_party/python/Doc/data/
Dstable_abi.dat362 function,PyMapping_GetItemString,3.2,
Drefcounts.dat1237 PyMapping_GetItemString:PyObject*::+1:
1238 PyMapping_GetItemString:PyObject*:o:0:
1239 PyMapping_GetItemString:const char*:key::
/third_party/python/PC/
Dpython3dll.c343 EXPORT_FUNC(PyMapping_GetItemString)
/third_party/python/Objects/
Dabstract.c2349 PyMapping_GetItemString(PyObject *o, const char *key) in PyMapping_GetItemString() function
2389 v = PyMapping_GetItemString(o, key); in PyMapping_HasKeyString()
/third_party/python/Python/
Dpystate.c597 return PyMapping_GetItemString(interp->modules, "__main__"); in _PyInterpreterState_GetMainModule()
Dsysmodule.c2768 SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey)) in _PySys_InitCore()
/third_party/python/Misc/
Dstable_abi.txt876 function PyMapping_GetItemString