Searched refs:PyMapping_SetItemString (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Doc/c-api/ |
D | mapping.rst | 80 .. c:function:: int PyMapping_SetItemString(PyObject *o, char *key, PyObject *v)
|
/external/python/cpython3/Doc/c-api/ |
D | mapping.rst | 37 .. c:function:: int PyMapping_SetItemString(PyObject *o, const char *key, PyObject *v)
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 250 PyMapping_SetItemString
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 716 PyMapping_SetItemString:int::: 717 PyMapping_SetItemString:PyObject*:o:0: 718 PyMapping_SetItemString:char*:key:: 719 PyMapping_SetItemString:PyObject*:v:+1:
|
/external/python/cpython2/Include/ |
D | abstract.h | 1364 PyAPI_FUNC(int) PyMapping_SetItemString(PyObject *o, char *key,
|
/external/python/cpython3/Include/ |
D | abstract.h | 1076 PyAPI_FUNC(int) PyMapping_SetItemString(PyObject *o, const char *key,
|
/external/python/cpython3/PC/ |
D | python3.def | 347 PyMapping_SetItemString=python37.PyMapping_SetItemString
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1227 PyMapping_SetItemString:int::: 1228 PyMapping_SetItemString:PyObject*:o:0: 1229 PyMapping_SetItemString:const char*:key:: 1230 PyMapping_SetItemString:PyObject*:v:+1:
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 174 "PyMapping_SetItemString"
|
/external/python/cpython3/Python/ |
D | import.c | 348 return PyMapping_SetItemString(modules, name, m); in _PyImport_SetModuleString()
|
D | bltinmodule.c | 248 if (PyMapping_SetItemString(ns, "__orig_bases__", orig_bases) < 0) { in builtin___build_class__()
|
/external/python/cpython3/Objects/ |
D | abstract.c | 2120 PyMapping_SetItemString(PyObject *o, const char *key, PyObject *value) in PyMapping_SetItemString() function
|
/external/python/cpython2/Objects/ |
D | abstract.c | 2479 PyMapping_SetItemString(PyObject *o, char *key, PyObject *value) function
|