Home
last modified time | relevance | path

Searched refs:PyMapping_SetItemString (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Doc/c-api/
Dmapping.rst36 .. c:function:: int PyMapping_SetItemString(PyObject *o, const char *key, PyObject *v)
/third_party/python/Include/
Dabstract.h855 PyAPI_FUNC(int) PyMapping_SetItemString(PyObject *o, const char *key,
/third_party/python/Doc/data/
Drefcounts.dat1258 PyMapping_SetItemString:int:::
1259 PyMapping_SetItemString:PyObject*:o:0:
1260 PyMapping_SetItemString:const char*:key::
1261 PyMapping_SetItemString:PyObject*:v:+1:
Dstable_abi.dat368 function,PyMapping_SetItemString,3.2,
/third_party/python/PC/
Dpython3dll.c349 EXPORT_FUNC(PyMapping_SetItemString)
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst663 PyObject_SetItem - PyMapping_SetItemString - PyDict_SetItem -
/third_party/python/Python/
Dimport.c315 return PyMapping_SetItemString(modules, name, m); in _PyImport_SetModuleString()
Dbltinmodule.c219 if (PyMapping_SetItemString(ns, "__orig_bases__", orig_bases) < 0) { in builtin___build_class__()
/third_party/python/Misc/
Dstable_abi.txt888 function PyMapping_SetItemString
/third_party/python/Objects/
Dabstract.c2366 PyMapping_SetItemString(PyObject *o, const char *key, PyObject *value) in PyMapping_SetItemString() function