Searched refs:PyMapping_SetItemString (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Doc/c-api/ |
D | mapping.rst | 36 .. c:function:: int PyMapping_SetItemString(PyObject *o, const char *key, PyObject *v)
|
/third_party/python/Include/ |
D | abstract.h | 855 PyAPI_FUNC(int) PyMapping_SetItemString(PyObject *o, const char *key,
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1258 PyMapping_SetItemString:int::: 1259 PyMapping_SetItemString:PyObject*:o:0: 1260 PyMapping_SetItemString:const char*:key:: 1261 PyMapping_SetItemString:PyObject*:v:+1:
|
D | stable_abi.dat | 368 function,PyMapping_SetItemString,3.2,
|
/third_party/python/PC/ |
D | python3dll.c | 349 EXPORT_FUNC(PyMapping_SetItemString)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 663 PyObject_SetItem - PyMapping_SetItemString - PyDict_SetItem -
|
/third_party/python/Python/ |
D | import.c | 315 return PyMapping_SetItemString(modules, name, m); in _PyImport_SetModuleString()
|
D | bltinmodule.c | 219 if (PyMapping_SetItemString(ns, "__orig_bases__", orig_bases) < 0) { in builtin___build_class__()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 888 function PyMapping_SetItemString
|
/third_party/python/Objects/ |
D | abstract.c | 2366 PyMapping_SetItemString(PyObject *o, const char *key, PyObject *value) in PyMapping_SetItemString() function
|